All the mvn2 documentation I've seen said you need to explicitly call package THEN assembly, bind it to something later like verify (and use that).
http://maven.apache.org/plugins/maven-assembly-plugin/examples/multimodu le/module-binary-inclusion-simple.html NOTE: Because of a quirk in Maven 2.0's execution model relating to aggregator mojos and the inheritance hierarchy, we need to explicitly execute the package phase ahead of the assembly invocation, to ensure all modules have been built. -----Original Message----- From: Mike Perham [mailto:[EMAIL PROTECTED] Sent: Monday, June 05, 2006 3:45 PM To: Maven Users List Subject: RE: [M2] can we use 'mvn assembly' instead assembly:assembly You would use 'mvn package' and bind the assembly:assembly mojo to the 'package' build lifecycle phase in your pom. I could swear I've seen an example on the list before but I don't have an convienent example. -----Original Message----- From: hamdard [mailto:[EMAIL PROTECTED] Sent: Monday, June 05, 2006 2:14 PM To: users@maven.apache.org Subject: [M2] can we use 'mvn assembly' instead assembly:assembly Like we can do 'mvn install' instead install:install If possible, what needs be configured and where? Thanks -H -- View this message in context: http://www.nabble.com/-M2--can-we-use-%27mvn-assembly%27-instead-assembl y%3Aassembly-t1737143.html#a4720482 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]