Sande Gilda commented on Feature Request JDF-455

Marek Novotny, the final fix was done here: https://github.com/jboss-jdf/jboss-as-quickstart/pull/594

We made sure all POM files defined the maven.compiler.target and maven.compiler.source properties:

+ <!-- maven-compiler-plugin -->
+ <maven.compiler.target>1.6</maven.compiler.target>
+ <maven.compiler.source>1.6</maven.compiler.source>

We removed the compiler plugin:

  • <plugin>
  • <artifactId>maven-compiler-plugin</artifactId>
  • <version>$ {version.compiler.plugin}

    </version>

  • <configuration>
  • <source>$ {maven.compiler.source}

    </source>

  • <target>$ {maven.compiler.target}

    </target>

  • </configuration>
  • </plugin>
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