Fix zusammen export tool
[sdc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index b633606..5e249f0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,6 +9,9 @@
         <name>sdc</name>       
        <properties>
 
+               <maven.compiler.source>1.8</maven.compiler.source>
+               <maven.compiler.target>1.8</maven.compiler.target>
+
                <!-- ==================== -->
                <!-- Generic properties -->
                <!-- ==================== -->
         <commons-jci-core.version>1.1</commons-jci-core.version>
 
                <!--TESTING-->
-               <mockito.version>1.10.19</mockito.version>
+               <mockito.version>2.12.0</mockito.version>
                <junit.version>4.12</junit.version>
                <testng.version>6.9.10</testng.version>
                <extentreports.version>3.0.3</extentreports.version>
                
                <!-- parser-->
-               <sdc-tosca-parser.version>1.1.32</sdc-tosca-parser.version>
+               <sdc-tosca-parser.version>1.1.56-SNAPSHOT</sdc-tosca-parser.version>
                
                <!--JaCoCO -->
                <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
                <sonar.jacoco.reportPath>${project.basedir}/target/jacoco.exec</sonar.jacoco.reportPath>
                <sonar.jacoco.itReportPath>${project.basedir}/target/it-jacoco.exec</sonar.jacoco.itReportPath>
                <sonar.language>java</sonar.language>
-               <sonar.version>${project.version}</sonar.version>
-
-               <!--cassandra -->
-               <cassandra.driver.version>3.0.0</cassandra.driver.version>
-               <!-- maven central (Nexus) -->
-               <nexus.id.release>nexus</nexus.id.release>
-               <nexus.id.snapshot>nexus</nexus.id.snapshot>
                <!-- Sonar properties -->
                <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding>
-               <sonar.skipDesign>true</sonar.skipDesign>
                <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir>
                <sonar.sources>.</sonar.sources>
                <sonar.exclusions>**/scripts/**/*</sonar.exclusions>
                <sonar.inclusions>app/**/*.js,server-mock/**/*.js,src/**/*.js,src/main/**/*.java</sonar.inclusions>
                <sonar.branch>${project.version}</sonar.branch>
 
+               <assertj.version>3.8.0</assertj.version>
+
+               <!--cassandra -->
+               <cassandra.driver.version>3.0.0</cassandra.driver.version>
+               <!-- maven central (Nexus) -->
+               <nexus.id.release>nexus</nexus.id.release>
+               <nexus.id.snapshot>nexus</nexus.id.snapshot>
+
+               <assertj.version>3.8.0</assertj.version>
+
+               <!--cassandra -->
+               <cassandra.driver.version>3.0.0</cassandra.driver.version>
+               <!-- maven central (Nexus) -->
+               <nexus.id.release>nexus</nexus.id.release>
+               <nexus.id.snapshot>nexus</nexus.id.snapshot>
+
                <!--nexus-->
                <nexus.proxy>https://nexus.onap.org</nexus.proxy>
                <sitePath>/content/sites/site/org/openecomp/sdc/${project.version}</sitePath>
                                </executions>
                        </plugin>
 
-                       <!-- Set the JDK compiler version. -->
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-compiler-plugin</artifactId>
-                               <version>2.5.1</version>
-                               <inherited>true</inherited>
-                               <configuration>
-                                       <source>1.8</source>
-                                       <target>1.8</target>
-                               </configuration>
-                       </plugin>
-
                        <!-- Java Code Coverage -->
                        <plugin>
                                <groupId>org.jacoco</groupId>
                                <artifactId>jacoco-maven-plugin</artifactId>
-                               <version>0.7.1.201405082137</version>
-                               <inherited>True</inherited>
+                               <version>0.7.9</version>
+                               <configuration>
+                                       <append>true</append>
+                                       <destFile>${sonar.jacoco.reportPath}</destFile>
+                                       <dataFile>${sonar.jacoco.reportPath}</dataFile>
+                               </configuration>
                                <executions>
-                                       <!-- Unit-Tests -->
                                        <execution>
-                                               <id>prepare-agent</id>
+                                               <id>default-prepare-agent</id>
                                                <goals>
                                                        <goal>prepare-agent</goal>
                                                </goals>
-                                               <configuration>
-                                                       <destFile>${sonar.jacoco.reportPath}</destFile>
-                                               </configuration>
                                        </execution>
                                        <execution>
-                                               <id>report</id>
+                                               <id>default-report</id>
                                                <goals>
                                                        <goal>report</goal>
                                                </goals>
-                                               <configuration>
-                                                       <dataFile>${sonar.jacoco.reportPath}</dataFile>
-                                                       <outputDirectory>${project.basedir}/target/site/jacoco</outputDirectory>
-                                               </configuration>
-                                       </execution>
-
-                                       <!-- Integration Tests (Only report goal) -->
-                                       <execution>
-                                               <id>report-integration</id>
-                                               <goals>
-                                                       <goal>report-integration</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <dataFile>${sonar.jacoco.itReportPath}</dataFile>
-                                                       <outputDirectory>${project.basedir}/target/site/it-jacoco</outputDirectory>
-                                               </configuration>
                                        </execution>
                                </executions>
                        </plugin>
                                        </execution>
                                </executions>
                        </plugin>
-
-                       <!-- license plugin -->
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>license-maven-plugin</artifactId>
-                               <version>1.10</version>
-                               <configuration>
-                                       <addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
-                                       <processStartTag>============LICENSE_START=======================================================</processStartTag>
-                                       <processEndTag>============LICENSE_END=========================================================</processEndTag>
-                                       <sectionDelimiter>================================================================================</sectionDelimiter>
-                                       <licenseName>apache_v2</licenseName>
-                                       <inceptionYear>2017</inceptionYear>
-                                       <organizationName>AT&amp;T Intellectual Property. All rights
-                                               reserved.</organizationName>
-                                       <projectName>SDC</projectName>
-                                       <canUpdateCopyright>true</canUpdateCopyright>
-                                       <canUpdateDescription>true</canUpdateDescription>
-                                       <canUpdateLicense>true</canUpdateLicense>
-                                       <emptyLineAfterHeader>true</emptyLineAfterHeader>
-                                       <verbose>false</verbose>
-                                       <includes>
-                                               <include>**/*.java</include>
-                                               <include>**/*.ts</include>
-                                       </includes>
-                                       <excludes>
-                                               <exclude>**/*.d.ts</exclude>
-                                       </excludes>
-                                       <roots>
-                                               <root>src</root>
-                                               <root>app</root>
-                                               <root>server-mock</root>
-                                               <root>typings</root>
-                                       </roots>
-                                       <extraExtensions>
-                                               <ts>java</ts>
-                                       </extraExtensions>
-                               </configuration>
-                               <executions>
-                                       <execution>
-                                               <id>first</id>
-                                               <goals>
-                                                       <goal>update-file-header</goal>
-                                               </goals>
-                                               <!--phase>process-sources</phase -->
-                                       </execution>
-                               </executions>
-                       </plugin>
                </plugins>
        </build>
 
                                <module>onboarding</module>
                        </modules>
                </profile>
+
+               <profile>
+                       <id>dev-integ</id>
+                       <activation>
+                               <activeByDefault>false</activeByDefault>
+                       </activation>
+                       <dependencies>
+                               <dependency>
+                                       <groupId>org.togglz</groupId>
+                                       <artifactId>togglz-console</artifactId>
+                                       <version>${togglz.version}</version>
+                               </dependency>
+                       </dependencies>
+               </profile>
        </profiles>
 
        <repositories>