You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2008/12/01 21:09:07 UTC

svn commit: r722211 - /activemq/camel/trunk/pom.xml

Author: janstey
Date: Mon Dec  1 12:09:06 2008
New Revision: 722211

URL: http://svn.apache.org/viewvc?rev=722211&view=rev
Log:
Disable checkstyle by default. Pass in -Psourcecheck to enable this

Modified:
    activemq/camel/trunk/pom.xml

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=722211&r1=722210&r2=722211&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Mon Dec  1 12:09:06 2008
@@ -1335,15 +1335,8 @@
       </build>
     </profile>
     <profile>
-    	<id>nochecks</id>
-        <!-- skip the checkstyle source code checking -->
-    </profile>
-    <profile>
-      <id>sourcecheck</id>
       <!-- endable the checkstyle source code checking -->
-      <activation>
-        <activeByDefault>true</activeByDefault>
-      </activation>
+      <id>sourcecheck</id>
       <build>
         <plugins>
           <plugin>