Skip to content

Commit cb29854

Browse files
committed
chore: Removed jreleaser plugin from pom.xml
1 parent 864571f commit cb29854

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

pom.xml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -199,33 +199,33 @@
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>

0 commit comments

Comments
 (0)