diff --git a/ant/plugin.jelly b/ant/plugin.jelly index 22a9c265..75aaf81e 100644 --- a/ant/plugin.jelly +++ b/ant/plugin.jelly @@ -47,6 +47,7 @@ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Generating ${maven.ant.generate.dir}/${maven.ant.generate.script} ... + diff --git a/ant/src/plugin-test/maven.xml b/ant/src/plugin-test/maven.xml index 84707a19..a2298b24 100644 --- a/ant/src/plugin-test/maven.xml +++ b/ant/src/plugin-test/maven.xml @@ -18,12 +18,12 @@ - + - + - + diff --git a/ant/src/plugin-test/project.properties b/ant/src/plugin-test/project.properties index 90563578..24083f0b 100644 --- a/ant/src/plugin-test/project.properties +++ b/ant/src/plugin-test/project.properties @@ -1,6 +1,8 @@ +maven.ant.generate.script = myBuild.xml +maven.ant.generate.dir = ${basedir} + maven.jar.override =on maven.jar.activation =${basedir}/lib/activation-1.0.2.jar - maven.license.licenseFile =${basedir}/LICENSE.txt maven.ant.use.multirepo =false \ No newline at end of file