Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by WendySmoak:
http://wiki.apache.org/struts/StrutsMaintenanceMaven

The comment on the change is:
generate-assembly -> pre-assembly

------------------------------------------------------------------------------
  (The default goal, configured in action/pom.xml is '''install'''.)
  
  === 3.2 Binary and Source Assembly ===
- To build the -all assembly, first enable the 'generate-assembly' profile, 
which will cause the javadoc and source artifacts to be produced:
+ To build the -all assembly, first enable the 'pre-assembly' profile, which 
will cause the javadoc and source artifacts to be produced:
  {{{
     ~/svn/struts/current/action
-    $ mvn -P generate-assembly
+    $ mvn -P pre-assembly
  }}}
  And then create the assembly:
  {{{

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to