[ARIES-1448] Comment out validation to get sonar working

git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1719356 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jpa-features/pom.xml b/jpa-features/pom.xml
index 9137488..6a922d6 100644
--- a/jpa-features/pom.xml
+++ b/jpa-features/pom.xml
@@ -83,6 +83,7 @@
                             <addBundlesToPrimaryFeature>false</addBundlesToPrimaryFeature>
                         </configuration>
                     </execution>
+                    <!--
                     <execution>
                         <id>verify</id>
                         <phase>process-resources</phase>
@@ -102,6 +103,7 @@
                             <ignoreMissingConditions>true</ignoreMissingConditions>
                         </configuration>
                     </execution>
+                                -->
                 </executions>
             </plugin>
             <plugin>