extra copy

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114720 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-02-21 01:55:33 +00:00
parent a6d8e9263c
commit 31dee27b1f
14 changed files with 0 additions and 200 deletions

View File

@ -1,3 +0,0 @@
target
velocity.log
maven.log

View File

@ -1,16 +0,0 @@
<?xml version="1.0"?>
<project
xmlns:j="jelly:core"
xmlns:ant="jelly:ant">
<goal name="clean" description="Remove all project artifacts"
prereqs="clean:clean"/>
<goal name="clean:clean"
description="Remove all project artifacts">
<ant:delete dir="${maven.build.dir}"/>
<ant:delete file="${basedir}/velocity.log" quiet="true" failonerror="false"/>
</goal>
</project>

View File

@ -1,3 +0,0 @@
# -------------------------------------------------------------------
# P L U G I N P R O P E R T I E S
# -------------------------------------------------------------------

View File

@ -1,7 +0,0 @@
# -------------------------------------------------------------------
# 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.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html
maven.license.licenseFile=${basedir}/../../../LICENSE.txt

View File

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<extend>../project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-clean-plugin</id>
<name>Maven Clean Plug-in</name>
<currentVersion>1.1</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>

View File

@ -1 +0,0 @@
*.log

View File

@ -1,16 +0,0 @@
<project xmlns:j="jelly:core" xmlns:u="jelly:util">
<goal name="testPlugin" prereqs="test-clean">
</goal>
<goal name="test-clean">
<mkdir dir="${maven.build.dir}"/>
<attainGoal name="clean"/>
<u:file var="target" name="${maven.build.dir}"/>
<j:if test="${(target.exists())}">
<fail>maven.build.dir was not deleted</fail>
</j:if>
</goal>
</project>

View File

@ -1,39 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
<pomVersion>3</pomVersion>
<id>test-maven-clean-plugin</id>
<name>Test project for Maven Clean Plugin</name>
<groupId>maven</groupId>
<currentVersion>1.0-SNAPSHOT</currentVersion>
<organization>
<name>Apache Software Foundation</name>
<url>http://www.apache.org/</url>
<logo>http://maven.apache.org/images/jakarta-logo-blue.gif</logo>
</organization>
<inceptionYear>2001</inceptionYear>
<package>org.apache.maven</package>
<logo>http://maven.apache.org/images/maven.jpg</logo>
<description>Test for Maven Clean plugin</description>
<shortDescription>Test for Maven Clean plugin</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>
<developer>
<name>dIon Gillard</name>
<id>dion</id>
<email>dion@multitask.com.au</email>
<organization>Multitask Consulting</organization>
<roles>
<role>Documentation</role>
</roles>
</developer>
</developers>
<build>
</build>
</project>

View File

@ -1 +0,0 @@
stylesheets

View File

@ -1,28 +0,0 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Changes</title>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.1" date="2003-09-29">
<action dev="dion" type="fix">
Remove clean:classes and clean:docs goals, as they are in an inappropriate place
</action>
<action dev="dion" type="fix" due-to="gabriel">
Apply docs patch, fix bad code in the clean:classes and clean:docs goals
</action>
</release>
<release version="1.0" date="Unknown">
<action dev="evenisse" type="add">
Add clean:classes and clean:docs goals.
</action>
<action dev="evenisse" type="add">
Initial plugin created. Goals are moved from java plugin.
</action>
</release>
</body>
</document>

View File

@ -1,23 +0,0 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Maven Clean Plug-in Goals</title>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<goals>
<goal>
<name>clean</name>
<description>
This goal is a shortcut to the <code>clean:clean</code> goal.
</description>
</goal>
<goal>
<name>clean:clean</name>
<description>Removes ${maven.build.dir} and ${basedir}/velocity.log.</description>
</goal>
</goals>
</body>
</document>

View File

@ -1,16 +0,0 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Maven Clean Plug-in</title>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<section name="Clean Java Plug-in">
<p>
This plug-in provides functionality for cleaning output directories.
</p>
</section>
</body>
</document>

View File

@ -1,15 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Maven Java Plugin">
<title>Maven Java Plugin</title>
<body>
<links>
<item name="Maven" href="http://maven.apache.org/"/>
</links>
<menu name="Overview">
<item name="Goals" href="/goals.html" />
<item name="Properties" href="/properties.html" />
</menu>
</body>
</project>

View File

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<document>
<properties>
<title>Properties</title>
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<section name="Settings">
No properties.
</section>
</body>
</document>