You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by asookazian <as...@gmail.com> on 2010/07/07 00:48:00 UTC

prepare-package is not a valid lifecycle phase?

Using Maven 2.0.8.

I run 'mvn clean prepare-package' and see:

[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Invalid task 'prepare-package': you must specify a valid lifecycle
phase,
 or a goal in the format plugin:goal or
pluginGroupId:pluginArtifactId:pluginVer
sion:goal

prepare-package is listed as a valid lifecycle phase in the Maven default
lifecycle.  Why am I seeing this error?  thx.
-- 
View this message in context: http://maven.40175.n5.nabble.com/prepare-package-is-not-a-valid-lifecycle-phase-tp946376p946376.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: prepare-package is not a valid lifecycle phase?

Posted by asookazian <as...@gmail.com>.
This is new in Maven 2.1 apparently... It works in 3.0-BETA1.
-- 
View this message in context: http://maven.40175.n5.nabble.com/prepare-package-is-not-a-valid-lifecycle-phase-tp946376p946377.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org