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: The latest on the assembly situation. ------------------------------------------------------------------------------ (The default goal, configured in action/pom.xml is '''install'''.) - === 3.2 Binary Assembly === + === 3.2 Binary and Source Assembly === - To build the binary 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 'generate-assembly' profile, which will cause the javadoc and source artifacts to be produced: {{{ ~/svn/struts/current/action $ mvn -P generate-assembly @@ -43, +43 @@ === 3.3 Source Assembly === - Looks like we may have to resort to 'svn export' and 'zip' until v2.1 of the maven-assembly-plugin is released. - See: [http://svn.apache.org/viewcvs?rev=392450&view=rev r392450]. + * The -sources jars are included in struts-action-x.x.x-all.[zip|tar.gz]. + + * 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. == 4. References == * [http://www.developer.com/open/article.php/10930_3552026_2 This article] provides a good introduction to Maven 2 and lists some other useful goals. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
