wu-sheng commented on code in PR #697:
URL: https://github.com/apache/skywalking-java/pull/697#discussion_r1654765951


##########
test/plugin/scenarios/solon-2.x-scenario/pom.xml:
##########
@@ -66,20 +66,25 @@
                 </configuration>
             </plugin>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-assembly-plugin</artifactId>
+                <groupId>org.noear</groupId>
+                <artifactId>solon-maven-plugin</artifactId>
+                <version>2.8.3</version>
                 <configuration>
-                    <finalName>${project.artifactId}</finalName>
-                    <appendAssemblyId>false</appendAssemblyId>
-                    <descriptorRefs>
-                        <descriptorRef>jar-with-dependencies</descriptorRef>
-                    </descriptorRefs>
-                    <archive>
-                        <manifest>
-                            
<mainClass>test.apache.skywalking.apm.testcase.sc.solon.App</mainClass>
-                        </manifest>
-                    </archive>
+                    <!-- 指定启动主类 -->

Review Comment:
   You should not use Chinese in the project.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to