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:
aheritier
2006-02-12 23:30:07 +00:00
parent 2854e405fb
commit 2352c073fa
68 changed files with 10 additions and 531 deletions

View File

@@ -25,14 +25,6 @@
<currentVersion>1.6-SNAPSHOT</currentVersion>
<description/>
<shortDescription>Compile java code</shortDescription>
<url>http://maven.apache.org/maven-1.x/reference/plugins/java/</url>
<issueTrackingUrl>http://jira.codehaus.org/browse/MPJAVA</issueTrackingUrl>
<siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/java/</siteDirectory>
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/java</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/java/</developerConnection>
<url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/java</url>
</repository>
<versions>
<version>
<id>1.3</id>