Simplify POMS. Move environment dependent settings (sandbox or not) to the plugins-parent POM. It help us to move a plugin to/from the sandbox without to change its POM.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@377273 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -25,14 +25,6 @@
|
||||
<currentVersion>1.5-SNAPSHOT</currentVersion>
|
||||
<description>A plugin to handle the building of multiple projects within maven.</description>
|
||||
<shortDescription>Multi-Project Plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/maven-1.x/reference/plugins/multiproject/</url>
|
||||
<issueTrackingUrl>http://jira.codehaus.org/browse/MPMULTIPROJECT</issueTrackingUrl>
|
||||
<siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/multiproject/</siteDirectory>
|
||||
<repository>
|
||||
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/multiproject/</connection>
|
||||
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/multiproject/</developerConnection>
|
||||
<url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/multiproject/</url>
|
||||
</repository>
|
||||
<versions>
|
||||
<version>
|
||||
<id>1.0</id>
|
||||
|
||||
Reference in New Issue
Block a user