Some compile dependencies are not added to .classpath since 2.6
---------------------------------------------------------------
Key: MECLIPSE-568
URL: http://jira.codehaus.org/browse/MECLIPSE-568
Project: Maven 2.x Eclipse Plugin
Issue Type: Bug
Components: Core : Dependencies resolution and build path (.classpath)
Affects Versions: 2.6
Reporter: Rustam Abdullaev
Priority: Critical
No matter what I try, the following dependency is never added to the .classpath
since version 2.6, even if it is specified explicitly:
{code:xml}
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.6.1</version>
</dependency>
{code}
The same happens to aspectjrt
--
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