On 14/05/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: rahul > Date: Tue May 13 18:22:45 2008 > New Revision: 656075 > > URL: http://svn.apache.org/viewvc?rev=656075&view=rev > Log: > Hard code version in source assembly descriptor to work around m2 bug when > releasing with JDK 1.4 (thanks to Niall Pemberton). >
BTW, which Maven command is affected by this bug? I just tried "mvn assembly:assembly" using the original version of src.xml, and the generated src.zip file used 0.8 rather than 2.4.1. This was using Maven 2.0.8/Java 1.4.2/WinXP I must be doing something wrong for it to come out right ;-) > Modified: > commons/proper/scxml/trunk/src/assembly/src.xml > > Modified: commons/proper/scxml/trunk/src/assembly/src.xml > URL: > http://svn.apache.org/viewvc/commons/proper/scxml/trunk/src/assembly/src.xml?rev=656075&r1=656074&r2=656075&view=diff > > ============================================================================== > --- commons/proper/scxml/trunk/src/assembly/src.xml (original) > +++ commons/proper/scxml/trunk/src/assembly/src.xml Tue May 13 18:22:45 2008 > @@ -20,7 +20,7 @@ > <format>tar.gz</format> > <format>zip</format> > </formats> > - > <baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory> > + <baseDirectory>${project.artifactId}-0.8-src</baseDirectory> > <fileSets> > <fileSet> > <includes> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]