On 4/8/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: > On 4/8/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > > > * http://wiki.apache.org/struts/StrutsMaintenanceMaven > > > I'm trying to follow the instructions here with the latest bits (including > your last revision to the POM). The "mvn" to build and install the binaries > ran OK, but attempting to run "mvn -P generate-assembly" in the assembly > subdirectory results in an error.
That should be mvn -P generate-assembly from struts/current/action. It doesn't generate the assembly, it enables the profile that makes Maven build the -sources and -javadoc jars. Then when you switch to action/assembly, all the files will be present. The error message isn't quite right, it's really complaining that it can't find one of those jars with a classifier, not the 1.3.2-SNAPSHOT jar. I'll change the name of the profile to something that makes it clearer and fix the instructions. Try again? -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]