> Could you please be a bit more detailed with an example?
See the message I posted before, it's a goal that uses
repository:copy-artifact
Oliver
P.S.
Here is what I wrote:
I wrote the following goal to accomplish what I would have expected a
plugin:deploy goal to do:
<goal name="plugindeploy"
description="deploys a plugin to the central repository"
prereqs="jar">
<ant:property name="artifact"
value="${maven.build.dir}/${maven.final.name}.jar"/>
<ant:property name="groupId" value="${pom.groupId}"/>
<ant:property name="type" value="plugin"/>
<attainGoal name="repository:copy-artifact"/>
</goal>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]