Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] strange problem with aspectpath and Maven

A note for the interested... was able to track down the problem into the
aspectj-maven-plugin. It uses the Maven project's dependencyMap for resolution
of the artefacts declared as AspectLib or WeaveDepenency.
Yeah... Maps can be dangerous at times :-P
 
If someone happens to be bitten by this issue, I've attached a patch here:
http://jira.codehaus.org/browse/MASPECTJ-87
 
Cheers,
Hermann
 


Back to the top