summaryrefslogtreecommitdiff
path: root/src/it/it0018-fortran
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-11-29 22:05:55 +0100
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-11-29 22:05:55 +0100
commitb4e4a008ccd1c7a2cda9d1991a1c1f94a60caa80 (patch)
tree08678ca5288e3c90fa9574e8cbb6a600728c99e3 /src/it/it0018-fortran
parent73f933b9deb14888adc7e3f65fec7bc2b4d9e0eb (diff)
downloadmaven-nar-plugin-b4e4a008ccd1c7a2cda9d1991a1c1f94a60caa80.tar.gz
maven-nar-plugin-b4e4a008ccd1c7a2cda9d1991a1c1f94a60caa80.tar.bz2
maven-nar-plugin-b4e4a008ccd1c7a2cda9d1991a1c1f94a60caa80.tar.xz
maven-nar-plugin-b4e4a008ccd1c7a2cda9d1991a1c1f94a60caa80.zip
IT0018 does not run any longer on windows; it0005 is skipped on linux-amd64; Added skip param to doc
Diffstat (limited to 'src/it/it0018-fortran')
-rw-r--r--src/it/it0018-fortran/pom.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/it/it0018-fortran/pom.xml b/src/it/it0018-fortran/pom.xml
index 7837a9b..ed20f5c 100644
--- a/src/it/it0018-fortran/pom.xml
+++ b/src/it/it0018-fortran/pom.xml
@@ -71,6 +71,29 @@ under the License.
</build>
</profile>
+ <profile>
+ <id>windows</id>
+ <activation>
+ <os>
+ <family>windows</family>
+ </os>
+ </activation>
+
+ <build>
+ <defaultGoal>install</defaultGoal>
+ <plugins>
+ <plugin>
+ <artifactId>maven-nar-plugin</artifactId>
+ <extensions>true</extensions>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+
+
</profiles>
</project>