summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMark Donszelmann <Mark.Donszelmann@gmail.com>2009-11-29 15:03:08 +0100
committerMark Donszelmann <Mark.Donszelmann@gmail.com>2009-11-29 15:03:08 +0100
commit73f933b9deb14888adc7e3f65fec7bc2b4d9e0eb (patch)
tree21bd1b593225c1458fa8308530e6d7a6fb031eb3 /src
parent58dcac29c0a2497f38cc20004248bc1a5910d51a (diff)
downloadmaven-nar-plugin-73f933b9deb14888adc7e3f65fec7bc2b4d9e0eb.tar.gz
maven-nar-plugin-73f933b9deb14888adc7e3f65fec7bc2b4d9e0eb.tar.bz2
maven-nar-plugin-73f933b9deb14888adc7e3f65fec7bc2b4d9e0eb.tar.xz
maven-nar-plugin-73f933b9deb14888adc7e3f65fec7bc2b4d9e0eb.zip
Fixed linkFortran tag
Diffstat (limited to 'src')
-rw-r--r--src/it/it0018-fortran/pom.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/it/it0018-fortran/pom.xml b/src/it/it0018-fortran/pom.xml
index b5bdb7a..7837a9b 100644
--- a/src/it/it0018-fortran/pom.xml
+++ b/src/it/it0018-fortran/pom.xml
@@ -62,14 +62,9 @@ under the License.
<libraries>
<library>
<type>executable</type>
- <linkFortran />
+ <linkFortran>true</linkFortran>
</library>
</libraries>
- <linker>
- <options>
- <option>-lgfortran</option>
- </options>
- </linker>
</configuration>
</plugin>
</plugins>