Uploaded image for project: 'Nuxeo IDE'
  1. Nuxeo IDE
  2. NXIDE-308

Nuxeo plugin project wizard does not include java compilator configuration in the pom.xml

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 1.2
    • Fix Version/s: 1.2.1

      Description

      In Nuxeo IDE :

      • I create a nuxeo plugin project using the wizard
      • In the pom.xml file the following configuration is missing :
          <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-compiler-plugin</artifactId>
              <configuration>
                <source>1.7</source>
                <target>1.7</target>
              </configuration>
            </plugin>
      

      This means that when I try compiling my project with Maven I can end up with an error saying that annotations are not handled by Java 1.3.

        Attachments

          Activity

            People

            • Votes:
              8 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: