Fix grammar IJ post

This commit is contained in:
Tobias Manske 2021-02-23 13:39:33 +01:00
parent afa4c04a30
commit 5f18376ce8
Signed by: tobias
GPG Key ID: D5914DC71F2F9352
1 changed files with 3 additions and 3 deletions

View File

@ -15,10 +15,10 @@ showTOC: false
In 2021 I worked in a small team of students on an old fashioned Java swing application. To design our forms rather fast, we chose to opt for the IJ-GUI designer.
That was a rather annoying mistake, trying to package that thing just hours before the deadline.
We then opted to just let IntelliJ compile the .forms into .java directly, which then cluttered our version control.
That turned out to be a rather annoying mistake, trying to package the Software just hours before the deadline.We were unable to come up with a solution to compile the forms on our build server in that short time.
So, we then opted to just let IntelliJ compile the .forms into .java directly, which then cluttered our version control.
So today I present you a minimal `pom.xml` compiling forms on the fly. A complete minimal working example can be found on my private git: [git.tobiasmanske.de](https://git.tobiasmanske.de/user/rad4day/public/intellij-forms-maven-example/tree/)
Today I present you the fix: A minimal `pom.xml` compiling forms on the fly. A complete minimal working example can be found on my private git: [git.tobiasmanske.de](https://git.tobiasmanske.de/user/rad4day/public/intellij-forms-maven-example/tree/)
```xml
<?xml version="1.0" encoding="UTF-8"?>