Fix bugs in 'new' goals Up project version for changes Document changes git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113460 13f79535-47bb-0310-9956-ffa450edef68
19 lines
707 B
XML
19 lines
707 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project>
|
|
<extend>${basedir}/../project.xml</extend>
|
|
<pomVersion>3</pomVersion>
|
|
<id>maven-clean-plugin</id>
|
|
<name>Maven Clean Plug-in</name>
|
|
<currentVersion>1.1-SNAPSHOT</currentVersion>
|
|
<description/>
|
|
<shortDescription>Clean plugin for Maven</shortDescription>
|
|
<url>http://maven.apache.org/reference/plugins/clean/</url>
|
|
<siteDirectory>/www/maven.apache.org/reference/plugins/clean/</siteDirectory>
|
|
<repository>
|
|
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/clean/</connection>
|
|
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/clean/</url>
|
|
</repository>
|
|
<developers/>
|
|
</project>
|