org.jboss.maven.plugins
Class JBossTestAOPCMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jboss.maven.plugins.JBossAOPCMojo
org.jboss.maven.plugins.JBossTestAOPCMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class JBossTestAOPCMojo
- extends JBossAOPCMojo
A Simple mojo that use the JBoss AOP compiler to weave in AOP code
based on a jboss-aop.xml file.
NOTE: This mojo is not finished and will probably be rewritten or completly removed
when i learn more about maven...
Use it by running: mvn jbossaop:aopc
Supported options:
- aoppath (default src/main/resources/jboss-aop.xml)
- verbose (default true)
- suppress (default false)
- noopt (default false)
- report (default false)
- Author:
- Stale W. Pedersen
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBossTestAOPCMojo
public JBossTestAOPCMojo()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.