Stephen McConnell wrote:
Ok, then I will go ahead and remove the component.version property declaration whenYep - that and the fact that maven is generating a version file as opposed to a date-stamped file (and every working maven example I could find had a hard coded version).
Steve.
calling maven as it does not appear to have any effect.
Change:
<maven basedir="deprecated/component" goal="jar">
<property name="component.version" value="@@DATE@@"/>
</maven>
To:
<maven basedir="deprecated/component" goal="jar"/>
I also went through and added hardcoded version numbers for all target jars.
Now to wait for the next Gump run...
Cheers, Leif
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Apache Excalibur Project -- URL: http://excalibur.apache.org/
