diff --git a/maven-plugins/maven-plugin-plugin/pom.xml b/maven-plugins/maven-plugin-plugin/pom.xml index da80c41936..7ffc5efe53 100644 --- a/maven-plugins/maven-plugin-plugin/pom.xml +++ b/maven-plugins/maven-plugin-plugin/pom.xml @@ -8,11 +8,8 @@ maven-plugin-plugin maven-plugin Maven PLUGIN Plugin - 2.0-beta-4-SNAPSHOT + 2.0 2001 - - 2.0 - vsiveton @@ -41,12 +38,12 @@ org.apache.maven - maven-plugin-descriptor + maven-plugin-tools-api 2.0 org.apache.maven - maven-plugin-tools-api + maven-plugin-descriptor 2.0 @@ -72,4 +69,4 @@ 2.0 - + \ No newline at end of file diff --git a/maven-plugins/maven-plugin-plugin/release-pom.xml b/maven-plugins/maven-plugin-plugin/release-pom.xml new file mode 100644 index 0000000000..6f5ecda3e9 --- /dev/null +++ b/maven-plugins/maven-plugin-plugin/release-pom.xml @@ -0,0 +1,285 @@ + + 4.0.0 + org.apache.maven.plugins + maven-plugin-plugin + maven-plugin + Maven PLUGIN Plugin + 2.0 + Maven plugin parent + http://maven.apache.org/maven2/plugins/maven-plugin-plugin + + jira + http://jira.codehaus.org/browse/MNG + + + continuum + + + +
commits@maven.apache.org
+
+
+
+
+ 2001 + + + vsiveton + Vincent Siveton + vincent.siveton@gmail.com + + Java Developer + + -5 + + + + scm:svn:http://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-plugin-plugin + scm:svn:https://svn.apache.org/repos/asf/maven/components/trunk/maven-plugins/maven-plugin-plugin + http://svn.apache.org/viewcvs.cgi/maven/components/trunk/maven-plugins/maven-plugin-plugin + + + Apache Software Foundation + http://www.apache.org/ + + + src/main/java + src/main/scripts + src/test/java + target/classes + target/test-classes + + + src/main/resources + + + + + src/test/resources + + + target + + + maven-release-plugin + 2.0-beta-3-SNAPSHOT + + https://svn.apache.org/repos/asf/maven/components/tags + + + + + + + + false + + snapshots + Maven Central Development Repository + http://snapshots.maven.codehaus.org/maven2 + + + + false + + central + Maven Repository Switchboard + http://www.ibiblio.org/maven2 + + + + + + false + + snapshots + Maven Central Plugins Development Repository + http://snapshots.maven.codehaus.org/maven2 + + + + false + + central + Maven Plugin Repository + http://www.ibiblio.org/maven2 + + + + + junit + junit + 3.8.1 + test + + + org.apache.maven + maven-model + 2.0 + compile + + + org.codehaus.plexus + plexus-container-default + 1.0-alpha-8 + compile + + + org.apache.maven + maven-profile + 2.0 + compile + + + org.apache.maven + maven-plugin-tools-api + 2.0 + compile + + + bsh + bsh + 1.3.0 + runtime + + + org.apache.maven + maven-plugin-tools-java + 2.0 + runtime + + + org.apache.maven + maven-plugin-descriptor + 2.0 + compile + + + org.apache.maven + maven-plugin-tools-beanshell + 2.0 + runtime + + + org.apache.maven.reporting + maven-reporting-impl + 2.0 + compile + + + org.codehaus.plexus + plexus-utils + 1.0.4 + compile + + + oro + oro + 2.0.7 + compile + + + classworlds + classworlds + 1.1-alpha-2 + compile + + + doxia + doxia-core + 1.0-alpha-4 + compile + + + qdox + qdox + 1.5 + runtime + + + org.apache.maven + maven-repository-metadata + 2.0 + compile + + + commons-validator + commons-validator + 1.1.4 + compile + + + org.apache.maven + maven-artifact-manager + 2.0 + compile + + + org.apache.maven.wagon + wagon-provider-api + 1.0-alpha-5 + compile + + + org.apache.maven + maven-project + 2.0 + compile + + + org.apache.maven.reporting + maven-reporting-api + 2.0 + compile + + + org.apache.maven + maven-plugin-api + 2.0 + compile + + + org.apache.maven + maven-artifact + 2.0 + compile + + + org.apache.maven + maven-plugin-registry + 2.0 + compile + + + doxia + doxia-sink-api + 1.0-alpha-4 + compile + + + + target/site + + + maven-plugin-plugin + 2.0-beta-4 + + + + + + repo1 + Maven Central Plugins Repository + scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2 + + + snapshots + Maven Central Plugins Development Repository + scp://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2 + + + website + scp://minotaur.apache.org/www/maven.apache.org/maven2/plugins/maven-plugin-plugin + + +
\ No newline at end of file