Posts

Showing posts with the label spring-mvc-showcase

spring-mvc-showcase import error - Multiple annotations found at this line:

Multiple annotations found at this line:  - Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:aspectj-maven-plugin:1.2:test-compile   (execution: default, phase: process-test-sources)  - Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:aspectj-maven-plugin:1.2:compile   (execution: default, phase: process-sources) =============================================================================   <!-- <plugin>     <groupId>org.codehaus.mojo</groupId>     <artifactId>aspectj-maven-plugin</artifactId>     Have to use version 1.2 since version 1.3 does not appear to work with ITDs     <version>1.2</version>     <dependencies>      You must use Maven 2.0.9 or above or these are ignored (see MNG-2972)      ...