summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--catalog-ui/pom.xml5
-rw-r--r--cucumber-js-test-apis-ci/pom.xml2
-rw-r--r--openecomp-ui/pom.xml14
-rw-r--r--pom.xml2
4 files changed, 9 insertions, 14 deletions
diff --git a/catalog-ui/pom.xml b/catalog-ui/pom.xml
index 6e85d65d2f..ffced5cd28 100644
--- a/catalog-ui/pom.xml
+++ b/catalog-ui/pom.xml
@@ -75,6 +75,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
+ <version>1.12.0</version>
<configuration>
<installDirectory>${project.basedir}</installDirectory>
<npmDownloadRoot>${npm.registry}</npmDownloadRoot>
@@ -88,8 +89,8 @@
</goals>
<configuration>
<!-- See https://nodejs.org/en/download/ for latest node and npm (lts) versions -->
- <nodeVersion>v14.16.1</nodeVersion>
- <npmVersion>6.14.12</npmVersion>
+ <nodeVersion>v14.17.1</nodeVersion>
+ <npmVersion>6.14.13</npmVersion>
</configuration>
</execution>
diff --git a/cucumber-js-test-apis-ci/pom.xml b/cucumber-js-test-apis-ci/pom.xml
index a24c1cb0da..a10fef6fcf 100644
--- a/cucumber-js-test-apis-ci/pom.xml
+++ b/cucumber-js-test-apis-ci/pom.xml
@@ -15,8 +15,8 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
- <version>2.6.1</version>
<executions>
<execution>
<id>clean.dist.folder</id>
diff --git a/openecomp-ui/pom.xml b/openecomp-ui/pom.xml
index 98451aafc0..335bb2acfb 100644
--- a/openecomp-ui/pom.xml
+++ b/openecomp-ui/pom.xml
@@ -15,7 +15,6 @@
</parent>
<properties>
- <maven.war.plugin.version>3.0.0</maven.war.plugin.version>
<app.context.path>onboarding</app.context.path>
<jest.command/>
</properties>
@@ -40,8 +39,8 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
- <version>2.6.1</version>
<executions>
<execution>
<id>clean.dist.folder</id>
@@ -58,8 +57,7 @@
<directory>${basedir}/coverage</directory>
</fileset>
<fileset>
- <directory>${basedir}/../dox-sequence-diagram-ui/dist
- </directory>
+ <directory>${basedir}/../dox-sequence-diagram-ui/dist</directory>
</fileset>
</filesets>
</configuration>
@@ -92,7 +90,6 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
-
<configuration>
<installDirectory>${project.parent.parent.basedir}</installDirectory>
</configuration>
@@ -116,8 +113,7 @@
<goal>yarn</goal>
</goals>
<configuration>
- <workingDirectory>${project.basedir}/../dox-sequence-diagram-ui
- </workingDirectory>
+ <workingDirectory>${project.basedir}/../dox-sequence-diagram-ui</workingDirectory>
<arguments>install</arguments>
</configuration>
</execution>
@@ -127,8 +123,7 @@
<goal>yarn</goal>
</goals>
<configuration>
- <workingDirectory>${project.basedir}/../dox-sequence-diagram-ui
- </workingDirectory>
+ <workingDirectory>${project.basedir}/../dox-sequence-diagram-ui</workingDirectory>
<yarnInheritsProxyConfigFromMaven>false</yarnInheritsProxyConfigFromMaven>
<arguments>build</arguments>
</configuration>
@@ -173,7 +168,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
- <version>${maven.war.plugin.version}</version>
<configuration>
<webResources>
<resource>
diff --git a/pom.xml b/pom.xml
index f08669f3aa..b12ec7bfba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -388,7 +388,7 @@ Modifications copyright (c) 2018-2019 Nokia
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>1.8.0</version>
+ <version>1.12.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>