You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/07/27 09:05:06 UTC

[servicecomb-toolkit] 03/04: remove useless code

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

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-toolkit.git

commit 696d1f14ccdea8bfd07c73f29ec1bd84619befbf
Author: MabinGo <bi...@huawei.com>
AuthorDate: Fri Jul 26 16:47:48 2019 +0800

    remove useless code
    
    Signed-off-by: MabinGo <bi...@huawei.com>
---
 toolkit-maven-plugin/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/toolkit-maven-plugin/pom.xml b/toolkit-maven-plugin/pom.xml
index 247c829..e7b480f 100755
--- a/toolkit-maven-plugin/pom.xml
+++ b/toolkit-maven-plugin/pom.xml
@@ -137,12 +137,6 @@
               <goal>descriptor</goal>
             </goals>
           </execution>
-          <execution>
-            <id>generated-helpmojo</id>
-            <goals>
-              <goal>helpmojo</goal>
-            </goals>
-          </execution>
         </executions>
       </plugin>
     </plugins>