From 231e8f513f1733df2c7ea4e0aacbf7419fd111de Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 10 Jul 2025 14:18:12 +0000 Subject: [PATCH 1/2] Initial plan From 1ad1300dc49191421c86f0c45789c0b98cd8938d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 10 Jul 2025 14:28:50 +0000 Subject: [PATCH 2/2] Fix deprecated maven-antrun-plugin tasks parameter usage Co-authored-by: maybeec <1427255+maybeec@users.noreply.github.com> --- .../adapted/crud-java-server-app-complex/pom.xml | 4 ++-- .../template-sets/adapted/crud-java-server-app/pom.xml | 4 ++-- .../template-sets/adapted/crud-java-server-app/pom.xml | 4 ++-- .../testdata/templatesproject/templates-devon4j/pom.xml | 4 ++-- cobigen-templates/pom.xml | 4 ++-- cobigen-templates/templates-devon4j-utils/pom.xml | 4 ++-- .../adapted/crud-java-server-app-complex/pom.xml | 4 ++-- .../template-sets/adapted/crud-java-server-app/pom.xml | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/cobigen-cli/cli-systemtest/src/test/resources/testdata/AdaptTemplatesCommandIT/template-sets/adapted/crud-java-server-app-complex/pom.xml b/cobigen-cli/cli-systemtest/src/test/resources/testdata/AdaptTemplatesCommandIT/template-sets/adapted/crud-java-server-app-complex/pom.xml index 3c69a2539d..58f5fdaab1 100644 --- a/cobigen-cli/cli-systemtest/src/test/resources/testdata/AdaptTemplatesCommandIT/template-sets/adapted/crud-java-server-app-complex/pom.xml +++ b/cobigen-cli/cli-systemtest/src/test/resources/testdata/AdaptTemplatesCommandIT/template-sets/adapted/crud-java-server-app-complex/pom.xml @@ -69,10 +69,10 @@ run - + Integrate POM manually - + diff --git a/cobigen-cli/cli-systemtest/src/test/resources/testdata/AdaptTemplatesCommandIT/template-sets/adapted/crud-java-server-app/pom.xml b/cobigen-cli/cli-systemtest/src/test/resources/testdata/AdaptTemplatesCommandIT/template-sets/adapted/crud-java-server-app/pom.xml index 3558920d14..83947dfe07 100644 --- a/cobigen-cli/cli-systemtest/src/test/resources/testdata/AdaptTemplatesCommandIT/template-sets/adapted/crud-java-server-app/pom.xml +++ b/cobigen-cli/cli-systemtest/src/test/resources/testdata/AdaptTemplatesCommandIT/template-sets/adapted/crud-java-server-app/pom.xml @@ -69,10 +69,10 @@ run - + Integrate POM manually - + diff --git a/cobigen-cli/cli-systemtest/src/test/resources/testdata/templatesproject/template-sets/adapted/crud-java-server-app/pom.xml b/cobigen-cli/cli-systemtest/src/test/resources/testdata/templatesproject/template-sets/adapted/crud-java-server-app/pom.xml index 79e6e7b9c3..b43ebb17e1 100644 --- a/cobigen-cli/cli-systemtest/src/test/resources/testdata/templatesproject/template-sets/adapted/crud-java-server-app/pom.xml +++ b/cobigen-cli/cli-systemtest/src/test/resources/testdata/templatesproject/template-sets/adapted/crud-java-server-app/pom.xml @@ -41,10 +41,10 @@ run - + Integrate POM manually - + diff --git a/cobigen-cli/cli-systemtest/src/test/resources/testdata/templatesproject/templates-devon4j/pom.xml b/cobigen-cli/cli-systemtest/src/test/resources/testdata/templatesproject/templates-devon4j/pom.xml index 79e6e7b9c3..b43ebb17e1 100644 --- a/cobigen-cli/cli-systemtest/src/test/resources/testdata/templatesproject/templates-devon4j/pom.xml +++ b/cobigen-cli/cli-systemtest/src/test/resources/testdata/templatesproject/templates-devon4j/pom.xml @@ -41,10 +41,10 @@ run - + Integrate POM manually - + diff --git a/cobigen-templates/pom.xml b/cobigen-templates/pom.xml index 09f7db4f18..6e1032bc92 100644 --- a/cobigen-templates/pom.xml +++ b/cobigen-templates/pom.xml @@ -114,7 +114,7 @@ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLS run - + Integrate flattened POM manually @@ -139,7 +139,7 @@ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLS - + diff --git a/cobigen-templates/templates-devon4j-utils/pom.xml b/cobigen-templates/templates-devon4j-utils/pom.xml index 77a9e57ad0..0cad8b0c9a 100644 --- a/cobigen-templates/templates-devon4j-utils/pom.xml +++ b/cobigen-templates/templates-devon4j-utils/pom.xml @@ -64,7 +64,7 @@ run - + @@ -80,7 +80,7 @@ </project> - + diff --git a/cobigen/cobigen-core-systemtest/src/test/resources/testdata/systemtest/TemplateProcessingTest/template-sets/adapted/crud-java-server-app-complex/pom.xml b/cobigen/cobigen-core-systemtest/src/test/resources/testdata/systemtest/TemplateProcessingTest/template-sets/adapted/crud-java-server-app-complex/pom.xml index 3c69a2539d..58f5fdaab1 100644 --- a/cobigen/cobigen-core-systemtest/src/test/resources/testdata/systemtest/TemplateProcessingTest/template-sets/adapted/crud-java-server-app-complex/pom.xml +++ b/cobigen/cobigen-core-systemtest/src/test/resources/testdata/systemtest/TemplateProcessingTest/template-sets/adapted/crud-java-server-app-complex/pom.xml @@ -69,10 +69,10 @@ run - + Integrate POM manually - + diff --git a/cobigen/cobigen-core-systemtest/src/test/resources/testdata/systemtest/TemplateProcessingTest/template-sets/adapted/crud-java-server-app/pom.xml b/cobigen/cobigen-core-systemtest/src/test/resources/testdata/systemtest/TemplateProcessingTest/template-sets/adapted/crud-java-server-app/pom.xml index 3558920d14..83947dfe07 100644 --- a/cobigen/cobigen-core-systemtest/src/test/resources/testdata/systemtest/TemplateProcessingTest/template-sets/adapted/crud-java-server-app/pom.xml +++ b/cobigen/cobigen-core-systemtest/src/test/resources/testdata/systemtest/TemplateProcessingTest/template-sets/adapted/crud-java-server-app/pom.xml @@ -69,10 +69,10 @@ run - + Integrate POM manually - +