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/StrutsMaven2Plan

------------------------------------------------------------------------------
  A page to collect notes on the conversion to Maven 2
+ 
+ Please use the StrutsMaintenanceMaven page for formal instructions.
  
  === Assemblies ===
  
+ The action/assembly module has the config for the binary assembly (borrowed 
from myfaces/core), the source assembly (borrowed from maven/components) and 
the "all" assembly which is currently in use (see assembly/pom.xml)
- action/pom.xml and action/src/* have the config for the source assembly 
(borrowed from maven/components)
- 
- action/assembly/* has the config for the binary assembly (borrowed from 
myfaces/core)
  
  I tried combining these using multiple <execution>s of the assembly plugin, 
but got an error saying that the assembly plugin must be invoked directly.  I 
think that means in <project>/<build>/<plugins>/<plugin>, and not in a profile. 
 
  
+ maven-assembly-plugin v2.0.1 does support multiple descriptors, the docs 
published in October 2005 are for a prior version.
- Then again... this warning would seem to indicate that descriptors is now 
plural, so maybe we can build both source and binary distibutions from 
action/assembly.  I've asked about it on [EMAIL PROTECTED]
- {{{
- [WARNING] DEPRECATED [descriptor]: Please use descriptors instead
- [INFO] [assembly:assembly]
- }}}
  
- '''NOTE:''' It's possible that the source assembly (with <modules>) only 
works with maven-assembly-plugin 2.1-SNAPSHOT
+ The source assembly (with <module>s) only works with maven-assembly-plugin 
2.1-SNAPSHOT
  
  === Project Structure ===
  

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

Reply via email to