Disable automatic automation execution
[sdc.git] / onboarding / pom.xml
index 7c9b626..db3d475 100644 (file)
@@ -38,7 +38,7 @@
         <openecomp.sdc.common.version>${project.version}</openecomp.sdc.common.version>
 
         <!-- Onboarding 3rd party versions -->
-        <jtosca.version>1.1.10-SNAPSHOT</jtosca.version>
+        <jtosca.version>1.1.1</jtosca.version>
         <aspectj.version>1.8.9</aspectj.version>
         <bsh.version>2.0b5</bsh.version>
         <cassandra.version>2.1.9</cassandra.version>
                 <executions>
                     <execution>
                         <id>jxr-generation</id>
-                        <phase>validate</phase>
+                        <phase>verify</phase>
                         <goals>
                             <goal>jxr</goal>
                             <goal>test-jxr</goal>
                 <executions>
                     <execution>
                         <id>pmd-check</id>
-                        <phase>validate</phase>
+                        <phase>verify</phase>
                         <goals>
                             <!-- violations fail build -->
                             <goal>check</goal>