You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2013/02/15 08:48:00 UTC

svn commit: r1446469 - /myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml

Author: lofwyr
Date: Fri Feb 15 07:48:00 2013
New Revision: 1446469

URL: http://svn.apache.org/r1446469
Log:
TOBAGO-1212: Using JSR 269: Pluggable Annotation Processing API
 -sandbox is disabled, because of a problem while code generation (Todo)

Modified:
    myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml

Modified: myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml?rev=1446469&r1=1446468&r2=1446469&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml (original)
+++ myfaces/tobago/trunk/tobago-extension/tobago-sandbox/pom.xml Fri Feb 15 07:48:00 2013
@@ -29,6 +29,8 @@
   <build>
 
     <plugins>
+<!-- TBD: can this be removed? -->
+<!--
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
@@ -48,6 +50,8 @@
           </execution>
         </executions>
       </plugin>
+-->
+      <!-- TBD: can this be removed? -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-dependency-plugin</artifactId>