Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
Signed-off-by: MabinGo <bin.ma@huawei.com>
  • Loading branch information
MabinGo committed Jul 26, 2019
1 parent 1f8c67f commit e683884
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions toolkit-maven-plugin/pom.xml
Expand Up @@ -130,20 +130,14 @@
<goalPrefix>toolkit</goalPrefix>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
<executions>
<execution>
<id>generate-descriptor</id>
<goals>
<goal>descriptor</goal>
</goals>
</execution>
<execution>
<id>generated-helpmojo</id>
<goals>
<goal>helpmojo</goal>
</goals>
</execution>
</executions>
<!--<executions>-->
<!--<execution>-->
<!--<id>generate-descriptor</id>-->
<!--<goals>-->
<!--<goal>descriptor</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--</executions>-->
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit e683884

Please sign in to comment.