aspectj libraries do not get included anymore with 2.6
------------------------------------------------------
Key: MECLIPSE-544
URL: http://jira.codehaus.org/browse/MECLIPSE-544
Project: Maven 2.x Eclipse Plugin
Issue Type: Bug
Affects Versions: 2.6
Environment: Eclipse 3.4.2
Reporter: Alan Stewart
Attachments: pom.xml
I included 2 aspectj libraries in a pom as per:
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.6.2</version>
</dependency>
Since upgrading to the 2.6 version of t he plugin, these libraries are now missing from my
classpath. I can reproduce this with a very simple pom attached. Change the version from 2.5.1
to 2.6 and check the .classpath.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|