org.jboss.maven.plugins
Class JBossTestAOPCMojo

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

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
JBossTestAOPCMojo()
           
 
Method Summary
 
Methods inherited from class org.jboss.maven.plugins.JBossAOPCMojo
execute, isTest, setTest
 
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

JBossTestAOPCMojo

public JBossTestAOPCMojo()


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