Hi, I've been using mvn for a lot of years now, but I've just
encountered a bizarre issue that I have no explanation for.
I am having trouble with the following dependencies
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.5.3</version>
</dependency>
We are using Archiva -- and these are cached. If I run:
$ mvn -X eclipse:eclipse
I can see the following in the output:
[DEBUG] Adding managed dependencies for com.example:drm
[DEBUG] aspectj:aspectjrt:jar:1.5.3
[DEBUG] aspectj:aspectjweaver:jar:1.5.3
The jars are in my local repo. However, these jars are not added to
the .classpath file, nor do they show up in Reference Libraries under
eclipse.
I have verified that this happens on multiple developer machines, so
it isn't localized to a single environment.
What is even stranger is that if you run the same project with mvn
idea:idea, the aspectj jars show up in the classpath for Intellij.
I am at a loss. We have no <exclusions> in the pom. Where should I look next?
Thanks in advance,
Davis
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]