You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/05/13 12:27:18 UTC

svn commit: r1102650 - /incubator/ognl/trunk/pom.xml

Author: simonetripodi
Date: Fri May 13 10:27:18 2011
New Revision: 1102650

URL: http://svn.apache.org/viewvc?rev=1102650&view=rev
Log:
re-enabled changes plugin

Modified:
    incubator/ognl/trunk/pom.xml

Modified: incubator/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ognl/trunk/pom.xml?rev=1102650&r1=1102649&r2=1102650&view=diff
==============================================================================
--- incubator/ognl/trunk/pom.xml (original)
+++ incubator/ognl/trunk/pom.xml Fri May 13 10:27:18 2011
@@ -298,7 +298,6 @@ limitations under the License.
 
       <reporting>
         <plugins>
-            <!--
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-changes-plugin</artifactId>
@@ -315,7 +314,8 @@ limitations under the License.
                 </reportSet>
               </reportSets>
             </plugin>
-          <plugin>
+          <!--
+            <plugin>
             <artifactId>maven-checkstyle-plugin</artifactId>
             <version>2.6</version>
             <configuration>