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/it0018-fortran | |
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/it0018-fortran')
-rw-r--r-- | src/it/it0018-fortran/pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
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> |