I am using the maven-antrun-plugin to create a jar file.  The <phase> is set
to "install" and the <goal> is set to "run".  This works fine when I run
"mvn clean install" or mvn clean deployl".  If I run "mvn release:prepare"
and then "mvn release:perform", the perform fails because the jar never gets
created so it can not find the jar to release.  It seems as though the
release phase is not running the install.  Do I need to specify a different
<phase> in my plug-in, or am I doing something wrong during the release
phase?

Thanks in advance for any information you can provide.

-Ryan
--
View this message in context: 
http://www.nabble.com/antrun-plug+in+not+working+during+release+phase-t1718384.html#a4667144
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to