In my maven.xml I do this:
<artifact:install
artifact="${maven.build.dir}/${maven.final.name}-client.jar"
type="jar"
project="${pom}"/>
And maven does this:
Copying: from
'/home/jcej/projects/Extranet/PortfolioAnalytics/security/target/Extranet-PortfolioAnalytics-Security-2.0-client.jar'
to:
'/home/jcej/tools/lib/Extranet/jars/Extranet-PortfolioAnalytics-Security-2.0.jar'
Why, oh why, did it drop the trailing '-client' bit from the filename?
Thanks,
James
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]