aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGervais-Martial Ngueko <gervais-martial.ngueko@intl.att.com>2019-11-06 16:19:47 +0000
committerGerrit Code Review <gerrit@onap.org>2019-11-06 16:19:47 +0000
commit5d48ab5ace51317e9d73bf246c1befe4442a65ad (patch)
tree19162703db6042b8789cc8fb21eb0a903b28a6b1 /pom.xml
parentf6b2625c5876c5ef1b8ead0b3962362fb2924f95 (diff)
parentc6622c48b8948b6910bc4d290e1c5c06260c93e9 (diff)
Merge "Add Npm repo script"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 76a0e4f1..a0611bf2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -719,6 +719,22 @@
</executions>
</plugin>
<plugin>
+ <groupId>org.codehaus.groovy.maven</groupId>
+ <artifactId>gmaven-plugin</artifactId>
+ <version>1.0</version>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>execute</goal>
+ </goals>
+ <configuration>
+ <source>${project.basedir}/src/main/script/SelectNpmRepo.groovy</source>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>