Skip to main content

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

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

Attachment: appendixB.zip
Description: Zip archive


Back to the top