diff --git a/ant/project.xml b/ant/project.xml index a1fa5cd9..0cdaaf4f 100644 --- a/ant/project.xml +++ b/ant/project.xml @@ -23,7 +23,7 @@ 3 maven-ant-plugin Maven Ant Plugin - 1.7-SNAPSHOT + 1.7 Generates ant build files from a maven project, so that plain ant users can build your project Generate Ant build file http://maven.apache.org/reference/plugins/ant/ @@ -45,6 +45,11 @@ 1.6 MAVEN_ANT_1_6 + + 1.7 + 1.7 + MAVEN_ANT_1_7 + diff --git a/ant/xdocs/changes.xml b/ant/xdocs/changes.xml index 2904ed3d..f68a93a2 100644 --- a/ant/xdocs/changes.xml +++ b/ant/xdocs/changes.xml @@ -24,14 +24,18 @@ dIon Gillard - + Resources are correctly copied to the specified targetPath. - Corrects also NumberFormatException. pom.build.unitTest.resources is made up of several resource elements. - Remove NumberFormatException if pom.build.unitTest.resources doesn't exist. + Corrects also NumberFormatException. + pom.build.unitTest.resourcesis made up of several + resourceelements. + + Remove NumberFormatException if + pom.build.unitTest.resourcesdoesn't exist. + Change plugin tests to use 'assert' tags Replace use of 'target' directory with appropriate variables - Use relative path for javadoc. Check unit test source dir exists before making relative path