Maven install erreur avec les annotations
Bonjour,
Lorsque je fais un maven install sur mon projet, j'obtiens cette erreur:
Code:
1 2 3 4
| [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project ProjetTest: Compilation failure: Compilation failure:
/home/nicolas/workspaceJEE/ProjetTest/src/main/java/fr/testhibernate/domain/model/Resource.java:[15,1] annotations are not supported in -source 1.3
(use -source 5 or higher to enable annotations)
@Entity |
Visiblement j'ai un problème de configuration, mais je ne vois pas à quoi cela correspond exactement.
Une idée?