From 925d1dd306e1a84213f77fcc7c0b4e6b29d4f53f Mon Sep 17 00:00:00 2001 From: Leon Connor Holm Date: Tue, 8 Nov 2022 18:40:01 +0100 Subject: [PATCH] added script generation to pom.xml --- cobigen-cli/cli/pom.xml | 34 +++++++++++++- .../cobigen-eclipse-feature/.project | 11 +++++ .../cobigen-eclipse-test/.classpath | 25 ---------- cobigen-eclipse/cobigen-eclipse-test/.project | 11 +++++ .../cobigen-eclipse-updatesite/.project | 11 +++++ cobigen-eclipse/cobigen-eclipse/.classpath | 47 ------------------- cobigen-eclipse/cobigen-eclipse/.project | 11 +++++ cobigen-templates/templates-devon4j/.project | 11 +++++ 8 files changed, 88 insertions(+), 73 deletions(-) diff --git a/cobigen-cli/cli/pom.xml b/cobigen-cli/cli/pom.xml index 2972d6b5dd..662fec2e5a 100644 --- a/cobigen-cli/cli/pom.xml +++ b/cobigen-cli/cli/pom.xml @@ -66,6 +66,13 @@ pom.xml + + true + src/main/java + + pom.xml + + @@ -90,7 +97,32 @@ - + + org.codehaus.mojo + exec-maven-plugin + + + generate-autocompletion-script + package + + exec + + + + + java + + -Dpicocli.autocomplete.systemExitOnError + -cp + + picocli.AutoComplete + --force + --completionScript + ${project.build.directory}/mycommand_completion.sh + com.devonfw.cobigen.cli.commands.CobiGenCommand + + + org.apache.maven.plugins diff --git a/cobigen-eclipse/cobigen-eclipse-feature/.project b/cobigen-eclipse/cobigen-eclipse-feature/.project index 9e0f4f468f..cade4c58f9 100644 --- a/cobigen-eclipse/cobigen-eclipse-feature/.project +++ b/cobigen-eclipse/cobigen-eclipse-feature/.project @@ -27,4 +27,15 @@ org.eclipse.jdt.core.javanature org.eclipse.pde.FeatureNature + + + 1667836375730 + + 30 + + org.eclipse.core.resources.regexFilterMatcher + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + + + diff --git a/cobigen-eclipse/cobigen-eclipse-test/.classpath b/cobigen-eclipse/cobigen-eclipse-test/.classpath index 8d0ae98bfc..695be8ce64 100644 --- a/cobigen-eclipse/cobigen-eclipse-test/.classpath +++ b/cobigen-eclipse/cobigen-eclipse-test/.classpath @@ -1,7 +1,5 @@ - - @@ -9,28 +7,5 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cobigen-eclipse/cobigen-eclipse-test/.project b/cobigen-eclipse/cobigen-eclipse-test/.project index f8ccf86205..ef6e6e7a63 100644 --- a/cobigen-eclipse/cobigen-eclipse-test/.project +++ b/cobigen-eclipse/cobigen-eclipse-test/.project @@ -31,4 +31,15 @@ org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature + + + 1667836375733 + + 30 + + org.eclipse.core.resources.regexFilterMatcher + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + + + diff --git a/cobigen-eclipse/cobigen-eclipse-updatesite/.project b/cobigen-eclipse/cobigen-eclipse-updatesite/.project index 22137c8720..ea0231ef0b 100644 --- a/cobigen-eclipse/cobigen-eclipse-updatesite/.project +++ b/cobigen-eclipse/cobigen-eclipse-updatesite/.project @@ -22,4 +22,15 @@ org.eclipse.m2e.core.maven2Nature org.eclipse.jdt.core.javanature + + + 1667836375754 + + 30 + + org.eclipse.core.resources.regexFilterMatcher + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + + + diff --git a/cobigen-eclipse/cobigen-eclipse/.classpath b/cobigen-eclipse/cobigen-eclipse/.classpath index 4946a86405..dfb7769ffc 100644 --- a/cobigen-eclipse/cobigen-eclipse/.classpath +++ b/cobigen-eclipse/cobigen-eclipse/.classpath @@ -3,52 +3,5 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cobigen-eclipse/cobigen-eclipse/.project b/cobigen-eclipse/cobigen-eclipse/.project index ebab284bab..8855f55f15 100644 --- a/cobigen-eclipse/cobigen-eclipse/.project +++ b/cobigen-eclipse/cobigen-eclipse/.project @@ -31,4 +31,15 @@ org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature + + + 1667836375727 + + 30 + + org.eclipse.core.resources.regexFilterMatcher + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + + + diff --git a/cobigen-templates/templates-devon4j/.project b/cobigen-templates/templates-devon4j/.project index 2a415ddb74..9764cf667f 100644 --- a/cobigen-templates/templates-devon4j/.project +++ b/cobigen-templates/templates-devon4j/.project @@ -21,4 +21,15 @@ org.eclipse.jdt.core.javanature org.eclipse.m2e.core.maven2Nature + + + 1667836375814 + + 30 + + org.eclipse.core.resources.regexFilterMatcher + node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__ + + +