Skip to content

Commit

Permalink
Remove maven-gpg-plugin configuration from Guava's pom.
Browse files Browse the repository at this point in the history
Using the sonatype-oss-release profile will do this for us. Also remove the default of gpg.skip=true since the gpg plugin will no longer be used for normal builds.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=177637510
  • Loading branch information
cgdecker authored and cpovirk committed Dec 1, 2017
1 parent b1d9d99 commit d453cf1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
14 changes: 0 additions & 14 deletions android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<name>Guava Maven Parent</name>
<url>https://github.com/google/guava</url>
<properties>
<gpg.skip>true</gpg.skip>
<!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
<test.include>%regex[.*.class]</test.include>
<truth.version>0.35</truth.version>
Expand Down Expand Up @@ -86,19 +85,6 @@
</testResource>
</testResources>

<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals><goal>sign</goal></goals>
</execution>
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
Expand Down
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<name>Guava Maven Parent</name>
<url>https://github.com/google/guava</url>
<properties>
<gpg.skip>true</gpg.skip>
<!-- Override this with -Dtest.include="**/SomeTest.java" on the CLI -->
<test.include>%regex[.*.class]</test.include>
<truth.version>0.35</truth.version>
Expand Down Expand Up @@ -87,19 +86,6 @@
</testResource>
</testResources>

<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals><goal>sign</goal></goals>
</execution>
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
<plugin>
Expand Down

0 comments on commit d453cf1

Please sign in to comment.