dion 2003/09/21 18:16:17
Added: src/plugins-build/clean/src/plugin-test project.xml
.cvsignore maven.xml
Removed: src/plugins-build/clean/src/test/plugin-test .cvsignore
project.xml maven.xml
Log:
Change location of plugin test projects for Vincent
Revision Changes Path
1.1 maven/src/plugins-build/clean/src/plugin-test/project.xml
Index: project.xml
===================================================================
<?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:[EMAIL
PROTECTED]:/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>[EMAIL PROTECTED]</email>
<organization>Multitask Consulting</organization>
<roles>
<role>Documentation</role>
</roles>
</developer>
</developers>
<build>
</build>
</project>
1.1 maven/src/plugins-build/clean/src/plugin-test/.cvsignore
Index: .cvsignore
===================================================================
*.log
1.1 maven/src/plugins-build/clean/src/plugin-test/maven.xml
Index: maven.xml
===================================================================
<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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]