From 846700d44b67b22835b57a1c04f17043db8323a3 Mon Sep 17 00:00:00 2001 From: Mark Donszelmann Date: Thu, 1 Oct 2009 14:33:24 +0200 Subject: Moved files in from freehep-nar-plugin version 2.0-alpha-11-SNAPSHOT --- src/main/resources/META-INF/plexus/components.xml | 59 +++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 src/main/resources/META-INF/plexus/components.xml (limited to 'src/main/resources/META-INF/plexus/components.xml') diff --git a/src/main/resources/META-INF/plexus/components.xml b/src/main/resources/META-INF/plexus/components.xml new file mode 100644 index 0000000..a857d5d --- /dev/null +++ b/src/main/resources/META-INF/plexus/components.xml @@ -0,0 +1,59 @@ + + + + org.apache.maven.lifecycle.mapping.LifecycleMapping + nar + org.apache.maven.lifecycle.mapping.DefaultLifecycleMapping + + + org.freehep:freehep-nar-plugin:nar-download, + org.freehep:freehep-nar-plugin:nar-system-generate + org.freehep:freehep-nar-plugin:nar-unpack + org.apache.maven.plugins:maven-resources-plugin:resources, + org.freehep:freehep-nar-plugin:nar-resources + org.apache.maven.plugins:maven-compiler-plugin:compile, + org.freehep:freehep-nar-plugin:nar-javah + org.freehep:freehep-nar-plugin:nar-compile + org.apache.maven.plugins:maven-resources-plugin:testResources + org.apache.maven.plugins:maven-compiler-plugin:testCompile, + org.freehep:freehep-nar-plugin:nar-testCompile + org.apache.maven.plugins:maven-surefire-plugin:test, + org.freehep:freehep-nar-plugin:nar-test + org.freehep:freehep-nar-plugin:nar-package, + org.apache.maven.plugins:maven-jar-plugin:jar + org.freehep:freehep-nar-plugin:nar-integration-test + org.apache.maven.plugins:maven-install-plugin:install + org.apache.maven.plugins:maven-deploy-plugin:deploy + + + + + + org.apache.maven.artifact.handler.ArtifactHandler + nar-artifact + org.apache.maven.artifact.handler.DefaultArtifactHandler + + nar-artifact + jar + nar + java + true + + + + + + org.codehaus.plexus.archiver.Archiver + nar-library + org.freehep.maven.nar.NarArchiver + per-lookup + + + + org.codehaus.plexus.archiver.UnArchiver + nar-library + org.freehep.maven.nar.NarUnArchiver + per-lookup + + + -- cgit v1.2.3