On 6/13/07, Kannan Ekanath <[EMAIL PROTECTED]> wrote:
"mvn -Dproject.build.finalName=my-installer-0.3-SNAPSHOT clean assembly:assembly" but it still creates the zip file with the name " package-0.3-SNAPSHOT". Can someone tell me if there is something i am missing?
Try setting <build><finalName> in pom.xml, not on the command line. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
