diff options
Diffstat (limited to 'ui-ci/pom.xml')
-rw-r--r-- | ui-ci/pom.xml | 45 |
1 files changed, 1 insertions, 44 deletions
diff --git a/ui-ci/pom.xml b/ui-ci/pom.xml index f34127401c..9317bccff7 100644 --- a/ui-ci/pom.xml +++ b/ui-ci/pom.xml @@ -306,49 +306,6 @@ <!-- ============================================= --> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-dependency-plugin</artifactId> - <version>3.1.0</version> - <executions> - <execution> - <id>unpack-dependencies</id> - <phase>package</phase> - <goals> - <goal>unpack-dependencies</goal> - </goals> - <configuration> - <silent>true</silent> - <outputDirectory>${project.build.directory}/classes</outputDirectory> - <overWriteReleases>true</overWriteReleases> - <overWriteSnapshots>true</overWriteSnapshots> - <overWriteIfNewer>true</overWriteIfNewer> - </configuration> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <version>3.0.2</version> - <executions> - <execution> - <phase>package</phase> - <goals> - <goal>jar</goal> - </goals> - <configuration> - <archive> - <manifest> - <addClasspath>false</addClasspath> - <mainClass>org.openecomp.sdc.ci.tests.execute.setup.SetupCDTest</mainClass> - </manifest> - </archive> - <classifier>jar-with-dependencies</classifier> - </configuration> - </execution> - </executions> - </plugin> - <!--plugin> - <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <executions> <execution> @@ -369,7 +326,7 @@ </configuration> </execution> </executions> - </plugin--> + </plugin> </plugins> </build> |