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 <[email protected]> AuthorDate: Fri Jul 26 16:47:48 2019 +0800 remove useless code Signed-off-by: MabinGo <[email protected]> --- 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>
