File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 160160 <artifactId >maven-deploy-plugin</artifactId >
161161 <version >${maven-deploy-plugin.version} </version >
162162 </plugin >
163+ <plugin >
164+ <groupId >org.jreleaser</groupId >
165+ <artifactId >jreleaser-maven-plugin</artifactId >
166+ <version >${jreleaser-maven-plugin.version} </version >
167+ <configuration >
168+ <jreleaser >
169+ <signing >
170+ <active >ALWAYS</active >
171+ <armored >true</armored >
172+ </signing >
173+ <deploy >
174+ <maven >
175+ <mavenCentral >
176+ <sonatype >
177+ <active >RELEASE</active >
178+ <url >https://central.sonatype.com/api/v1/publisher</url >
179+ <stagingRepositories >target/staging-deploy</stagingRepositories >
180+ </sonatype >
181+ </mavenCentral >
182+ <nexus2 >
183+ <maven-central >
184+ <active >SNAPSHOT</active >
185+ <url >https://ossrh-staging-api.central.sonatype.com/service/local</url >
186+ <snapshotUrl >https://central.sonatype.com/repository/maven-snapshots</snapshotUrl >
187+ <applyMavenCentralRules >true</applyMavenCentralRules >
188+ <snapshotSupported >true</snapshotSupported >
189+ <closeRepository >true</closeRepository >
190+ <releaseRepository >true</releaseRepository >
191+ <stagingRepositories >target/staging-deploy</stagingRepositories >
192+ </maven-central >
193+ </nexus2 >
194+ </maven >
195+ </deploy >
196+ <release >
197+ <github >
198+ <skipTag >false</skipTag >
199+ <skipRelease >true</skipRelease >
200+ </github >
201+ </release >
202+ </jreleaser >
203+ </configuration >
204+ </plugin >
163205 </plugins >
164206 </pluginManagement >
165207 <plugins >
You can’t perform that action at this time.
0 commit comments