org.jboss.maven.plugins
Class JBossAOPCMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.jboss.maven.plugins.JBossAOPCMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- JBossTestAOPCMojo
public class JBossAOPCMojo
- extends org.apache.maven.plugin.AbstractMojo
A Simple mojo that use the JBoss AOP compiler to weave in AOP code
based on a jboss-aop.xml file.
Use it by running: mvn jbossaop:compile
Supported options:
- aoppaths[] (default src/main/resources/jboss-aop.xml)
- verbose (default true)
- suppress (default false)
- noopt (default false)
- report (default false)
- includeProjectDependency (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 |
JBossAOPCMojo
public JBossAOPCMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
isTest
protected boolean isTest()
setTest
protected void setTest(boolean test)
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.