You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/03/08 15:41:40 UTC

svn commit: r1298414 - in /incubator/syncope/trunk: archetype/pom.xml build-tools/pom.xml client/pom.xml console/pom.xml core/pom.xml hibernate-enhancer/pom.xml parent/pom.xml

Author: ilgrosso
Date: Thu Mar  8 14:41:39 2012
New Revision: 1298414

URL: http://svn.apache.org/viewvc?rev=1298414&view=rev
Log:
Updating checkstyle to 2.9.1

Modified:
    incubator/syncope/trunk/archetype/pom.xml
    incubator/syncope/trunk/build-tools/pom.xml
    incubator/syncope/trunk/client/pom.xml
    incubator/syncope/trunk/console/pom.xml
    incubator/syncope/trunk/core/pom.xml
    incubator/syncope/trunk/hibernate-enhancer/pom.xml
    incubator/syncope/trunk/parent/pom.xml

Modified: incubator/syncope/trunk/archetype/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/archetype/pom.xml?rev=1298414&r1=1298413&r2=1298414&view=diff
==============================================================================
--- incubator/syncope/trunk/archetype/pom.xml (original)
+++ incubator/syncope/trunk/archetype/pom.xml Thu Mar  8 14:41:39 2012
@@ -174,7 +174,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.9</version>
+        <version>2.9.1</version>
         <configuration>
           <configLocation>org/syncope/checkstyle.xml</configLocation>
           <targetJdk>${targetJdk}</targetJdk>

Modified: incubator/syncope/trunk/build-tools/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/build-tools/pom.xml?rev=1298414&r1=1298413&r2=1298414&view=diff
==============================================================================
--- incubator/syncope/trunk/build-tools/pom.xml (original)
+++ incubator/syncope/trunk/build-tools/pom.xml Thu Mar  8 14:41:39 2012
@@ -160,7 +160,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.9</version>
+        <version>2.9.1</version>
         <configuration>
           <configLocation>org/syncope/checkstyle.xml</configLocation>
           <targetJdk>${targetJdk}</targetJdk>

Modified: incubator/syncope/trunk/client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/client/pom.xml?rev=1298414&r1=1298413&r2=1298414&view=diff
==============================================================================
--- incubator/syncope/trunk/client/pom.xml (original)
+++ incubator/syncope/trunk/client/pom.xml Thu Mar  8 14:41:39 2012
@@ -97,7 +97,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.9</version>
+        <version>2.9.1</version>
         <configuration>
           <configLocation>org/syncope/checkstyle.xml</configLocation>
           <targetJdk>${targetJdk}</targetJdk>

Modified: incubator/syncope/trunk/console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/console/pom.xml?rev=1298414&r1=1298413&r2=1298414&view=diff
==============================================================================
--- incubator/syncope/trunk/console/pom.xml (original)
+++ incubator/syncope/trunk/console/pom.xml Thu Mar  8 14:41:39 2012
@@ -127,7 +127,7 @@ under the License.
       <artifactId>httpclient</artifactId>
     </dependency>
 
-        <!-- TEST -->
+    <!-- TEST -->
     <dependency>
       <groupId>org.apache.syncope</groupId>
       <artifactId>syncope-build-tools</artifactId>
@@ -181,8 +181,7 @@ under the License.
       <artifactId>org.connid.bundles.ldap</artifactId>
       <scope>test</scope>
     </dependency>
-        <!-- /TEST -->
-
+    <!-- /TEST -->
   </dependencies>
 
   <build>
@@ -496,7 +495,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.9</version>
+        <version>2.9.1</version>
         <configuration>
           <configLocation>org/syncope/checkstyle.xml</configLocation>
           <targetJdk>${targetJdk}</targetJdk>

Modified: incubator/syncope/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/core/pom.xml?rev=1298414&r1=1298413&r2=1298414&view=diff
==============================================================================
--- incubator/syncope/trunk/core/pom.xml (original)
+++ incubator/syncope/trunk/core/pom.xml Thu Mar  8 14:41:39 2012
@@ -247,7 +247,7 @@ under the License.
       <artifactId>framework-internal</artifactId>
     </dependency>
 
-        <!-- TEST -->
+    <!-- TEST -->
     <dependency>
       <groupId>org.apache.syncope</groupId>
       <artifactId>syncope-build-tools</artifactId>
@@ -301,7 +301,7 @@ under the License.
       <artifactId>spring-test</artifactId>
       <scope>test</scope>
     </dependency>
-        <!-- /TEST -->
+    <!-- /TEST -->
   </dependencies>
 
   <build>
@@ -1183,7 +1183,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.9</version>
+        <version>2.9.1</version>
         <configuration>
           <configLocation>org/syncope/checkstyle.xml</configLocation>
           <targetJdk>${targetJdk}</targetJdk>

Modified: incubator/syncope/trunk/hibernate-enhancer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/hibernate-enhancer/pom.xml?rev=1298414&r1=1298413&r2=1298414&view=diff
==============================================================================
--- incubator/syncope/trunk/hibernate-enhancer/pom.xml (original)
+++ incubator/syncope/trunk/hibernate-enhancer/pom.xml Thu Mar  8 14:41:39 2012
@@ -70,7 +70,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.9</version>
+        <version>2.9.1</version>
         <configuration>
           <configLocation>org/syncope/checkstyle.xml</configLocation>
           <targetJdk>${targetJdk}</targetJdk>

Modified: incubator/syncope/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/pom.xml?rev=1298414&r1=1298413&r2=1298414&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/pom.xml (original)
+++ incubator/syncope/trunk/parent/pom.xml Thu Mar  8 14:41:39 2012
@@ -356,7 +356,7 @@ under the License.
         <version>${velocity.version}</version>
       </dependency>
 
-            <!-- Spring -->
+      <!-- Spring -->
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-core</artifactId>
@@ -437,7 +437,7 @@ under the License.
         <artifactId>spring-security-config</artifactId>
         <version>${spring-security.version}</version>            
       </dependency>
-            <!-- /Spring -->
+      <!-- /Spring -->
 
       <dependency>
         <groupId>cglib</groupId>
@@ -501,7 +501,7 @@ under the License.
         <version>1.0</version>
       </dependency>
         
-            <!-- Wicket -->
+      <!-- Wicket -->
       <dependency>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket</artifactId>
@@ -528,7 +528,7 @@ under the License.
         <artifactId>wicket-auth-roles</artifactId>
         <version>${wicket.version}</version>
       </dependency>
-            <!-- /Wicket -->
+      <!-- /Wicket -->
 
       <dependency>
         <groupId>org.codehaus.groovy</groupId>
@@ -547,8 +547,7 @@ under the License.
         <artifactId>apacheds-all</artifactId>
         <version>${apacheds.version}</version>
         <exclusions>
-                    <!-- shared-ldap-schema module needs to be excluded to avoid
-                         multiple schema resources on the classpath-->
+          <!-- shared-ldap-schema module needs to be excluded to avoid multiple schema resources on the classpath-->
           <exclusion>
             <groupId>org.apache.directory.shared</groupId>
             <artifactId>shared-ldap-schema</artifactId>
@@ -583,7 +582,7 @@ under the License.
         <version>${slf4j.version}</version>
       </dependency>
         
-            <!-- TEST -->
+      <!-- TEST -->
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
@@ -633,7 +632,7 @@ under the License.
         <version>${connid.ldap.version}</version>
         <scope>test</scope>
       </dependency>
-            <!-- /TEST -->
+      <!-- /TEST -->
 
     </dependencies>
 
@@ -749,11 +748,10 @@ under the License.
                 </includes>
                 <filtering>true</filtering>
               </resource>
-                            <!--
-                            HACK: Include legal files explicity,
-                            otherwise they will end up in the wrong path
-                            or in another jar file in the war.
-                            -->
+              <!--
+                   HACK: Include legal files explicity, otherwise they will end up in the wrong path
+                         or in another jar file in the war.
+              -->
               <resource>
                 <directory>${project.build.outputDirectory}</directory>
                 <includes>
@@ -915,7 +913,7 @@ under the License.
               <goal>verify-legal-files</goal>
             </goals>
             <configuration>
-                            <!-- Fail the build if any artifacts are missing legal files -->
+              <!-- Fail the build if any artifacts are missing legal files -->
               <strict>true</strict>
             </configuration>
           </execution>
@@ -924,7 +922,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>2.9</version>
+        <version>2.9.1</version>
         <dependencies>    
           <dependency>
             <groupId>org.apache.syncope</groupId>