Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Post-compile weaving aspectj-maven-plugin example wanted

I want to intercept calls from one library (jar) to another(jar).

Any suggestion on how achieve it is welcome.

On Tue, Mar 3, 2015 at 11:13 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
Out of curiosity, what is your usecase for this, why not let :compile
goal both compile and weave classes?

--
Regards,
Igor


On 2015-03-03 15:07, Vitaliy Semochkin wrote:
Hi,

Does aspectj-maven-plugin supports post-compile (binary) weaving

and if yes, is there any example of how to configure it?

Regards,
Vitaliy


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/aspectj-users

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top