Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 1 addition & 31 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.

Copyright (c) [2018-2025] Payara Foundation and/or its affiliates. All rights reserved.
Copyright (c) 2018-2026 Payara Foundation and/or its affiliates. All rights reserved.

The contents of this file are subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
Expand Down Expand Up @@ -76,8 +76,6 @@
<micro.randomPort>true</micro.randomPort>
<payara_domain>domain1</payara_domain>

<jakarta-staging.repo.releases.enabled>false</jakarta-staging.repo.releases.enabled>
<jakarta-staging.repo.snapshots.enabled>false</jakarta-staging.repo.snapshots.enabled>
<payara-nexus-staging.repo.releases.enabled>false</payara-nexus-staging.repo.releases.enabled>
<payara-nexus-staging.repo.snapshots.enabled>false</payara-nexus-staging.repo.snapshots.enabled>
</properties>
Expand Down Expand Up @@ -156,14 +154,6 @@
</properties>
</profile>

<profile>
<id>jakarta-staging</id>
<properties>
<jakarta-staging.repo.releases.enabled>true</jakarta-staging.repo.releases.enabled>
<jakarta-staging.repo.snapshots.enabled>true</jakarta-staging.repo.snapshots.enabled>
</properties>
</profile>

<profile>
<id>payara5plus</id>
<activation>
Expand Down Expand Up @@ -716,16 +706,6 @@
<enabled>${payara-nexus-staging.repo.snapshots.enabled}</enabled>
</snapshots>
</repository>
<repository>
<id>jakarta-releases</id>
<url>https://jakarta.oss.sonatype.org/content/groups/staging/</url>
<releases>
<enabled>${jakarta-staging.repo.releases.enabled}</enabled>
</releases>
<snapshots>
<enabled>${jakarta-staging.repo.snapshots.enabled}</enabled>
</snapshots>
</repository>
</repositories>

<pluginRepositories>
Expand Down Expand Up @@ -782,15 +762,5 @@
<enabled>${payara-nexus-staging.repo.snapshots.enabled}</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>jakarta-releases</id>
<url>https://jakarta.oss.sonatype.org/content/groups/staging/</url>
<releases>
<enabled>${jakarta-staging.repo.releases.enabled}</enabled>
</releases>
<snapshots>
<enabled>${jakarta-staging.repo.snapshots.enabled}</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>