From 00a0a155eb54719a2b9dced85829540de2651c25 Mon Sep 17 00:00:00 2001 From: Lucifer Morningstar Date: Thu, 3 Mar 2022 00:15:50 +0530 Subject: [PATCH] Fix project and scm urls in independent project POMs Just like other child projects the project and scm urls are broken for independent projects. However, these projects inherit from JBoss Parent POM so we need to override the url once in each parent independent project as well in addition to the adding the inherit.append.path attributes. --- independent-projects/arc/pom.xml | 8 ++++++-- independent-projects/bootstrap/pom.xml | 12 +++++++++++- independent-projects/enforcer-rules/pom.xml | 13 +++++++++++-- independent-projects/ide-config/pom.xml | 8 ++++++-- independent-projects/qute/pom.xml | 8 ++++++-- independent-projects/resteasy-reactive/pom.xml | 8 ++++++-- independent-projects/revapi/pom.xml | 13 ++++++++++++- independent-projects/tools/pom.xml | 12 +++++++++++- 8 files changed, 69 insertions(+), 13 deletions(-) diff --git a/independent-projects/arc/pom.xml b/independent-projects/arc/pom.xml index 8f96075a8fced..2d539dd417982 100644 --- a/independent-projects/arc/pom.xml +++ b/independent-projects/arc/pom.xml @@ -1,7 +1,8 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" + child.project.url.inherit.append.path="false"> 4.0.0 @@ -12,6 +13,7 @@ io.quarkus.arc arc-parent ArC - Parent pom + https://github.com/quarkusio/quarkus pom 999-SNAPSHOT @@ -23,7 +25,9 @@ - + https://github.com/quarkusio/quarkus scm:git:git@github.com:quarkusio/quarkus.git scm:git:git@github.com:quarkusio/quarkus.git diff --git a/independent-projects/bootstrap/pom.xml b/independent-projects/bootstrap/pom.xml index 264ae43c817df..31f412191e478 100644 --- a/independent-projects/bootstrap/pom.xml +++ b/independent-projects/bootstrap/pom.xml @@ -1,6 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" + child.project.url.inherit.append.path="false"> 4.0.0 org.jboss @@ -10,6 +11,7 @@ io.quarkus quarkus-bootstrap-parent Quarkus - Bootstrap - Parent + https://github.com/quarkusio/quarkus pom 999-SNAPSHOT @@ -19,6 +21,14 @@ https://www.apache.org/licenses/LICENSE-2.0.html + + https://github.com/quarkusio/quarkus + scm:git:git@github.com:quarkusio/quarkus.git + scm:git:git@github.com:quarkusio/quarkus.git + HEAD + UTF-8 11 diff --git a/independent-projects/enforcer-rules/pom.xml b/independent-projects/enforcer-rules/pom.xml index 749d5e827b417..734489052a720 100644 --- a/independent-projects/enforcer-rules/pom.xml +++ b/independent-projects/enforcer-rules/pom.xml @@ -1,7 +1,8 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" + child.project.url.inherit.append.path="false"> 4.0.0 org.jboss @@ -11,6 +12,7 @@ io.quarkus quarkus-enforcer-rules Quarkus - Enforcer Rules + https://github.com/quarkusio/quarkus 999-SNAPSHOT @@ -19,7 +21,14 @@ https://www.apache.org/licenses/LICENSE-2.0.html - + + https://github.com/quarkusio/quarkus + scm:git:git@github.com:quarkusio/quarkus.git + scm:git:git@github.com:quarkusio/quarkus.git + HEAD + UTF-8 11 diff --git a/independent-projects/ide-config/pom.xml b/independent-projects/ide-config/pom.xml index ee3b4d3fb55b6..91d76a990b33c 100644 --- a/independent-projects/ide-config/pom.xml +++ b/independent-projects/ide-config/pom.xml @@ -1,7 +1,8 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" + child.project.url.inherit.append.path="false"> org.jboss jboss-parent @@ -12,6 +13,7 @@ io.quarkus quarkus-ide-config Quarkus - IDE/Tools - Config + https://github.com/quarkusio/quarkus 999-SNAPSHOT jar @@ -23,7 +25,9 @@ - + https://github.com/quarkusio/quarkus scm:git:git@github.com:quarkusio/quarkus.git scm:git:git@github.com:quarkusio/quarkus.git diff --git a/independent-projects/qute/pom.xml b/independent-projects/qute/pom.xml index 0f3ab6b83e63a..78ec94544efcb 100644 --- a/independent-projects/qute/pom.xml +++ b/independent-projects/qute/pom.xml @@ -2,7 +2,8 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + child.project.url.inherit.append.path="false"> 4.0.0 org.jboss @@ -15,6 +16,7 @@ 999-SNAPSHOT Qute - Parent + https://github.com/quarkusio/quarkus @@ -24,7 +26,9 @@ - + https://github.com/quarkusio/quarkus scm:git:git@github.com:quarkusio/quarkus.git scm:git:git@github.com:quarkusio/quarkus.git diff --git a/independent-projects/resteasy-reactive/pom.xml b/independent-projects/resteasy-reactive/pom.xml index 0ab31adc59771..dbd3ec4c25567 100644 --- a/independent-projects/resteasy-reactive/pom.xml +++ b/independent-projects/resteasy-reactive/pom.xml @@ -1,7 +1,8 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" + child.project.url.inherit.append.path="false"> 4.0.0 @@ -12,6 +13,7 @@ io.quarkus.resteasy.reactive resteasy-reactive-parent RESTEasy Reactive - Parent pom + https://github.com/quarkusio/quarkus pom 999-SNAPSHOT @@ -23,7 +25,9 @@ - + https://github.com/quarkusio/quarkus scm:git:git@github.com:quarkusio/quarkus.git scm:git:git@github.com:quarkusio/quarkus.git diff --git a/independent-projects/revapi/pom.xml b/independent-projects/revapi/pom.xml index 4dd2c8db37a3f..6f07560044ef6 100644 --- a/independent-projects/revapi/pom.xml +++ b/independent-projects/revapi/pom.xml @@ -1,5 +1,6 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" + child.project.url.inherit.append.path="false"> 4.0.0 org.jboss @@ -14,8 +15,18 @@ Contains the configuration of the Revapi API checker and the list of the API changes in the Quarkus APIs. + https://github.com/quarkusio/quarkus jar + + https://github.com/quarkusio/quarkus + scm:git:git@github.com:quarkusio/quarkus.git + scm:git:git@github.com:quarkusio/quarkus.git + HEAD + + 11 11 diff --git a/independent-projects/tools/pom.xml b/independent-projects/tools/pom.xml index f2a1900177f84..66b6da736420b 100644 --- a/independent-projects/tools/pom.xml +++ b/independent-projects/tools/pom.xml @@ -1,6 +1,7 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" + child.project.url.inherit.append.path="false"> 4.0.0 org.jboss @@ -10,6 +11,7 @@ io.quarkus quarkus-tools-parent Quarkus - Dev tools - Parent + https://github.com/quarkusio/quarkus pom 999-SNAPSHOT @@ -19,6 +21,14 @@ https://www.apache.org/licenses/LICENSE-2.0.html + + https://github.com/quarkusio/quarkus + scm:git:git@github.com:quarkusio/quarkus.git + scm:git:git@github.com:quarkusio/quarkus.git + HEAD + UTF-8 11