File tree Expand file tree Collapse file tree 1 file changed +12
-34
lines changed Expand file tree Collapse file tree 1 file changed +12
-34
lines changed Original file line number Diff line number Diff line change 139
139
<version >1.6.7</version >
140
140
<extensions >true</extensions >
141
141
<configuration >
142
- <serverId >ossrh </serverId >
143
- <nexusUrl >https://aws.oss.sonatype.org </nexusUrl >
144
- <autoReleaseAfterClose >true </autoReleaseAfterClose >
142
+ <serverId >vy-nexus </serverId >
143
+ <nexusUrl >https://nexus.common-services.vydev.io </nexusUrl >
144
+ <autoReleaseAfterClose >false </autoReleaseAfterClose >
145
145
</configuration >
146
146
</plugin >
147
147
</plugins >
148
148
</build >
149
-
150
149
<profiles >
151
150
<profile >
152
151
<id >publishing</id >
153
152
<distributionManagement >
154
- <snapshotRepository >
155
- <id >ossrh</id >
156
- <url >https://aws.oss.sonatype.org/content/repositories/snapshots</url >
157
- </snapshotRepository >
158
153
<repository >
159
- <id >ossrh</id >
160
- <url >https://aws.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
154
+ <uniqueVersion >false</uniqueVersion >
155
+ <id >vy-releases</id >
156
+ <name >Vy Nexus</name >
157
+ <url >https://nexus.common-services.vydev.io/repository/maven-public</url >
158
+ <layout >default</layout >
161
159
</repository >
160
+ <snapshotRepository >
161
+ <id >vy-snapshots</id >
162
+ <url >https://nexus.common-services.vydev.io/repository/maven-snapshots-v2</url >
163
+ </snapshotRepository >
162
164
</distributionManagement >
163
- <build >
164
- <plugins >
165
- <plugin >
166
- <groupId >org.apache.maven.plugins</groupId >
167
- <artifactId >maven-gpg-plugin</artifactId >
168
- <version >1.6</version >
169
- <executions >
170
- <execution >
171
- <id >sign-artifacts</id >
172
- <phase >verify</phase >
173
- <goals >
174
- <goal >sign</goal >
175
- </goals >
176
- <configuration >
177
- <gpgArguments >
178
- <gpgArgument >--pinentry-mode</gpgArgument >
179
- <gpgArgument >loopback</gpgArgument >
180
- </gpgArguments >
181
- </configuration >
182
- </execution >
183
- </executions >
184
- </plugin >
185
- </plugins >
186
- </build >
187
165
</profile >
188
166
</profiles >
189
167
</project >
You can’t perform that action at this time.
0 commit comments