aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorml636r <ml636r@att.com>2017-02-20 21:10:54 +0200
committerml636r <ml636r@att.com>2017-02-20 21:10:54 +0200
commit0649e652577e96db0efc80bafec0bdd21518d0b8 (patch)
tree201ac06ed1fb115ea73c9368fddfa08685b6afb4 /pom.xml
parent30e7cdaf4621e20ff2a2e2d81ec870c41d1d5e1f (diff)
Fix UI and docker
Change-Id: I5ac193d7382a59df64a1e56e5b0388915e3f9a13 Signed-off-by: ml636r <ml636r@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 51e2a6e5af..cbee9e9b89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -577,6 +577,15 @@
</dependencies>
</plugin>
+ <plugin>
+ <groupId>io.wcm.maven.plugins</groupId>
+ <artifactId>nodejs-maven-plugin</artifactId>
+ <configuration>
+ <npmVersion>4.3.0</npmVersion>
+ <nodeJsVersion>7.5.0</nodeJsVersion>
+ <nodeJsDirectory>/tmp/nodejs</nodeJsDirectory>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -809,6 +818,11 @@
<name>Staging Repository</name>
<url>${nexus.proxy}/content/repositories/staging/</url>
</repository>
+ <repository>
+ <id>node</id>
+ <name>Node</name>
+ <url>https://maven-nodejs-proxy.pvtool.org/</url>
+ </repository>
<repository>
<id>ecomp-snapshots</id>
<name>Snapshots Repository</name>