1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project Court: Compilation failure: Compilation failure:
/home/sgamette/workspaceaxistest/Court/src/main/java/com/apress/springrecipes/court/service/ReservationService.java:[13,15] generics are not supported in -source 1.3
(use -source 5 or higher to enable generics)
public List<SportType> getAllSportTypes();
/home/sgamette/workspaceaxistest/Court/src/main/java/com/apress/springrecipes/court/web/ReservationSuccessController.java:[6,1] annotations are not supported in -source 1.3
(use -source 5 or higher to enable annotations)
@Controller
-> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException |
Partager