Skip to content

Commit

Permalink
included sodio as npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
witokondoria committed Aug 28, 2015
1 parent 3dd9ad2 commit 7fa323b
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,24 @@
</configuration>
</execution>
<execution>
<id>npm configure proxy</id>
<goals>
<goal>npm</goal>
</goals>
<phase>initialize</phase>
<configuration>
<arguments>config set repository "http://sodio.stratio.com/nexus/content/repositories/npmjs/</arguments>
</configuration>
</execution>
<execution>
<id>npm install</id>
<goals>
<goal>npm</goal>
</goals>
<phase>initialize</phase>
<phase>generate-sources</phase>
<configuration>
<arguments>install --production</arguments>
<skip.npm>${skip.npm}</skip.npm>
<skip.npm>${skip.npm}</skip.npm>
</configuration>
</execution>
<execution>
Expand All @@ -58,7 +68,7 @@
<phase>generate-resources</phase>
<configuration>
<arguments>install --allow-root</arguments>
<skip.bower>${skip.bower}</skip.bower>
<skip.bower>${skip.bower}</skip.bower>
</configuration>
</execution>
<execution>
Expand All @@ -69,7 +79,7 @@
<phase>compile</phase>
<configuration>
<arguments>build --no-color</arguments>
<skip.grunt>${skip.grunt}</skip.grunt>
<skip.grunt>${skip.grunt}</skip.grunt>
</configuration>
</execution>
<execution>
Expand All @@ -80,7 +90,7 @@
<phase>verify</phase>
<configuration>
<arguments>test</arguments>
<skipTests>${skipUTs}</skipTests>
<skipTests>${skipUTs}</skipTests>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 7fa323b

Please sign in to comment.