You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2009/08/12 10:55:13 UTC

svn commit: r803417 - /camel/trunk/parent/pom.xml

Author: ningjiang
Date: Wed Aug 12 08:55:12 2009
New Revision: 803417

URL: http://svn.apache.org/viewvc?rev=803417&view=rev
Log:
CAMEL-1904 fixed the profile of sourcecheck

Modified:
    camel/trunk/parent/pom.xml

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=803417&r1=803416&r2=803417&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Wed Aug 12 08:55:12 2009
@@ -978,13 +978,17 @@
           <activation>
 		<activeByDefault>true</activeByDefault>
 	  </activation>
-	  <properties>
-		<!--  pmd.skip>true</pmd.skip-->
-		<checkstyle.skip>true</checkstyle.skip>
-	  </properties>
     </profile>
     <profile>
-	<id>sourcecheck</id>       
+	<id>sourcecheck</id>
+        <build>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-checkstyle-plugin</artifactId>
+                </plugin>
+            </plugins>
+        </build>
     </profile>
   </profiles>