restoring master version of pom.xml

Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/7c1f69a1
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/7c1f69a1
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/7c1f69a1

Branch: refs/heads/CAY-1946
Commit: 7c1f69a1a0c15226ea90be3420e484665d54b1c0
Parents: 28f5793
Author: aadamchik <aadamc...@apache.org>
Authored: Sun Nov 16 15:09:35 2014 +0300
Committer: aadamchik <aadamc...@apache.org>
Committed: Sun Nov 16 15:09:35 2014 +0300

----------------------------------------------------------------------
 pom.xml | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/7c1f69a1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 56334a2..d5c1f76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -535,7 +535,7 @@
                                <enabled>true</enabled>
                        </releases>
                </pluginRepository>
-       </pluginRepositories>
+    </pluginRepositories>
        <build>
                <defaultGoal>install</defaultGoal>
 
@@ -676,6 +676,32 @@
                                                                                
<ignore />
                                                                        
</action>
                                                                
</pluginExecution>
+                                                               
<pluginExecution>
+                                                                       
<pluginExecutionFilter>
+                                                                               
<groupId>org.apache.maven.plugins</groupId>
+                                                       
<artifactId>maven-checkstyle-plugin</artifactId>
+                                                       
<versionRange>[1.0,)</versionRange>
+                                                                               
<goals>
+                                                                               
        <goal>check</goal>
+                                                                               
</goals>
+                                                                       
</pluginExecutionFilter>
+                                                                       <action>
+                                                                               
<ignore />
+                                                                       
</action>
+                                                               
</pluginExecution>
+                                                               
<pluginExecution>
+                                                                       
<pluginExecutionFilter>
+                                                                               
<groupId>org.apache.maven.plugins</groupId>
+                                                       
<artifactId>maven-pmd-plugin</artifactId>
+                                                       
<versionRange>[1.0,)</versionRange>
+                                                                               
<goals>
+                                                                               
        <goal>check</goal>
+                                                                               
</goals>
+                                                                       
</pluginExecutionFilter>
+                                                                       <action>
+                                                                               
<ignore />
+                                                                       
</action>
+                                                               
</pluginExecution>
                                                        </pluginExecutions>
                                                </lifecycleMappingMetadata>
                                        </configuration>

Reply via email to