diff options
Diffstat (limited to 'asdctool')
-rw-r--r-- | asdctool/pom.xml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 09e2e186a8..9a6ef22d82 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -512,8 +512,8 @@ <finalName>${project.artifactId}-${project.version}-jar-with-dependencies</finalName> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-clean-plugin</artifactId> - <version>3.0.0</version> <executions> <execution> <id>clean-static-files</id> @@ -555,7 +555,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> - <version>2.7</version> <configuration> <skip>true</skip> </configuration> @@ -585,7 +584,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> - <version>3.1.0</version> <executions> <execution> <phase>package</phase> @@ -619,7 +617,6 @@ <plugin> <groupId>ru.yaal.maven</groupId> <artifactId>write-text-files-maven-plugin</artifactId> - <version>1.1</version> <configuration> <charset>UTF-8</charset> <files> @@ -646,7 +643,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>3.0.2</version> <executions> <execution> <id>copy-tosca-folder</id> @@ -678,8 +674,8 @@ <build> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> - <version>3.0.2</version> <executions> <execution> <id>copy-sdctool</id> @@ -704,9 +700,7 @@ <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>${fabric8.version}</version> <configuration> - <verbose>true</verbose> <apiVersion>1.23</apiVersion> <registry>nexus3.onap.org:10001</registry> <authConfig> |