Uploaded image for project: 'UIMA'
  1. UIMA
  2. UIMA-3008

fix some build issues with jcasgen-maven-plugin unit tests

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.4.1SDK
    • Core Java Framework
    • 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.

      Attachments

        Activity

          People

            schor Marshall Schor
            schor Marshall Schor
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: