There seem to be problems with this and the new maven-ant-task release.
First off this needs to change:
Index: common-build.xml
===================================================================
--- common-build.xml (revision 558287)
+++ common-build.xml (working copy)
@@ -202,7 +202,7 @@
</copy>
<artifact:pom id="maven.project" file="${build.dir}/@
{pom.xml}" />
<artifact:install file="${build.dir}/$
{maven.project.build.finalName}.jar">
- <localRepository location="${maven.dist.dir}"/>
+ <localRepository path="${maven.dist.dir}"/>
<pom refid="maven.project"/>
</artifact:install>
</sequential>
But even though I do that I get some funky errors from lucene-parent
that it requires unspecified:unspecified(0.0).
It might just be my machine, but I would appreciate if someone could
confirm that.
--
karl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]