@@ -145,7 +145,7 @@
</goals>
<phase>generate-resources</phase>
<configuration>
- <arguments>install --unsafe-perm --registry=http://registry.npmjs.eu</arguments>
+ <arguments>install --unsafe-perm</arguments>
</configuration>
</execution>
</executions>
@@ -168,7 +168,7 @@
<!-- optional: The default argument is actually "install", so unless
you need to run some other npm command, you can remove this whole <configuration>
section. -->
@@ -193,7 +193,7 @@