diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-26 11:03:26 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2013-01-26 12:29:31 +0100 |
commit | 99f6e9e661df1b2b2350b4c49a96e6b45e3b973b (patch) | |
tree | fbc96f8ca02cb22c5a2df4ec43ded486a4ba4d08 /src/it/it0016-layout | |
parent | 8ca1001ee7a8c824e9d72bbc874e5a5aafa2676e (diff) | |
download | maven-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/it0016-layout')
4 files changed, 4 insertions, 0 deletions
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> |