From 8709833e1d0d3cf0b60c6177a57aab88d9051c40 Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Mon, 20 Sep 2021 10:59:58 +0200 Subject: [PATCH] Update intellij-3rd-party repo uri --- content/posts/2021-02-23-maven-ij-designer.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/posts/2021-02-23-maven-ij-designer.md b/content/posts/2021-02-23-maven-ij-designer.md index 1607a2c..b4999ec 100644 --- a/content/posts/2021-02-23-maven-ij-designer.md +++ b/content/posts/2021-02-23-maven-ij-designer.md @@ -1,6 +1,7 @@ --- title: "Compiling IntelliJ Designer Forms with Maven" date: 2021-02-23T03:59:59+01:00 +lastmod: 2021-09-20T10:58:54+02:00 categories: - software tags: @@ -21,6 +22,8 @@ summary: Ever wanted to compile IntelliJ IDEA GUI-Designer forms with maven? I'v 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. 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 jetbrains.3rdparty - https://dl.bintray.com/jetbrains/intellij-third-party-dependencies + https://cache-redirector.jetbrains.com/intellij-dependencies