summaryrefslogtreecommitdiff
path: root/src/it
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2013-01-26 11:03:26 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-26 12:29:31 +0100
commit99f6e9e661df1b2b2350b4c49a96e6b45e3b973b (patch)
treefbc96f8ca02cb22c5a2df4ec43ded486a4ba4d08 /src/it
parent8ca1001ee7a8c824e9d72bbc874e5a5aafa2676e (diff)
downloadmaven-nar-plugin-99f6e9e661df1b2b2350b4c49a96e6b45e3b973b.tar.gz
maven-nar-plugin-99f6e9e661df1b2b2350b4c49a96e6b45e3b973b.tar.bz2
maven-nar-plugin-99f6e9e661df1b2b2350b4c49a96e6b45e3b973b.tar.xz
maven-nar-plugin-99f6e9e661df1b2b2350b4c49a96e6b45e3b973b.zip
o Forking the code to my own group id to be able to release it.
Diffstat (limited to 'src/it')
-rw-r--r--src/it/it-parent/pom.xml1
-rw-r--r--src/it/it0001-executable/pom.xml1
-rw-r--r--src/it/it0002-executable-static/pom.xml1
-rw-r--r--src/it/it0003-jni/pom.xml1
-rw-r--r--src/it/it0004-java-dep-jni/pom.xml1
-rw-r--r--src/it/it0005-jni-static/pom.xml2
-rw-r--r--src/it/it0006-jni-3rdparty/pom.xml1
-rw-r--r--src/it/it0007-lib-shared/pom.xml1
-rw-r--r--src/it/it0008-executable-dep-lib-shared/pom.xml1
-rw-r--r--src/it/it0009-jni-dep-lib-shared/pom.xml1
-rw-r--r--src/it/it0010-lib-static/pom.xml1
-rw-r--r--src/it/it0011-executable-dep-lib-static/pom.xml1
-rw-r--r--src/it/it0012-jni-dep-lib-static/pom.xml1
-rw-r--r--src/it/it0013-gnu-executable/pom.xml1
-rw-r--r--src/it/it0014-multi-module/it0014-jni-dep-lib-shared/pom.xml1
-rw-r--r--src/it/it0014-multi-module/it0014-lib-shared/pom.xml1
-rw-r--r--src/it/it0015-cpp-executable/pom.xml1
-rw-r--r--src/it/it0016-layout/it0016-exe-dep-lib-layout20/pom.xml1
-rw-r--r--src/it/it0016-layout/it0016-exe-dep-lib-layout21/pom.xml1
-rw-r--r--src/it/it0016-layout/it0016-lib-layout20/pom.xml1
-rw-r--r--src/it/it0016-layout/it0016-lib-layout21/pom.xml1
-rw-r--r--src/it/it0017-toolchain/pom.xml1
-rw-r--r--src/it/it0018-fortran/pom.xml2
-rw-r--r--src/it/it0019-compiler/pom.xml1
-rw-r--r--src/it/it0020-lib-3rdparty/pom.xml1
-rw-r--r--src/it/it0021-executable-dep-lib-3rdparty/pom.xml1
-rw-r--r--src/it/it0022-objective-c-executable/pom.xml1
-rw-r--r--src/it/it0023-local-aol-properties/pom.xml1
28 files changed, 30 insertions, 0 deletions
diff --git a/src/it/it-parent/pom.xml b/src/it/it-parent/pom.xml
index 9cbb2e2..06b8cf2 100644
--- a/src/it/it-parent/pom.xml
+++ b/src/it/it-parent/pom.xml
@@ -61,6 +61,7 @@ under the License.
<pluginManagement>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<version>2.1-SNAPSHOT</version>
</plugin>
diff --git a/src/it/it0001-executable/pom.xml b/src/it/it0001-executable/pom.xml
index 312b13f..cbc243e 100644
--- a/src/it/it0001-executable/pom.xml
+++ b/src/it/it0001-executable/pom.xml
@@ -47,6 +47,7 @@ under the License.
<defaultGoal>integration-test</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0002-executable-static/pom.xml b/src/it/it0002-executable-static/pom.xml
index 7c49baf..910f63a 100644
--- a/src/it/it0002-executable-static/pom.xml
+++ b/src/it/it0002-executable-static/pom.xml
@@ -46,6 +46,7 @@ under the License.
<defaultGoal>integration-test</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0003-jni/pom.xml b/src/it/it0003-jni/pom.xml
index e5086d5..f558bc9 100644
--- a/src/it/it0003-jni/pom.xml
+++ b/src/it/it0003-jni/pom.xml
@@ -47,6 +47,7 @@ under the License.
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0004-java-dep-jni/pom.xml b/src/it/it0004-java-dep-jni/pom.xml
index fc7a90d..1535ae6 100644
--- a/src/it/it0004-java-dep-jni/pom.xml
+++ b/src/it/it0004-java-dep-jni/pom.xml
@@ -45,6 +45,7 @@ under the License.
<defaultGoal>integration-test</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
</plugin>
diff --git a/src/it/it0005-jni-static/pom.xml b/src/it/it0005-jni-static/pom.xml
index 60d7ac0..905cb75 100644
--- a/src/it/it0005-jni-static/pom.xml
+++ b/src/it/it0005-jni-static/pom.xml
@@ -51,6 +51,7 @@
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
@@ -96,6 +97,7 @@
</configuration>
</plugin>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0006-jni-3rdparty/pom.xml b/src/it/it0006-jni-3rdparty/pom.xml
index addbc0f..2283376 100644
--- a/src/it/it0006-jni-3rdparty/pom.xml
+++ b/src/it/it0006-jni-3rdparty/pom.xml
@@ -47,6 +47,7 @@ under the License.
<defaultGoal>integration-test</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0007-lib-shared/pom.xml b/src/it/it0007-lib-shared/pom.xml
index 71bf48d..2b55c6f 100644
--- a/src/it/it0007-lib-shared/pom.xml
+++ b/src/it/it0007-lib-shared/pom.xml
@@ -47,6 +47,7 @@ under the License.
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0008-executable-dep-lib-shared/pom.xml b/src/it/it0008-executable-dep-lib-shared/pom.xml
index 8abea53..16f0f80 100644
--- a/src/it/it0008-executable-dep-lib-shared/pom.xml
+++ b/src/it/it0008-executable-dep-lib-shared/pom.xml
@@ -46,6 +46,7 @@ under the License.
<defaultGoal>integration-test</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0009-jni-dep-lib-shared/pom.xml b/src/it/it0009-jni-dep-lib-shared/pom.xml
index f893424..c27a3c6 100644
--- a/src/it/it0009-jni-dep-lib-shared/pom.xml
+++ b/src/it/it0009-jni-dep-lib-shared/pom.xml
@@ -46,6 +46,7 @@ under the License.
<defaultGoal>integration-test</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0010-lib-static/pom.xml b/src/it/it0010-lib-static/pom.xml
index 209c5f4..38c0a25 100644
--- a/src/it/it0010-lib-static/pom.xml
+++ b/src/it/it0010-lib-static/pom.xml
@@ -47,6 +47,7 @@ under the License.
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0011-executable-dep-lib-static/pom.xml b/src/it/it0011-executable-dep-lib-static/pom.xml
index 95a11a6..2182641 100644
--- a/src/it/it0011-executable-dep-lib-static/pom.xml
+++ b/src/it/it0011-executable-dep-lib-static/pom.xml
@@ -46,6 +46,7 @@ under the License.
<defaultGoal>integration-test</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0012-jni-dep-lib-static/pom.xml b/src/it/it0012-jni-dep-lib-static/pom.xml
index adee1ac..48be211 100644
--- a/src/it/it0012-jni-dep-lib-static/pom.xml
+++ b/src/it/it0012-jni-dep-lib-static/pom.xml
@@ -46,6 +46,7 @@ under the License.
<defaultGoal>integration-test</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0013-gnu-executable/pom.xml b/src/it/it0013-gnu-executable/pom.xml
index 5f36ada..81ad71f 100644
--- a/src/it/it0013-gnu-executable/pom.xml
+++ b/src/it/it0013-gnu-executable/pom.xml
@@ -47,6 +47,7 @@ under the License.
<defaultGoal>integration-test</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0014-multi-module/it0014-jni-dep-lib-shared/pom.xml b/src/it/it0014-multi-module/it0014-jni-dep-lib-shared/pom.xml
index 90439ad..ea19c0a 100644
--- a/src/it/it0014-multi-module/it0014-jni-dep-lib-shared/pom.xml
+++ b/src/it/it0014-multi-module/it0014-jni-dep-lib-shared/pom.xml
@@ -44,6 +44,7 @@ under the License.
<build>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0014-multi-module/it0014-lib-shared/pom.xml b/src/it/it0014-multi-module/it0014-lib-shared/pom.xml
index 8a71389..0025a44 100644
--- a/src/it/it0014-multi-module/it0014-lib-shared/pom.xml
+++ b/src/it/it0014-multi-module/it0014-lib-shared/pom.xml
@@ -45,6 +45,7 @@ under the License.
<build>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0015-cpp-executable/pom.xml b/src/it/it0015-cpp-executable/pom.xml
index 84b1f8c..b555e78 100644
--- a/src/it/it0015-cpp-executable/pom.xml
+++ b/src/it/it0015-cpp-executable/pom.xml
@@ -47,6 +47,7 @@ under the License.
<defaultGoal>integration-test</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0016-layout/it0016-exe-dep-lib-layout20/pom.xml b/src/it/it0016-layout/it0016-exe-dep-lib-layout20/pom.xml
index e1d4b26..350ec5d 100644
--- a/src/it/it0016-layout/it0016-exe-dep-lib-layout20/pom.xml
+++ b/src/it/it0016-layout/it0016-exe-dep-lib-layout20/pom.xml
@@ -45,6 +45,7 @@ under the License.
<defaultGoal>integration-test</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0016-layout/it0016-exe-dep-lib-layout21/pom.xml b/src/it/it0016-layout/it0016-exe-dep-lib-layout21/pom.xml
index f620fae..a5db918 100644
--- a/src/it/it0016-layout/it0016-exe-dep-lib-layout21/pom.xml
+++ b/src/it/it0016-layout/it0016-exe-dep-lib-layout21/pom.xml
@@ -45,6 +45,7 @@ under the License.
<defaultGoal>integration-test</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0016-layout/it0016-lib-layout20/pom.xml b/src/it/it0016-layout/it0016-lib-layout20/pom.xml
index 36971d0..f4d1bfc 100644
--- a/src/it/it0016-layout/it0016-lib-layout20/pom.xml
+++ b/src/it/it0016-layout/it0016-lib-layout20/pom.xml
@@ -46,6 +46,7 @@ under the License.
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0016-layout/it0016-lib-layout21/pom.xml b/src/it/it0016-layout/it0016-lib-layout21/pom.xml
index 1bf9af4..16809b3 100644
--- a/src/it/it0016-layout/it0016-lib-layout21/pom.xml
+++ b/src/it/it0016-layout/it0016-lib-layout21/pom.xml
@@ -46,6 +46,7 @@ under the License.
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0017-toolchain/pom.xml b/src/it/it0017-toolchain/pom.xml
index f674f40..9ef5b4a 100644
--- a/src/it/it0017-toolchain/pom.xml
+++ b/src/it/it0017-toolchain/pom.xml
@@ -67,6 +67,7 @@ under the License.
</configuration>
</plugin>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0018-fortran/pom.xml b/src/it/it0018-fortran/pom.xml
index 88d3d91..b890340 100644
--- a/src/it/it0018-fortran/pom.xml
+++ b/src/it/it0018-fortran/pom.xml
@@ -53,6 +53,7 @@ under the License.
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
@@ -84,6 +85,7 @@ under the License.
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0019-compiler/pom.xml b/src/it/it0019-compiler/pom.xml
index 40c199b..3bf4cb0 100644
--- a/src/it/it0019-compiler/pom.xml
+++ b/src/it/it0019-compiler/pom.xml
@@ -47,6 +47,7 @@ under the License.
<defaultGoal>integration-test</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0020-lib-3rdparty/pom.xml b/src/it/it0020-lib-3rdparty/pom.xml
index b81bc07..81359fe 100644
--- a/src/it/it0020-lib-3rdparty/pom.xml
+++ b/src/it/it0020-lib-3rdparty/pom.xml
@@ -46,6 +46,7 @@ under the License.
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0021-executable-dep-lib-3rdparty/pom.xml b/src/it/it0021-executable-dep-lib-3rdparty/pom.xml
index 60e5504..5ebb3c5 100644
--- a/src/it/it0021-executable-dep-lib-3rdparty/pom.xml
+++ b/src/it/it0021-executable-dep-lib-3rdparty/pom.xml
@@ -46,6 +46,7 @@ under the License.
<defaultGoal>integration-test</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0022-objective-c-executable/pom.xml b/src/it/it0022-objective-c-executable/pom.xml
index b202183..c19a115 100644
--- a/src/it/it0022-objective-c-executable/pom.xml
+++ b/src/it/it0022-objective-c-executable/pom.xml
@@ -47,6 +47,7 @@ under the License.
<defaultGoal>integration-test</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>
diff --git a/src/it/it0023-local-aol-properties/pom.xml b/src/it/it0023-local-aol-properties/pom.xml
index f74649d..d814f65 100644
--- a/src/it/it0023-local-aol-properties/pom.xml
+++ b/src/it/it0023-local-aol-properties/pom.xml
@@ -47,6 +47,7 @@ under the License.
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
+ <groupId>io.trygvis.usb</groupId>
<artifactId>maven-nar-plugin</artifactId>
<extensions>true</extensions>
<configuration>