File tree 1 file changed +15
-2
lines changed
1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 42
42
43
43
<build >
44
44
<plugins >
45
- <plugin > <!-- updated on 29/07/2015 -->
45
+ <!--
46
+ <plugin> updated on 29/07/2015
46
47
<groupId>org.sonatype.plugins</groupId>
47
48
<artifactId>nexus-staging-maven-plugin</artifactId>
48
49
<version>1.6.3</version>
53
54
<autoReleaseAfterClose>true</autoReleaseAfterClose>
54
55
</configuration>
55
56
</plugin>
56
-
57
+ -->
57
58
<plugin > <!-- updated on 29/07/2015 -->
58
59
<groupId >org.apache.maven.plugins</groupId >
59
60
<artifactId >maven-source-plugin</artifactId >
166
167
<id >ossrh</id >
167
168
<url >https://oss.sonatype.org/content/repositories/snapshots</url >
168
169
</snapshotRepository >
170
+ <repository >
171
+ <id >ossrh</id >
172
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
173
+ </repository >
174
+ <!--
175
+ <snapshotRepository>
176
+ <id>ossrh</id>
177
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
178
+ </snapshotRepository>
179
+ -->
169
180
</distributionManagement >
170
181
171
182
<profiles >
234
245
<artifactId >maven-release-plugin</artifactId >
235
246
<version >2.5.2</version >
236
247
<configuration >
248
+ <mavenExecutorId >forked-path</mavenExecutorId >
249
+ <arguments >-Psonatype-oss-release</arguments >
237
250
<autoVersionSubmodules >false</autoVersionSubmodules >
238
251
<useReleaseProfile >false</useReleaseProfile >
239
252
<releaseProfiles >release</releaseProfiles >
You can’t perform that action at this time.
0 commit comments