diff options
Diffstat (limited to 'src/it/it0018-fortran')
-rw-r--r-- | src/it/it0018-fortran/pom.xml | 23 |
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> |