[jboss-cvs] JBossAS SVN: r64461 - projects/aop/trunk/maven-jbossaop-plugin/src/main/java/org/jboss/maven/plugins.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Aug 5 19:05:06 EDT 2007


Author: stalep
Date: 2007-08-05 19:05:06 -0400 (Sun, 05 Aug 2007)
New Revision: 64461

Modified:
   projects/aop/trunk/maven-jbossaop-plugin/src/main/java/org/jboss/maven/plugins/JBossAOPCMojo.java
Log:
[JBAOP-449] commented the todo, will be looked into before aop 2.0

Modified: projects/aop/trunk/maven-jbossaop-plugin/src/main/java/org/jboss/maven/plugins/JBossAOPCMojo.java
===================================================================
--- projects/aop/trunk/maven-jbossaop-plugin/src/main/java/org/jboss/maven/plugins/JBossAOPCMojo.java	2007-08-05 23:01:20 UTC (rev 64460)
+++ projects/aop/trunk/maven-jbossaop-plugin/src/main/java/org/jboss/maven/plugins/JBossAOPCMojo.java	2007-08-05 23:05:06 UTC (rev 64461)
@@ -40,10 +40,8 @@
 /**
  * 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
+ * Use it by running: mvn jbossaop:compile
  * 
  * Supported options:
  * - aoppath (default src/main/resources/jboss-aop.xml)
@@ -53,6 +51,9 @@
  *  - report (default false)
  *  - includes 
  *  
+ *  TODO: multiple jboss-aop.xml files are supported as in ant. eg, they are provided in
+ *  the same element, and separated with File.pathSeparator. this is not portable and will
+ *  be looked into.
  * 
  * @author <a href="mailto:spederse at redhat.com">Stale W. Pedersen</a>
  * @goal compile




More information about the jboss-cvs-commits mailing list