fix sanity-docker logs and memory issue
[sdc.git] / catalog-be / pom.xml
index 99b14b0..78907ba 100644 (file)
 
                <!-- Swagger Dependencies Start -->
                <dependency>
-                       <groupId>com.wordnik</groupId>
+                       <groupId>io.swagger</groupId>
                        <artifactId>swagger-jersey2-jaxrs</artifactId>
                        <scope>compile</scope>
-                       <version>1.5.1-M2</version>
+                       <version>1.5.15</version>
                </dependency>
-
-
-
                <!-- Swagger Dependencies End -->
+
                <dependency>
                        <groupId>org.openecomp.sdc</groupId>
                        <artifactId>common-app-api</artifactId>
                </dependency>
 
                <dependency>
-                       <groupId>com.thinkaurelius.titan</groupId>
-                       <artifactId>titan-cassandra</artifactId>
-                       <!--<artifactId>asdc-titan-cassandra</artifactId>-->
+                       <groupId>org.openecomp.sdc.sdc-titan-cassandra</groupId>
+                       <artifactId>sdc-titan-cassandra</artifactId>
                        <version>${titan.version}</version>
                        <scope>compile</scope>
                        <exclusions>
                <finalName>${project.artifactId}-${project.version}</finalName>
 
                <plugins>
-
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-war-plugin</artifactId>
                                </configuration>
                        </plugin>
 
-                       <plugin>
-                               <groupId>org.apache.maven.plugins</groupId>
-                               <artifactId>maven-dependency-plugin</artifactId>
-                               <executions>
-                                       <execution>
-                                               <id>copy-dependencies</id>
-                                               <phase>package</phase>
-                                               <goals>
-                                                       <goal>copy-dependencies</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <includeScope>compile</includeScope>
-                                               </configuration>
-                                       </execution>
-                                       <execution>
-                                               <id>copy-installed</id>
-                                               <phase>install</phase>
-                                               <goals>
-                                                       <goal>copy</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <artifactItems>
-                                                               <artifactItem>
-                                                                       <groupId>${project.groupId}</groupId>
-                                                                       <artifactId>${project.artifactId}</artifactId>
-                                                                       <version>${project.version}</version>
-                                                                       <type>${project.packaging}</type>
-                                                               </artifactItem>
-                                                       </artifactItems>
-                                                       <outputDirectory>${project.parent.basedir}/sdc-os-chef/sdc-backend/</outputDirectory>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
-
                        <plugin>
                                <groupId>com.jcabi</groupId>
                                <artifactId>jcabi-maven-plugin</artifactId>
                                </executions>
                        </plugin>
 
-                       <!-- Swagger Plugins Start -->
                        <plugin>
-                               <groupId>com.googlecode.maven-download-plugin</groupId>
-                               <artifactId>download-maven-plugin</artifactId>
-                               <version>1.2.1</version>
+                               <artifactId>maven-resources-plugin</artifactId>
+                               <version>2.6</version>
                                <executions>
-                                       <execution>
-                                               <id>swagger-ui</id>
-                                               <goals>
-                                                       <goal>wget</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <url>https://github.com/swagger-api/swagger-ui/archive/v${swagger-ui-version}.tar.gz</url>
-                                                       <unpack>true</unpack>
-                                                       <outputDirectory>${project.build.directory}</outputDirectory>
-                                               </configuration>
-                                       </execution>
+                               <execution>
+                               <id>copy-tosca-folder</id>
+                               <!-- here the phase you need -->
+                               <phase>install</phase>
+                               <goals>
+                                       <goal>copy-resources</goal>
+                               </goals>
+                               <configuration>
+                                       <outputDirectory>${project.parent.basedir}/asdctool/tosca</outputDirectory>
+                                       <resources>          
+                                               <resource>
+                                                       <directory>${project.parent.basedir}/catalog-be/src/main/resources/import/tosca</directory>
+                                                       <filtering>true</filtering>
+                                               </resource>
+                                       </resources>              
+                               </configuration>            
+                               </execution>
                                </executions>
                        </plugin>
 
                        <plugin>
                                <artifactId>maven-clean-plugin</artifactId>
-                               <version>2.6.1</version>
+                               <version>3.0.0</version>
                                <executions>
                                        <execution>
-                                               <id>clean.sdc.zip.chef.os.folder</id>
-                                               <phase>initialize</phase>
+                                               <id>clean-static-files</id>
+                                               <phase>clean</phase>
                                                <goals>
                                                        <goal>clean</goal>
                                                </goals>
                                                <configuration>
-
                                                        <filesets>
+                                                               <!-- tosca files -->
                                                                <fileset>
-                                                                       <directory>${project.parent.basedir}/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/files/default/sdc-*.zip</directory>
-                                                                       <includes>
-                                                                               <include>sdc-*.zip</include>
-                                                                       </includes>
+                                                                       <directory>${project.parent.basedir}/asdctool/tosca</directory>
                                                                        <followSymlinks>false</followSymlinks>
                                                                </fileset>
                                                        </filesets>
                                        </execution>
                                </executions>
                        </plugin>
-                       <plugin>
-                               <artifactId>maven-resources-plugin</artifactId>
-                               <version>2.6</version>
-                               <executions>
-                                       <execution>
-                                               <id>copy-resources</id>
-                                               <phase>process-resources</phase>
-                                               <goals>
-                                                       <goal>copy-resources</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <outputDirectory>target/${project.artifactId}-${project.version}</outputDirectory>
-                                                       <resources>
-                                                               <resource>
-                                                                       <directory>${project.build.directory}/swagger-ui-${swagger-ui-version}/dist</directory>
-                                                                       <filtering>true</filtering>
-                                                                       <excludes>
-                                                                               <exclude>index.html</exclude>
-                                                                       </excludes>
-                                                               </resource>
-                                                       </resources>
-                                               </configuration>
-                                       </execution>
-
-                                       <execution>
-                                               <id>copy-normatives</id>
-                                               <phase>install</phase>
-                                               <goals>
-                                                       <goal>copy-resources</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <outputDirectory>${project.parent.basedir}/sdc-os-chef/sdc-backend/chef-repo/cookbooks/sdc-normatives/files/default</outputDirectory>
-                                                       <resources>
-                                                               <resource>
-                                                                       <directory>./target</directory>
-                                                                       <includes>
-                                                                               <include>normatives.tar.gz</include>
-                                                                       </includes>
-                                                               </resource>
-                                                       </resources>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
-
-                       <plugin>
-                               <groupId>com.coderplus.maven.plugins</groupId>
-                               <artifactId>copy-rename-maven-plugin</artifactId>
-                               <version>1.0</version>
-                               <executions>
-                                       <execution>
-                                               <id>copy-file</id>
-                                               <phase>install</phase>
-                                               <goals>
-                                                       <goal>copy</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <sourceFile>${project.parent.basedir}/catalog-be/src/main/resources/config/SDC.zip</sourceFile>
-                                                       <destinationFile>${project.parent.basedir}/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/files/default/SDC.zip</destinationFile>
-                                               </configuration>
-                                       </execution>
-                                       <execution>
-                                               <id>rename-file</id>
-                                               <phase>install</phase>
-                                               <goals>
-                                                       <goal>rename</goal>
-                                               </goals>
-                                               <configuration>
-                                                       <sourceFile>${project.parent.basedir}/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/files/default/SDC.zip</sourceFile>
-                                                       <destinationFile>${project.parent.basedir}/sdc-os-chef/sdc-cassandra/chef-repo/cookbooks/cassandra-actions/files/default/SDC-${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}.zip</destinationFile>
-                                               </configuration>
-                                       </execution>
-                               </executions>
-                       </plugin>
-
-
 
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-assembly-plugin</artifactId>
-                               <version>2.6</version>
                                <executions>
                                        <execution>
                                                <id>normatives</id>
                <finalName>${project.artifactId}-${project.version}</finalName>                 
             </build>
         </profile>
-        
-        <profile>
-            <id>build</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-            </activation>
-
-
-            <build>            
-                               <finalName>${project.artifactId}-${full.release.version}</finalName>
-                <plugins>
-                    <plugin>
-                        <groupId>org.codehaus.mojo</groupId>
-                        <artifactId>properties-maven-plugin</artifactId>
-                        <version>1.0-alpha-2</version>
-
-                        <executions>
-                            <execution>
-                                <inherited>false</inherited>
-                                <phase>initialize</phase>
-                                <goals>
-                                    <goal>read-project-properties</goal>
-                                </goals>
-                                <configuration>
-                                    <files>
-                                        <file>${project.parent.build.directory}/FullReleaseVersion.properties</file>
-                                    </files>
-                                </configuration>
-                            </execution>
-                        </executions>
-                    </plugin>
-                </plugins>
-            </build>
-        </profile>
-
-               <profile>
-                       <id>Fortify</id>
-                       <activation>
-                               <activeByDefault>false</activeByDefault>
-                       </activation>
-
-                       <build>
-                               <plugins>
-                                       <plugin>
-                                               <groupId>com.fortify.ps.maven.plugin</groupId>
-                                               <artifactId>sca-maven-plugin</artifactId>
-                                               <version>4.30</version>
-                                               <configuration>
-                                                       <source>1.8</source>
-                                                       <buildId>${project.parent.artifactId}</buildId>
-                                                       <toplevelArtifactId>${project.parent.artifactId}</toplevelArtifactId>
-                                               </configuration>
-                                       </plugin>
-                               </plugins>
-                       </build>
-               </profile>
        </profiles>
 </project>