> Any insight into why things work in Maven 2.20 but not in 3.02 is appreciated.
I don't believe that Maven 2.20 is a real version. Of course, 3.02 doesn't exist either, but I assume that is supposed to be 3.0.2. So are you trying to upgrade from 2.2.0? Have you tried with 2.2.1? Are you using the exact same <plugin/> configuration (with the plugin versions declared etc) and only changing the Maven version? Have you tried mvn -X to get more information about what is going on during your build, and compared the output from mvn2 and mvn3? Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
