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 did not assign a file to the build artifact How can I fix it ? -- View this message in context: http://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: [email protected] For additional commands, e-mail: [email protected]
