On 4/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: wsmoak > Date: Sat Apr 8 22:40:48 2006 > New Revision: 392681 > > URL: http://svn.apache.org/viewcvs?rev=392681&view=rev > Log: > Wrap the assembly creation in the 'generate-assembly' profile, and link to it > from the struts-action-parent pom, so that 'mvn -P generate-assembly' from > /struts/current/action will actually generate the assembly, instead of > requiring a second step.
Darn. This actually doesn't create the assembly, you still have to drop down into action/assembly and run 'mvn assembly:assembly' to get it. I tried binding the execution of the assembly plugin to the package and install phases, but it isn't handling paths correctly. Maybe we'll call the profile 'pre-assembly'... I do like having the assembly module linked in action/pom.xml, though, so IDE config will get generated for it and you can edit the files as part of struts-action. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]