Skip to content

Commit 7b2ba0c

Browse files
authored
ci: remove unnecessary nexus-staging-maven-plugin declaration (#2991)
The nexus-staging-maven-plugin is already declared in the parent pom.xml: https://github.com/googleapis/java-shared-config/blob/main/native-image-shared-config/pom.xml#L112 This parent POM uses a profile to control the activation of the plugin. Redeclaring the plugin in google-cloud-bigquerystorage-bom/pom.xml causes problem in controlling the plugin activation by the profile.
1 parent 45d50bb commit 7b2ba0c

File tree

1 file changed

+0
-12
lines changed
  • google-cloud-bigquerystorage-bom

1 file changed

+0
-12
lines changed

google-cloud-bigquerystorage-bom/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -116,18 +116,6 @@
116116
<skip>true</skip>
117117
</configuration>
118118
</plugin>
119-
<plugin>
120-
<groupId>org.sonatype.plugins</groupId>
121-
<artifactId>nexus-staging-maven-plugin</artifactId>
122-
<version>1.7.0</version>
123-
<extensions>true</extensions>
124-
<configuration>
125-
<serverId>ossrh</serverId>
126-
<nexusUrl>https://google.oss.sonatype.org/</nexusUrl>
127-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
128-
<stagingProgressTimeoutMinutes>15</stagingProgressTimeoutMinutes>
129-
</configuration>
130-
</plugin>
131119
</plugins>
132120
</build>
133121
</project>

0 commit comments

Comments
 (0)