Skip to content

Commit 847bb81

Browse files
committed
update pom
1 parent 8d11b93 commit 847bb81

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

gbfs-validator-java/pom.xml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,48 @@
205205
</plugins>
206206
</pluginManagement>
207207
<plugins>
208+
<plugin>
209+
<groupId>org.jreleaser</groupId>
210+
<artifactId>jreleaser-maven-plugin</artifactId>
211+
<version>${jreleaser-maven-plugin.version}</version>
212+
<configuration>
213+
<jreleaser>
214+
<signing>
215+
<active>ALWAYS</active>
216+
<armored>true</armored>
217+
</signing>
218+
<deploy>
219+
<maven>
220+
<mavenCentral>
221+
<sonatype>
222+
<active>RELEASE</active>
223+
<url>https://central.sonatype.com/api/v1/publisher</url>
224+
<stagingRepositories>target/staging-deploy</stagingRepositories>
225+
</sonatype>
226+
</mavenCentral>
227+
<nexus2>
228+
<maven-central>
229+
<active>SNAPSHOT</active>
230+
<url>https://ossrh-staging-api.central.sonatype.com/service/local</url>
231+
<snapshotUrl>https://central.sonatype.com/repository/maven-snapshots</snapshotUrl>
232+
<applyMavenCentralRules>true</applyMavenCentralRules>
233+
<snapshotSupported>true</snapshotSupported>
234+
<closeRepository>true</closeRepository>
235+
<releaseRepository>true</releaseRepository>
236+
<stagingRepositories>target/staging-deploy</stagingRepositories>
237+
</maven-central>
238+
</nexus2>
239+
</maven>
240+
</deploy>
241+
<release>
242+
<github>
243+
<skipTag>false</skipTag>
244+
<skipRelease>true</skipRelease>
245+
</github>
246+
</release>
247+
</jreleaser>
248+
</configuration>
249+
</plugin>
208250
<plugin>
209251
<groupId>org.codehaus.mojo</groupId>
210252
<artifactId>exec-maven-plugin</artifactId>

0 commit comments

Comments
 (0)