Re: How can deploy artefacts without rebuilding project ?

2009-10-13 Thread boraldo
-deploy-artefacts-without-rebuilding-project---tp25853779p25867904.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail

How can deploy artefacts without rebuilding project ?

2009-10-12 Thread boraldo
://www.nabble.com/How-can-deploy-artefacts-without-rebuilding-project---tp25853779p25853779.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Re: How can deploy artefacts without rebuilding project ?

2009-10-12 Thread Roland Asmann
If the artifact still exists, try deploy:deploy. On Monday 12 October 2009 12:54, boraldo wrote: I want to build in 2 steps. 1. install 2. deploy But if I execute mvn deploy, it executes install phase again. If I execute mvn deploy:mvn deploy, error occurs: The packaging for this project

Re: How can deploy artefacts without rebuilding project ?

2009-10-12 Thread boraldo
-mail: users-h...@maven.apache.org -- View this message in context: http://www.nabble.com/How-can-deploy-artefacts-without-rebuilding-project---tp25853779p25855211.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: How can deploy artefacts without rebuilding project ?

2009-10-12 Thread Roland Asmann
This means that you have a non-standard packaging... I guess... Try deploy:deploy-file. Not the prefered solution (imo), but it should work. Oh, check the parameters it needs though! On Monday 12 October 2009 14:45, boraldo wrote: deploy:deploy implies to The packaging for this project did