This is an automated email from the ASF dual-hosted git repository.

tanjian pushed a commit to branch 9.2.0-master-tlsnoverify
in repository https://gitbox.apache.org/repos/asf/skywalking.git


The following commit(s) were added to refs/heads/9.2.0-master-tlsnoverify by 
this push:
     new b6269f14e8 revert
b6269f14e8 is described below

commit b6269f14e8450a88def2be11996e20d391b89d05
Author: jian.tan <jian....@daocloud.io>
AuthorDate: Fri Sep 2 15:50:28 2022 +0800

    revert
---
 apm-webapp/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/apm-webapp/pom.xml b/apm-webapp/pom.xml
index 7e713bfb10..67abb8e4c7 100644
--- a/apm-webapp/pom.xml
+++ b/apm-webapp/pom.xml
@@ -149,7 +149,7 @@
                     <workingDirectory>${ui.path}</workingDirectory>
                     <nodeVersion>v16.14.0</nodeVersion>
                 </configuration>
-   <!--             <executions>
+                <executions>
                     <execution>
                         <id>install node and npm</id>
                         <goals>
@@ -162,7 +162,7 @@
                             <goal>npm</goal>
                         </goals>
                         <configuration>
-                            <arguments>install  
&#45;&#45;registry=https://registry.npm.taobao.org</arguments>
+                            <arguments>install  
--registry=https://registry.npm.taobao.org</arguments>
                         </configuration>
                     </execution>
                     <execution>
@@ -174,7 +174,7 @@
                             <arguments>run build</arguments>
                         </configuration>
                     </execution>
-                </executions>-->
+                </executions>
             </plugin>
             <plugin>
                 <artifactId>maven-resources-plugin</artifactId>

Reply via email to