#396 - Polishing.

A couple more comments.
This commit is contained in:
Oliver Gierke
2017-07-26 07:50:08 +02:00
parent 87d56f7246
commit 037f7a698f

View File

@@ -154,12 +154,16 @@
</build>
</profile>
<!-- Build profile for the build run to deploy to Maven Central -->
<profile>
<id>central</id>
<build>
<pluginManagement>
<plugins>
<!-- Sign JARs -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
@@ -175,6 +179,8 @@
</executions>
</plugin>
<!-- Deploy to Sonatype OSS Nexus -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
@@ -189,6 +195,7 @@
</plugins>
</pluginManagement>
<plugins>
<plugin>