Corrected parent POM to deploy correctly.

This commit is contained in:
Tracy Boehrer 2019-09-27 14:15:56 -05:00
Родитель b61d6ff2db
Коммит efc8f45157
1 изменённых файлов: 25 добавлений и 1 удалений

26
pom.xml
Просмотреть файл

@ -54,6 +54,31 @@
</plugins>
</build>
</profile>
<profile>
<id>publish</id>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<dependencyManagement>
@ -392,7 +417,6 @@
</plugins>
</pluginManagement>
</build>
<reporting>
<plugins>
<plugin>