Merge "Fix the stage builds" 5.0.0
authorSébastien Determe <sebastien.determe@intl.att.com>
Wed, 25 Mar 2020 16:24:27 +0000 (16:24 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 25 Mar 2020 16:24:27 +0000 (16:24 +0000)
1  2 
pom.xml

diff --combined pom.xml
+++ b/pom.xml
@@@ -99,7 -99,7 +99,7 @@@
                <docker.skip.tag>true</docker.skip.tag>
                <skip.staging.artifacts>false</skip.staging.artifacts>
                <python.http.proxy.param />
 -              <tomcat.version>9.0.27</tomcat.version>
 +              <tomcat.version>9.0.33</tomcat.version>
                <ui.react.src>ui-react</ui.react.src>
                <ui.react.lib.src>ui-react-lib</ui.react.lib.src>
                <npm.publish.url>https://nexus3.onap.org/repository/npm.snapshot/</npm.publish.url>
                                        <groupId>javax.servlet</groupId>
                                        <artifactId>servlet-api</artifactId>
                                </exclusion>
 +                              <exclusion>
 +                                      <groupId>log4j</groupId>
 +                                      <artifactId>log4j</artifactId>
 +                              </exclusion>
                        </exclusions>
                </dependency>
                <dependency>
                                <version>1.0</version>
                                <executions>
                                        <execution>
+                                               <id>docker-tags</id>
                                                <phase>validate</phase>
                                                <goals>
                                                        <goal>execute</goal>
                                                        <source>${project.basedir}/src/main/script/TagVersion.groovy</source>
                                                </configuration>
                                        </execution>
-                               </executions>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.codehaus.groovy.maven</groupId>
-                               <artifactId>gmaven-plugin</artifactId>
-                               <version>1.0</version>
-                               <executions>
                                        <execution>
+                                               <id>npm-repos-selection</id>
                                                <phase>validate</phase>
                                                <goals>
                                                        <goal>execute</goal>