Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Include / exclude when using aspect library in maven

I already solved this problem by exporting different versions of the aspect library using several executions of the maven jar plugin.

Sean

On 07.02.2014 18:46, Andy Clement wrote:
You might be able to achieve something using the mechanism for configuring compilation with aop.xml files (like you configure load time weaving). I mentioned it here a while back: http://dev.eclipse.org/mhonarc/lists/aspectj-dev/msg02602.html

For each project you could use an appropriate aop.xml to scope what you want to apply where. However, i don't know if that option plays nicely with maven.

Andy



Back to the top