Update intellij-3rd-party repo uri
This commit is contained in:
parent
ebe89f9598
commit
8709833e1d
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "Compiling IntelliJ Designer Forms with Maven"
|
title: "Compiling IntelliJ Designer Forms with Maven"
|
||||||
date: 2021-02-23T03:59:59+01:00
|
date: 2021-02-23T03:59:59+01:00
|
||||||
|
lastmod: 2021-09-20T10:58:54+02:00
|
||||||
categories:
|
categories:
|
||||||
- software
|
- software
|
||||||
tags:
|
tags:
|
||||||
@ -21,6 +22,8 @@ summary: Ever wanted to compile IntelliJ IDEA GUI-Designer forms with maven? I'v
|
|||||||
showTOC: false
|
showTOC: false
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Edit 09/2021: Updated the 3rdparty repository URL :)
|
||||||
|
|
||||||
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.
|
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 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.
|
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.
|
||||||
@ -52,7 +55,7 @@ Today I present you the fix: A minimal `pom.xml` compiling forms on the fly. A c
|
|||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>jetbrains.3rdparty</id>
|
<id>jetbrains.3rdparty</id>
|
||||||
<url>https://dl.bintray.com/jetbrains/intellij-third-party-dependencies</url>
|
<url>https://cache-redirector.jetbrains.com/intellij-dependencies</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user