fixed configuration now that it inherits from maven-plugin-tools

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1343021 13f79535-47bb-0310-9956-ffa450edef68
master
Herve Boutemy 2012-05-27 10:02:41 +00:00
parent 255e64684e
commit fd2fdff716
1 changed files with 0 additions and 12 deletions

View File

@ -28,7 +28,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven Plugin Plugin</name>
@ -37,22 +36,11 @@
to include in the JAR. It is also used to generate Xdoc files for the Mojos as well as for updating the
plugin registry, the artifact metadata and a generic help goal.
</description>
<url>${siteUrlPlugin}</url>
<prerequisites>
<maven>2.0.6</maven>
</prerequisites>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugin-tools/trunk/maven-plugin-plugin/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugin-tools/trunk/maven-plugin-plugin/</developerConnection>
<url>http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/</url>
</scm>
<issueManagement>
<system>jira</system>
<url>http://jira.codehaus.org/browse/MPLUGIN</url>
</issueManagement>
<properties>
<doxiaVersion>1.2</doxiaVersion>
<doxia-sitetoolsVersion>1.2</doxia-sitetoolsVersion>