diff --git a/README.md b/README.md
index 4faa9e0d0def11927898a4277cd957902d3969ee..23590dc29ef593acb652262603987e803d8b3871 100644
--- a/README.md
+++ b/README.md
@@ -30,4 +30,4 @@ Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
-limitations under the License.
\ No newline at end of file
+limitations under the License.
diff --git a/pom.xml b/pom.xml
index 6ab85bd15bc35d35bee96a7d22acaf7ebe19e213..22f6d1a103051c8d12e574fed97cc44a74b56208 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,4 +71,23 @@
         </dependencies>
     </dependencyManagement>
 
+    <profiles>
+        <profile>
+            <id>Default</id>
+            <activation>
+                <property>
+                    <name>!repo.releases.id</name>
+                </property>
+            </activation>
+            <properties>
+                <repo.releases.id>community-maven-repo</repo.releases.id>
+                <publish.snapshots.id>community-maven-via-job-token</publish.snapshots.id>
+                <publish.releases.id>community-maven-via-job-token</publish.releases.id>
+                <repo.releases.url>https://community.opengroup.org/api/v4/groups/17/-/packages/maven</repo.releases.url>
+                <publish.snapshots.url>https://community.opengroup.org/api/v4/projects/146/packages/maven</publish.snapshots.url>
+                <publish.releases.url>https://community.opengroup.org/api/v4/projects/146/packages/maven</publish.releases.url>
+            </properties>
+        </profile>
+    </profiles>
+
 </project>
diff --git a/testing/pom.xml b/testing/pom.xml
index 2b41f03606984f443edcdc5d77801173daafddd9..c6fe71db1274f0c19bedcd27b72e70c1669dce24 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -57,4 +57,23 @@
     </snapshotRepository>
   </distributionManagement>
 
+  <profiles>
+    <profile>
+      <id>Default</id>
+      <activation>
+        <property>
+          <name>!repo.releases.id</name>
+        </property>
+      </activation>
+      <properties>
+        <repo.releases.id>community-maven-repo</repo.releases.id>
+        <publish.snapshots.id>community-maven-via-job-token</publish.snapshots.id>
+        <publish.releases.id>community-maven-via-job-token</publish.releases.id>
+        <repo.releases.url>https://community.opengroup.org/api/v4/groups/17/-/packages/maven</repo.releases.url>
+        <publish.snapshots.url>https://community.opengroup.org/api/v4/projects/146/packages/maven</publish.snapshots.url>
+        <publish.releases.url>https://community.opengroup.org/api/v4/projects/146/packages/maven</publish.releases.url>
+      </properties>
+    </profile>
+  </profiles>
+
 </project>