File tree 2 files changed +20
-13
lines changed
2 files changed +20
-13
lines changed Original file line number Diff line number Diff line change 49
49
</dependency >
50
50
</dependencies >
51
51
52
- <build >
53
- <plugins >
54
- <plugin >
55
- <groupId >org.apache.maven.plugins</groupId >
56
- <artifactId >maven-deploy-plugin</artifactId >
57
- <version >2.7</version >
58
- <configuration >
59
- <skip >true</skip >
60
- </configuration >
61
- </plugin >
62
- </plugins >
63
- </build >
52
+ <profiles >
53
+ <profile >
54
+ <id >release</id >
55
+ <build >
56
+ <plugins >
57
+ <plugin >
58
+ <groupId >org.apache.maven.plugins</groupId >
59
+ <artifactId >maven-deploy-plugin</artifactId >
60
+ <configuration >
61
+ <skip >true</skip >
62
+ </configuration >
63
+ </plugin >
64
+ </plugins >
65
+ </build >
66
+ </profile >
67
+ </profiles >
68
+
64
69
</project >
Original file line number Diff line number Diff line change 89
89
<configuration >
90
90
<releaseProfiles >release</releaseProfiles >
91
91
<arguments >-Prelease</arguments >
92
+ <mavenExecutorId >forked-path</mavenExecutorId >
92
93
</configuration >
93
94
</plugin >
94
95
<plugin >
216
217
<configuration >
217
218
<serverId >sonatype-nexus-staging</serverId >
218
219
<nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
219
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
220
+ <skipStagingRepositoryClose >true</skipStagingRepositoryClose >
221
+ <!-- <autoReleaseAfterClose>true</autoReleaseAfterClose> -->
220
222
</configuration >
221
223
</plugin >
222
224
<plugin >
You can’t perform that action at this time.
0 commit comments