Hi All,

Basically what I am trying to achieve is to break the default build
lifecycle into two parts:

1.      mvn install.
2.      mvn deploy:deploy.

The first step runs fine. But when I run "mvn deploy:deploy" it gives the
following error:

[INFO] [deploy:deploy {execution: default-cli}]
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] The packaging for this project did not assign a file to the build
artifact

What am I doing wrong? 

Please note that when I run "mvn deploy" on my project it successfully
deploys my project's jar file. 

-- 
View this message in context: 
http://old.nabble.com/Is-it-possible-to-execute-just-the-deploy-phase-without-executing-all-the-other-phases-that-precede-deploy-in-the-default-build-lifecycle--tp28215706p28215706.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]

Reply via email to