Skip to content

Commit bccb2d8

Browse files
committed
Best practices:
- gpg passphrase should not come from file (use agent or env var) - drop nexus-staging-plugin (and better do last release steps manually via UI)
1 parent 67455e8 commit bccb2d8

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

pom.xml

-16
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@ Bundle-DocURL: http://www.eclipse.org/sisu/
483483
<artifactId>maven-gpg-plugin</artifactId>
484484
<version>3.2.4</version>
485485
<configuration>
486-
<passphrase>${gpg.passphrase}</passphrase>
487486
<useAgent>true</useAgent>
488487
</configuration>
489488
<executions>
@@ -496,16 +495,6 @@ Bundle-DocURL: http://www.eclipse.org/sisu/
496495
</execution>
497496
</executions>
498497
</plugin>
499-
<plugin>
500-
<groupId>org.sonatype.plugins</groupId>
501-
<artifactId>nexus-staging-maven-plugin</artifactId>
502-
<version>1.6.13</version>
503-
<extensions>true</extensions>
504-
<configuration>
505-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
506-
<serverId>sonatype-nexus-staging</serverId>
507-
</configuration>
508-
</plugin>
509498
<plugin>
510499
<groupId>org.apache.maven.plugins</groupId>
511500
<artifactId>maven-project-info-reports-plugin</artifactId>
@@ -596,11 +585,6 @@ Bundle-DocURL: http://www.eclipse.org/sisu/
596585
<groupId>org.apache.maven.plugins</groupId>
597586
<artifactId>maven-gpg-plugin</artifactId>
598587
</plugin>
599-
<plugin>
600-
<groupId>org.sonatype.plugins</groupId>
601-
<artifactId>nexus-staging-maven-plugin</artifactId>
602-
<extensions>true</extensions>
603-
</plugin>
604588
</plugins>
605589
</build>
606590
</profile>

0 commit comments

Comments
 (0)