Marshall Schor created UIMA-3008:
------------------------------------

             Summary: fix some build issues with jcasgen-maven-plugin unit tests
                 Key: UIMA-3008
                 URL: https://issues.apache.org/jira/browse/UIMA-3008
             Project: UIMA
          Issue Type: Improvement
          Components: Core Java Framework
            Reporter: Marshall Schor
            Assignee: Marshall Schor
             Fix For: 2.4.1SDK


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to