« Return to Thread: maven examples please

Re: Re: maven examples please

by Ramnivas Laddad :: Rate this Message:

Reply to Author | View in Thread

Here is a zip files from the upcoming AspectJ in Action, 2nd edition
(sorry for the inevitable plug) that contains four projects to show
various options with Maven.

As for the aspects in src/main/aspectj, I believe you can indicate to
Maven that it should be considered as the source directory.

-Ramnivas

On Thu, Jun 11, 2009 at 8:04 PM, Captain Haddock<davidg@...> wrote:

> 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
>
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@...
> https://dev.eclipse.org/mailman/listinfo/aspectj-users
>


_______________________________________________
aspectj-users mailing list
aspectj-users@...
https://dev.eclipse.org/mailman/listinfo/aspectj-users

appendixB.zip (15K) Download Attachment

 « Return to Thread: maven examples please