> > > Hi, > > > > Maven creates jar, but with name "PROJECT-version.jar" eg:- > > PROJECT-12.0.0.jar, > > is there anyway i can override this to create "project.jar" > > > This is not something which you would normally want to do > with maven. Jars and other artifacts are versioned for > numerous good reasons.
How many people here are running their applications outside of a container? How do you handle setting the class path (when it changes with each release)? I ended up taking some code from the maven deploy plugin and modifying it to generate a class path from the pom. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
