|
|
@ -121,23 +121,23 @@
|
|
|
|
</executions>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
|
<!-- GPG -->
|
|
|
|
<!-- GPG -->
|
|
|
|
<!-- <plugin>-->
|
|
|
|
<plugin>
|
|
|
|
<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<!-- <artifactId>maven-gpg-plugin</artifactId>-->
|
|
|
|
<artifactId>maven-gpg-plugin</artifactId>
|
|
|
|
<!-- <version>${maven-gpg-plugin.version}</version>-->
|
|
|
|
<version>${maven-gpg-plugin.version}</version>
|
|
|
|
<!-- <configuration>-->
|
|
|
|
<configuration>
|
|
|
|
<!-- <useAgent>false</useAgent>-->
|
|
|
|
<useAgent>false</useAgent>
|
|
|
|
<!-- </configuration>-->
|
|
|
|
</configuration>
|
|
|
|
<!-- <executions>-->
|
|
|
|
<executions>
|
|
|
|
<!-- <execution>-->
|
|
|
|
<execution>
|
|
|
|
<!-- <phase>verify</phase>-->
|
|
|
|
<phase>verify</phase>
|
|
|
|
<!-- <goals>-->
|
|
|
|
<goals>
|
|
|
|
<!-- <goal>sign</goal>-->
|
|
|
|
<goal>sign</goal>
|
|
|
|
<!-- </goals>-->
|
|
|
|
</goals>
|
|
|
|
<!-- </execution>-->
|
|
|
|
</execution>
|
|
|
|
<!-- </executions>-->
|
|
|
|
</executions>
|
|
|
|
<!-- </plugin>-->
|
|
|
|
</plugin>
|
|
|
|
<!-- maven central -->
|
|
|
|
maven central
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.sonatype.central</groupId>
|
|
|
|
<groupId>org.sonatype.central</groupId>
|
|
|
|
<artifactId>central-publishing-maven-plugin</artifactId>
|
|
|
|
<artifactId>central-publishing-maven-plugin</artifactId>
|
|
|
|