[jboss-svn-commits] JBL Code SVN: r10717 - labs/jbossbuild/maven-plugins/trunk/jboss-retro-maven-plugin/src/main/java/org/jboss/maven/plugins/retro.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Apr 3 13:46:27 EDT 2007


Author: pgier
Date: 2007-04-03 13:46:27 -0400 (Tue, 03 Apr 2007)
New Revision: 10717

Modified:
   labs/jbossbuild/maven-plugins/trunk/jboss-retro-maven-plugin/src/main/java/org/jboss/maven/plugins/retro/RetroCheckMojo.java
Log:
Added comment to the retro-check plugin.

Modified: labs/jbossbuild/maven-plugins/trunk/jboss-retro-maven-plugin/src/main/java/org/jboss/maven/plugins/retro/RetroCheckMojo.java
===================================================================
--- labs/jbossbuild/maven-plugins/trunk/jboss-retro-maven-plugin/src/main/java/org/jboss/maven/plugins/retro/RetroCheckMojo.java	2007-04-03 17:37:54 UTC (rev 10716)
+++ labs/jbossbuild/maven-plugins/trunk/jboss-retro-maven-plugin/src/main/java/org/jboss/maven/plugins/retro/RetroCheckMojo.java	2007-04-03 17:46:27 UTC (rev 10717)
@@ -14,7 +14,10 @@
  * Maven wrapper for JBoss Retro.  By default
  * it will bind to the process classes phase, which takes
  * place immediately after the compile phase.
+ * NOTE: The retro check functionality is not complete.  Please
+ * do not use this part of the plugin in a production environment.
  * 
+ * @phase process-classes
  * @goal retro-check
  * 
  */
@@ -153,7 +156,7 @@
             this.getLog().warn("Could not get filename");
          }
       }
-
+      
       argsList.add(classpath.toString());
 
       try




More information about the jboss-svn-commits mailing list