I'm trying to solve problem I have with the combined use of the Maven WAR Plugin & Jetty Plugin The problem arises when using the jetty:run goal of the Jetty plugin.
I use the War plugin to create a war of my app of course but also to be able to filter values in the web.xml and other xml files. This works perfectly when launching the package goal. But jetty:run doesn't seem to use the result of the package goal as a base for deployment. App loaded with Jetty would not have its web.xml and other values filtered. If someone has a tip here, it's welcome. More generally, while trying to solve the problem and update my plugins' version, I realized some of my plugin version were hardcoded in the pom.xml and some not. How is Maven automatically updating plugin release? Where can I have detailed informations on a release content? Specifically, I cannot find any information on the War plugin: what's the difference between 2.0 and 2.0.2? and what's new in 2.1-alpha? cheers --nodje -- View this message in context: http://www.nabble.com/Maven-plugin-version-and-information-tp15750775s177p15750775.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
