You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Willie Vu <ct...@ust.hk> on 2003/06/05 05:28:32 UTC

PATCH: deploy plugin's plugin.jelly

Attached is a patch for deploy plugin.  It fixes the following problem:

When <deploy:artifact> is invoked more than once and two types of artifacts are
deployed, all the artifacts are deployed to the directory of the first type.
The problem is caused by <ant:property>. 
<ant:property> does not set for the second time.  It is replaced by <j:set>

--
Willie Vu