Skip to content

Commit

Permalink
Revert "Change to try skip configuration for pgp mvn plugin"
Browse files Browse the repository at this point in the history
This reverts commit d8e53d0.
  • Loading branch information
psmith committed Sep 28, 2015
1 parent 76e18f8 commit 60c5e49
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,22 @@
</dependency>
</dependencies>
</dependencyManagement>
<build>
<plugins>
<!-- temp hack to not use pgp plugin defined in dev null parent pom until that dev null parent project gets converted -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>sonatype</id>
<build>
<plugins>
<!-- temp hack to not use pgp plugin defined in dev null parent pom until that dev null parent project gets converted -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit 60c5e49

Please sign in to comment.