File tree Expand file tree Collapse file tree 3 files changed +43
-0
lines changed Expand file tree Collapse file tree 3 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 125
125
</plugin >
126
126
</plugins >
127
127
</build >
128
+
129
+ <profiles >
130
+ <profile >
131
+ <id >jvnet-release</id >
132
+ <build >
133
+ <plugins >
134
+ <plugin >
135
+ <groupId >org.sonatype.plugins</groupId >
136
+ <artifactId >nexus-staging-maven-plugin</artifactId >
137
+ <extensions >true</extensions >
138
+ <configuration >
139
+ <serverId >ossrh</serverId >
140
+ <nexusUrl >${sonatypeOssDistMgmtReleasesUrl} </nexusUrl >
141
+ <autoReleaseAfterClose >false</autoReleaseAfterClose >
142
+ </configuration >
143
+ </plugin >
144
+ </plugins >
145
+ </build >
146
+ </profile >
147
+ </profiles >
148
+
128
149
</project >
Original file line number Diff line number Diff line change 145
145
</plugins >
146
146
</build >
147
147
</profile >
148
+ <profile >
149
+ <id >jvnet-release</id >
150
+ <build >
151
+ <plugins >
152
+ <plugin >
153
+ <groupId >org.sonatype.plugins</groupId >
154
+ <artifactId >nexus-staging-maven-plugin</artifactId >
155
+ <extensions >true</extensions >
156
+ <configuration >
157
+ <serverId >ossrh</serverId >
158
+ <nexusUrl >${sonatypeOssDistMgmtReleasesUrl} </nexusUrl >
159
+ <autoReleaseAfterClose >false</autoReleaseAfterClose >
160
+ </configuration >
161
+ </plugin >
162
+ </plugins >
163
+ </build >
164
+ </profile >
148
165
</profiles >
149
166
</project >
Original file line number Diff line number Diff line change 242
242
</dependency >
243
243
</dependencies >
244
244
</plugin >
245
+ <plugin >
246
+ <groupId >org.sonatype.plugins</groupId >
247
+ <artifactId >nexus-staging-maven-plugin</artifactId >
248
+ <version >1.6.7</version >
249
+ </plugin >
245
250
</plugins >
246
251
</pluginManagement >
247
252
</build >
You can’t perform that action at this time.
0 commit comments