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:
Update assembly instructions

------------------------------------------------------------------------------
  }}}
  
  === Binary and Source Assembly ===
- To build the -all assembly, first enable the 'pre-assembly' profile, which 
will cause the javadoc and source artifacts to be produced:
+ To build the -all assembly, enable the 'pre-assembly' profile (which produces 
the javadoc and source artifacts), and execute both 'install' and 'site':
  {{{
     ~/svn/struts/current/action
-    $ mvn -P pre-assembly
+    $ mvn install site -P pre-assembly
  }}}
  And then create the assembly:
  {{{
@@ -56, +56 @@

  
  === Source Assembly ===
  
-  * The -sources jars are included in struts-action-x.x.x-all.[zip|tar.gz].
+  * The source code is included in struts-action-x.x.x-all.zip.
  
-  * Wait for v2.1 of maven-assembly-plugin, then switch to the 
action/assembly/src/main/assembly/src.xml and dep.xml descriptors for separate 
-bin and -src assemblies.
+  * Wait for v2.1 of maven-assembly-plugin, then consider switching to the 
action/assembly/src/main/assembly/src.xml and dep.xml descriptors for separate 
-bin and -src assemblies.
  
   * See StrutsMaven2Plan for some additional thoughts on assemblies.
  

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

Reply via email to