Skip to content

Commit

Permalink
Shell engine remove useless gpg plugins
Browse files Browse the repository at this point in the history
close #293
  • Loading branch information
chaogefeng committed Feb 17, 2020
1 parent 020a6d4 commit 2011942
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
8 changes: 1 addition & 7 deletions ujes/definedEngines/shell/engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,7 @@
</descriptorRefs>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

</plugins>
<resources>
<resource>
Expand Down
8 changes: 1 addition & 7 deletions ujes/definedEngines/shell/enginemanager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,7 @@
</descriptors>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

</plugins>
<resources>
<resource>
Expand Down
8 changes: 1 addition & 7 deletions ujes/definedEngines/shell/entrance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,7 @@
</descriptors>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>

</plugins>
<resources>
<resource>
Expand Down

0 comments on commit 2011942

Please sign in to comment.