提交 83624860 编写于 作者: O Olaf Flebbe 提交者: Gao Hongtao

Use secure connection to npmjs.org (#958)

上级 dcd6a71f
......@@ -14,6 +14,7 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
~
-->
......@@ -125,7 +126,7 @@
<goal>npm</goal>
</goals>
<configuration>
<arguments>install --registry=http://registry.npmjs.org/</arguments>
<arguments>install --registry=https://registry.npmjs.org/</arguments>
</configuration>
</execution>
<execution>
......@@ -171,4 +172,4 @@
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
</project>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册