Skip to content

Commit 28a368b

Browse files
authored
[kie-issues#628] Change JBoss Nexus to Apache Nexus. (#3001)
* [kie-issues#628] Change JBoss Nexus to Apache Nexus. * [kie-issues#628] Remove JavaDoc workaround.
1 parent 5b4aba3 commit 28a368b

File tree

3 files changed

+26
-22
lines changed

3 files changed

+26
-22
lines changed

build/optaplanner-build-parent/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,6 @@
474474
<author>false</author>
475475
<failOnError>true</failOnError>
476476
<failOnWarnings>true</failOnWarnings>
477-
<!-- Override JBoss parent otherwise it fails on JDK 16+ -->
478-
<header combine.self="override" />
479-
<footer combine.self="override" />
480477
<quiet>true</quiet>
481478
<doclint>none</doclint>
482479
<legacyMode>true</legacyMode>

optaplanner-examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
<repositories>
4949
<!-- Included so the examples sources in the distribution zip build out-of-the-box with maven -->
5050
<repository>
51-
<id>jboss-public-repository-group</id>
52-
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
51+
<id>apache-public-repository-group</id>
52+
<url>https://repository.apache.org/content/groups/public/</url>
5353
<releases>
5454
<!-- Get releases only from Maven Central which is faster. -->
5555
<enabled>false</enabled>

pom.xml

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -62,21 +62,21 @@
6262

6363
<distributionManagement>
6464
<repository>
65-
<id>jboss-releases-repository</id>
66-
<name>JBoss Releases Repository</name>
67-
<url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
65+
<id>apache-release-staging-repository</id>
66+
<name>Apache Release Staging Repository</name>
67+
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
6868
</repository>
6969
<snapshotRepository>
70-
<id>jboss-snapshots-repository</id>
71-
<name>JBoss Snapshot Repository</name>
72-
<url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
70+
<id>apache-snapshots-repository</id>
71+
<name>Apache Snapshot Repository</name>
72+
<url>https://repository.apache.org/content/repositories/snapshots/</url>
7373
</snapshotRepository>
7474
</distributionManagement>
7575

7676
<repositories>
7777
<repository>
78-
<id>jboss-public-repository-group</id>
79-
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
78+
<id>apache-public-repository-group</id>
79+
<url>https://repository.apache.org/content/groups/public/</url>
8080
<releases>
8181
<!-- Get releases only from Maven Central which is faster. -->
8282
<enabled>false</enabled>
@@ -88,12 +88,12 @@
8888
</repositories>
8989
<pluginRepositories>
9090
<pluginRepository>
91-
<id>jboss-public-repository-group</id>
92-
<name>JBoss Public Repository Group</name>
93-
<url>https://repository.jboss.org/nexus/content/groups/public/</url>
91+
<id>apache-public-repository-group</id>
92+
<name>Apache Public Repository Group</name>
93+
<url>https://repository.apache.org/content/groups/public/</url>
9494
<layout>default</layout>
9595
<releases>
96-
<!-- Only get SNAPSHOTS from JBoss repository,
96+
<!-- Only get SNAPSHOTS from Apache repository,
9797
so it tries to get releases first (and only) from Maven Central. -->
9898
<enabled>false</enabled>
9999
</releases>
@@ -105,13 +105,13 @@
105105
</pluginRepositories>
106106

107107
<scm>
108-
<connection>scm:git:[email protected]:kiegroup/optaplanner.git</connection>
109-
<developerConnection>scm:git:[email protected]:kiegroup/optaplanner.git</developerConnection>
110-
<url>https://github.com/kiegroup/optaplanner</url>
108+
<connection>scm:git:[email protected]:apache/incubator-kie-optaplanner.git</connection>
109+
<developerConnection>scm:git:[email protected]:apache/incubator-kie-optaplanner.git</developerConnection>
110+
<url>https://github.com/apache/incubator-kie-optaplanner</url>
111111
</scm>
112112
<issueManagement>
113-
<system>jira</system>
114-
<url>https://issues.redhat.com/browse/PLANNER</url>
113+
<system>GitHub Issues</system>
114+
<url>https://github.com/apache/incubator-kie-issues/issues</url>
115115
</issueManagement>
116116
<developers>
117117
<developer>
@@ -126,6 +126,13 @@
126126
</contributor>
127127
</contributors>
128128
<mailingLists>
129+
<mailingList>
130+
<name>Development mailing list</name>
131+
<post>[email protected]</post>
132+
<subscribe>[email protected]</subscribe>
133+
<unsubscribe>[email protected]</unsubscribe>
134+
<archive>https://lists.apache.org/[email protected]</archive>
135+
</mailingList>
129136
<mailingList>
130137
<name>setup</name>
131138
<subscribe>https://groups.google.com/forum/#!forum/optaplanner-dev</subscribe>

0 commit comments

Comments
 (0)