Hello, I'm currently using the eclipse ajdt plugin to generate my .jar aspect. To generate it, I'm using the eclipse option: Export with Aspectj support. After, I'm using the .jar as a javaagent on my weblo server.
In order to generate this .jar automatically, I would like to use maven. Howerver I can't find the data I should add in the pom.xml to have the same behaviour. On the website, I only found the data to generate war. Have you got any idea? Thanks in advance Damien
