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)
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>${org.aspectj-version}</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjtools</artifactId>
<version>${org.aspectj-version}</version>
</dependency>
</dependencies>
<executions>
<execution>
<goals>
<goal>compile</goal>
<goal>test-compile</goal>
</goals>
</execution>
</executions>
<configuration>
<outxml>true</outxml>
<source>${java-version}</source>
<target>${java-version}</target>
</configuration>
</plugin> -->
-----------------
resolution
1. Eclipse : "Help > Install New Software ..."
2. work with :"http://dist.springsource.org/release/AJDT/configurator/"
3. AJDT M2E configurator" selected
4. import ->Maven/Existing Maven Projects selected -> Browse ->spring-mvc-showcase-master