hanahmily closed pull request #958: Use secure connection to npmjs.org
URL: https://github.com/apache/incubator-skywalking/pull/958
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/apm-webapp/pom.xml b/apm-webapp/pom.xml
index d85814467..e311000f7 100644
--- a/apm-webapp/pom.xml
+++ b/apm-webapp/pom.xml
@@ -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>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to