I have a jar:jar preGoal in my master maven.xml file that sets the
maven.final.name property as such:

  <j:set var="maven.final.name"
         value="${pom.artifactId}-${mdbRelease}"/>

I then run install-snapshot using multiproject, and echo the value of
maven.final.name immediately after setting it. It is correct. But when
I echo it from within the jar:jar goal, maven.final.name contains the
name set by jar:snapshot.

Should I be able to override maven.final.name this way? If so, any
ideas what I could be doing wrong? Since jar:snapshot attains the
jar:jar goal after setting maven.final.name, I figured my preGoal
would override that setting.

Thanks.

    Jeff

-- 
mailto:[EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to