Commit 7b2ba0c
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
1 file changed
+0
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | 119 | | |
132 | 120 | | |
133 | 121 | | |
0 commit comments