diff options
author | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-12-01 12:08:03 +0100 |
---|---|---|
committer | Mark Donszelmann <Mark.Donszelmann@gmail.com> | 2009-12-01 12:08:03 +0100 |
commit | a18df54301d3c988c167506b832323fec973a936 (patch) | |
tree | e5ab728b2441ae5f2ac9bd0d3cead8f364c0f7cf /src/main/resources | |
parent | b833ebdbbe47d3a4190612e95fd5e7fc250445bd (diff) | |
download | maven-nar-plugin-a18df54301d3c988c167506b832323fec973a936.tar.gz maven-nar-plugin-a18df54301d3c988c167506b832323fec973a936.tar.bz2 maven-nar-plugin-a18df54301d3c988c167506b832323fec973a936.tar.xz maven-nar-plugin-a18df54301d3c988c167506b832323fec973a936.zip |
Fixed NAR-55 and NAR-113
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/META-INF/plexus/components.xml | 2 | ||||
-rw-r--r-- | src/main/resources/org/apache/maven/plugin/nar/aol.properties | 14 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/main/resources/META-INF/plexus/components.xml b/src/main/resources/META-INF/plexus/components.xml index 9c52a8e..0308dc3 100644 --- a/src/main/resources/META-INF/plexus/components.xml +++ b/src/main/resources/META-INF/plexus/components.xml @@ -24,7 +24,7 @@ </implementation> <configuration> <phases> - <validate></validate> + <validate>org.apache.maven.plugins:maven-nar-plugin:nar-validate</validate> <initialize></initialize> <generate-sources>org.apache.maven.plugins:maven-nar-plugin:nar-download, org.apache.maven.plugins:maven-nar-plugin:nar-system-generate diff --git a/src/main/resources/org/apache/maven/plugin/nar/aol.properties b/src/main/resources/org/apache/maven/plugin/nar/aol.properties index 636b572..68a1f08 100644 --- a/src/main/resources/org/apache/maven/plugin/nar/aol.properties +++ b/src/main/resources/org/apache/maven/plugin/nar/aol.properties @@ -127,7 +127,7 @@ x86.Windows.g++.plugin.extension=dll x86.Windows.g++.jni.extension=dll x86.Windows.g++.executable.extension= -# FIXME to be removed when NARPLUGIN-137 +# FIXME to be removed when NAR-6 x86.Windows.gcc.static.extension=a x86.Windows.gcc.shared.extension=dll x86.Windows.gcc.plugin.extension=dll @@ -167,7 +167,7 @@ i386.Linux.g++.plugin.extension=so i386.Linux.g++.jni.extension=so i386.Linux.g++.executable.extension= -# FIXME to be removed when NARPLUGIN-137 +# FIXME to be removed when NAR-6 i386.Linux.gcc.static.extension=a i386.Linux.gcc.shared.extension=so i386.Linux.gcc.plugin.extension=so @@ -340,7 +340,7 @@ amd64.Linux.g++.plugin.extension=so amd64.Linux.g++.jni.extension=so amd64.Linux.g++.executable.extension= -# FIXME to be removed when NARPLUGIN-137 +# FIXME to be removed when NAR-6 amd64.Linux.gcc.static.extension=a amd64.Linux.gcc.shared.extension=so amd64.Linux.gcc.plugin.extension=so @@ -382,7 +382,7 @@ ppc.MacOSX.g++.plugin.extension=bundle ppc.MacOSX.g++.jni.extension=jnilib ppc.MacOSX.g++.executable.extension= -# FIXME to be removed when NARPLUGIN-137 +# FIXME to be removed when NAR-6 ppc.MacOSX.gcc.static.extension=a ppc.MacOSX.gcc.shared.extension=dylib ppc.MacOSX.gcc.plugin.extension=bundle @@ -424,7 +424,7 @@ i386.MacOSX.g++.plugin.extension=bundle i386.MacOSX.g++.jni.extension=jnilib i386.MacOSX.g++.executable.extension= -# FIXME to be removed when NARPLUGIN-137 +# FIXME to be removed when NAR-6 i386.MacOSX.gcc.static.extension=a i386.MacOSX.gcc.shared.extension=dylib i386.MacOSX.gcc.plugin.extension=bundle @@ -466,7 +466,7 @@ x86_64.MacOSX.g++.plugin.extension=bundle x86_64.MacOSX.g++.jni.extension=jnilib x86_64.MacOSX.g++.executable.extension= -# FIXME to be removed when NARPLUGIN-137 +# FIXME to be removed when NAR-6 x86_64.MacOSX.gcc.static.extension=a x86_64.MacOSX.gcc.shared.extension=dylib x86_64.MacOSX.gcc.plugin.extension=bundle @@ -510,7 +510,7 @@ sparc.SunOS.CC.plugin.extension=so sparc.SunOS.CC.jni.extension=so sparc.SunOS.CC.executable.extension= -# FIXME to be removed when NARPLUGIN-137 +# FIXME to be removed when NAR-6 sparc.SunOS.cc.static.extension=a sparc.SunOS.cc.shared.extension=so sparc.SunOS.cc.plugin.extension=so |