Gilles Dodinet wrote:
however if i use jar override (maven.jar.myproject=lib/myproject-${pom.currentVersion}.jar), a call to myArtifact.getPath() returns this :
[prepend is correctly set]/lib/myproject-.jar (i.e. pom.currentVersion is not resolved)
here is a bit more details. if i declare :
toto=1.0
maven.jar.myproject=lib/myproject-${toto}.jarthen the artifact path is correctly resovled to ${basedir}/lib/myproject-1.0.jar
so it really seems like an interpolation issue. how can i workaround that ?
thanks,
-- gd
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
