Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
There are 2 issues - the artifact names of all the tests are the same "simple" - a cut/paste thing. Change to match the test.
The other issue: there is no parent pom specified, so on different system, different versions of the maven plugins are being defaulted. On one linux machine we have, a very old level of the maven-compiler-plugin is being set to 2.0.2 - this level is so old that it ends up defaulting a Java source level to 1.3 - which causes the compile to blow up because Java annotations weren't supported back then. The fix: give these test poms a parent that sets the plugins used for building to more-or-less current levels.