Initial revision
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112724 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
53
ant/xdocs/changes.xml
Normal file
53
ant/xdocs/changes.xml
Normal file
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0"?>
|
||||
<document>
|
||||
<properties>
|
||||
<title>Changes</title>
|
||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="add">
|
||||
Added the new maven.ant.excludedTests property
|
||||
</action>
|
||||
<action dev="dion" type="fix">
|
||||
If a project has no test source, the test targets are empty.
|
||||
</action>
|
||||
<action dev="jcej" type="fix">
|
||||
<p>
|
||||
Fixing a chicken-and-egg problem. The "test" and "compile-tests"
|
||||
tasks were putting target/${final.name}.jar into the classpath.
|
||||
</p>
|
||||
<p>
|
||||
But... the "jar" target that creates that jarfile is dependent
|
||||
upon those two targets.
|
||||
</p>
|
||||
<p>
|
||||
So, there was no way for the first two to succeed since the
|
||||
jarfile couldn't be created. Now, the first two include target/classes
|
||||
in the classpath and all is well.
|
||||
</p>
|
||||
</action>
|
||||
<action dev="jcej" type="add">
|
||||
Added the maven.ant.generatebuild.file property and docs
|
||||
</action>
|
||||
<action dev="dion" type="add">
|
||||
Added more documentation on properties and supported SCM systems
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.1" date="2002-09-15">
|
||||
<action dev="dion" type="update">
|
||||
Fix documentation
|
||||
</action>
|
||||
<action dev="dion" type="fix">
|
||||
Fix for bug Maven-52: generated ant build should execute the unit tests before generating a jar.
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.0" date="2002-08-04">
|
||||
<action dev="jvanzyl" type="add">
|
||||
Original release for Maven 1.0-beta6
|
||||
</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
Reference in New Issue
Block a user