Questions tagged [aspectj-maven-plugin]

Handles AspectJ usage within Maven.

Handles AspectJ usage within Maven.

The following functionalities are provided: weaving of aspects (or existing aspects from libraries) with the test and/or main classes, weaving of pre-existing jars and ajdoc reporting.

Check the official usage page for a first look at it.

More Info

212 questions
0
votes
1 answer

My app is crashing after installing the MonkeyTalk agent

I'm trying to use the MonkeyTalk to automate the black-box tests in my Android app. The problem I'm facing is that they don't have anything documented about using it with Maven. So, after a lot of research and trying a lot of things, I made the…
Fernando Camargo
  • 3,085
  • 4
  • 30
  • 49
0
votes
1 answer

Can the maven aspectj plugin weave aspects written via annotations?

I have a project where I want to use aspects but not use spring. So I'm using AspectJ. In my particular scenario, LTW won't work for me, so I have to use CTW, which leads me to the maven aspectj plugin. I am currently using Java 7. I am weaving…
Eric
  • 1,023
  • 1
  • 15
  • 27
1 2 3
14
15