Skip to content

Commit e8a0b07

Browse files
committed
update pom
1 parent 1cbee27 commit e8a0b07

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
@@ -160,6 +160,48 @@
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>

0 commit comments

Comments
 (0)