-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.2
-
Fix Version/s: 1.2.1
-
Tags:
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.