- remove unneeded properties (they are inherited from top level project.properties)

- fixed <version> tag
- other minor cosmetic enhancements


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115143 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2004-05-01 17:15:06 +00:00
parent 7a7ba7e632
commit f76b3e6388
4 changed files with 21 additions and 12 deletions

View File

@@ -17,7 +17,3 @@
# ------------------------------------------------------------------- # -------------------------------------------------------------------
# P R O J E C T P R O P E R T I E S # P R O J E C T P R O P E R T I E S
# ------------------------------------------------------------------- # -------------------------------------------------------------------
maven.xdoc.date=left
## maven.xdoc.version=${pom.currentVersion}
maven.license.licenseFile=${basedir}/../../../LICENSE.txt

View File

@@ -36,6 +36,23 @@
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/plugin/</developerConnection> <developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/plugin/</developerConnection>
<url>http://cvs.apache.org/viewcvs/maven-plugins/plugin/</url> <url>http://cvs.apache.org/viewcvs/maven-plugins/plugin/</url>
</repository> </repository>
<versions>
<version>
<id>1.2</id>
<name>1.2</name>
<tag>MAVEN_PLUGIN_1_2</tag>
</version>
<version>
<id>1.3</id>
<name>1.3</name>
<tag>MAVEN_PLUGIN_1_3</tag>
</version>
<version>
<id>1.4</id>
<name>1.4</name>
<tag>HEAD</tag>
</version>
</versions>
<developers> <developers>
<developer> <developer>
<name>Peter Lynch</name> <name>Peter Lynch</name>

View File

@@ -28,7 +28,6 @@
<action dev="brett" type="add" issue="MAVEN-1219">Add plugin:uninstall-now that removes the plugin from the currently running instance of Maven.</action> <action dev="brett" type="add" issue="MAVEN-1219">Add plugin:uninstall-now that removes the plugin from the currently running instance of Maven.</action>
<action dev="brett" type="add" issue="MAVEN-1219">Add a plugin:install-now goal that installs the plugin into the currently running instance of maven so that it can be used by subsequent goals.</action> <action dev="brett" type="add" issue="MAVEN-1219">Add a plugin:install-now goal that installs the plugin into the currently running instance of maven so that it can be used by subsequent goals.</action>
</release> </release>
<release version="1.3" date="2004-03-22"> <release version="1.3" date="2004-03-22">
<action dev="brett" type="fix" issue="MPPLUGIN-13">Create local repository directory first so plugin:download doesn't fail when it doesn't exist</action> <action dev="brett" type="fix" issue="MPPLUGIN-13">Create local repository directory first so plugin:download doesn't fail when it doesn't exist</action>
<action dev="dion" type="update">Add optional msg attribute to assertFileExists and assertEquals tags</action> <action dev="dion" type="update">Add optional msg attribute to assertFileExists and assertEquals tags</action>

View File

@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2004 The Apache Software Foundation. * Copyright 2001-2004 The Apache Software Foundation.
@@ -17,19 +18,15 @@
*/ */
--> -->
<project name="Maven Plugin Plugin"> <project name="Maven Plugin Plugin">
<title>Maven Plugin Plugin</title> <title>Maven Plugin Plugin</title>
<body> <body>
<links> <links>
<item href="http://maven.apache.org/" name="Maven"> <item href="http://maven.apache.org/" name="Maven"/>
</item>
</links> </links>
<menu name="Overview"> <menu name="Overview">
<item href="/goals.html" name="Goals"> <item href="/goals.html" name="Goals"/>
</item> <item href="/properties.html" name="Properties"/>
<item href="/properties.html" name="Properties">
</item>
</menu> </menu>
</body> </body>
</project> </project>