JBoss AOP Parent POM 2.2.2.GA

org.jboss.maven.plugins
Class JBossAOPCMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by 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

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
JBossAOPCMojo()
           
 
Method Summary
 void execute()
           
protected  boolean isTest()
           
protected  void setTest(boolean test)
           
 
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
 

Constructor Detail

JBossAOPCMojo

public JBossAOPCMojo()
Method Detail

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)

JBoss AOP Parent POM 2.2.2.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.