Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Re: maven examples please

Captain Haddock wrote:
I have a third party jar that I want to instrument using AOP and want to have two maven projects:

1) compiles all the aspect code into a standalone jar
2) weaves the aspects into the third party jar

Could someone please provide some simple pom examples for both?

thx

fyi I have one aspect in src/main/aspectj

there are no tests

am using maven 2.1.0

thx



Back to the top