Hi, according to the documentation, there is a prepare-package task since maven 2.1. I'm running Maven version: 2.1.0-M1
but when I want to call the prepare-package task, it fails with the following error message: [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [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 [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: < 1 second [INFO] Finished at: Tue Feb 24 15:53:45 CET 2009 [INFO] Final Memory: 1M/4M [INFO] ------------------------------------------------------------------------ any ideas? -- View this message in context: http://www.nabble.com/mvn-prepare-package-invalid-task--tp22181075p22181075.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]
