This link helped me to solve my issue: http://maven.40175.n5.nabble.com/Does-the-lt-pluginGroup-gt-in-the-setting-xml-work-td115219.html
my metadata file for org.mortbay.jetty had configured the prefix to always call jetty-maven-plugin vs maven-jetty-plugin. Both were in the file, but seems like the first one is the one that is honored. Removed the entry for the newer plugin artifact and then jetty:run worked like a charm with the older version and all configurations were honored. Thanks! -- View this message in context: http://maven.40175.n5.nabble.com/Maven-Jetty-Plugin-won-t-honor-webAppSourceDirectory-tp4774500p4778595.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]
