File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed
Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change 199199 </execution >
200200 </executions >
201201 </plugin >
202- <plugin >
203- <groupId >org.jreleaser</groupId >
204- <artifactId >jreleaser-maven-plugin</artifactId >
205- <version >1.5.1</version >
206- <configuration >
207- <jreleaser >
208- <signing >
209- <active >ALWAYS</active >
210- <armored >true</armored >
211- </signing >
212- <deploy >
213- <maven >
214- <nexus2 >
215- <maven-central >
216- <active >ALWAYS</active >
217- <url >https://s01.oss.sonatype.org/service/local</url >
218- <snapshotUrl >https://s01.oss.sonatype.org/content/repositories/snapshots/</snapshotUrl >
219- <closeRepository >false</closeRepository >
220- <releaseRepository >false</releaseRepository >
221- <stagingRepositories >target/staging-deploy</stagingRepositories >
222- </maven-central >
223- </nexus2 >
224- </maven >
225- </deploy >
226- </jreleaser >
227- </configuration >
228- </plugin >
202+ <!-- <plugin> -- >
203+ <!-- <groupId>org.jreleaser</groupId> -- >
204+ <!-- <artifactId>jreleaser-maven-plugin</artifactId> -- >
205+ <!-- <version>1.5.1</version> -- >
206+ <!-- <configuration> -- >
207+ <!-- <jreleaser> -- >
208+ <!-- <signing> -- >
209+ <!-- <active>ALWAYS</active> -- >
210+ <!-- <armored>true</armored> -- >
211+ <!-- </signing> -- >
212+ <!-- <deploy> -- >
213+ <!-- <maven> -- >
214+ <!-- <nexus2> -- >
215+ <!-- <maven-central> -- >
216+ <!-- <active>ALWAYS</active> -- >
217+ <!-- <url>https://s01.oss.sonatype.org/service/local</url> -- >
218+ <!-- <snapshotUrl>https://s01.oss.sonatype.org/content/repositories/snapshots/</snapshotUrl> -- >
219+ <!-- <closeRepository>false</closeRepository> -- >
220+ <!-- <releaseRepository>false</releaseRepository> -- >
221+ <!-- <stagingRepositories>target/staging-deploy</stagingRepositories> -- >
222+ <!-- </maven-central> -- >
223+ <!-- </nexus2> -- >
224+ <!-- </maven> -- >
225+ <!-- </deploy> -- >
226+ <!-- </jreleaser> -- >
227+ <!-- </configuration> -- >
228+ <!-- </plugin> -- >
229229 </plugins >
230230 </build >
231231 </profile >
You can’t perform that action at this time.
0 commit comments