-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23928 from lucifer4j/pom-url
Fix project and scm urls in child project POMs
- Loading branch information
Showing
9 changed files
with
74 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
|
@@ -12,6 +13,7 @@ | |
<groupId>io.quarkus.arc</groupId> | ||
<artifactId>arc-parent</artifactId> | ||
<name>ArC - Parent pom</name> | ||
<url>https://github.com/quarkusio/quarkus</url> | ||
<packaging>pom</packaging> | ||
<version>999-SNAPSHOT</version> | ||
|
||
|
@@ -23,7 +25,9 @@ | |
</license> | ||
</licenses> | ||
|
||
<scm> | ||
<scm child.scm.connection.inherit.append.path="false" | ||
child.scm.developerConnection.inherit.append.path="false" | ||
child.scm.url.inherit.append.path="false"> | ||
<url>https://github.com/quarkusio/quarkus</url> | ||
<connection>scm:git:[email protected]:quarkusio/quarkus.git</connection> | ||
<developerConnection>scm:git:[email protected]:quarkusio/quarkus.git</developerConnection> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.jboss</groupId> | ||
|
@@ -10,6 +11,7 @@ | |
<groupId>io.quarkus</groupId> | ||
<artifactId>quarkus-bootstrap-parent</artifactId> | ||
<name>Quarkus - Bootstrap - Parent</name> | ||
<url>https://github.com/quarkusio/quarkus</url> | ||
<packaging>pom</packaging> | ||
<version>999-SNAPSHOT</version> | ||
<licenses> | ||
|
@@ -19,6 +21,14 @@ | |
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url> | ||
</license> | ||
</licenses> | ||
<scm child.scm.connection.inherit.append.path="false" | ||
child.scm.developerConnection.inherit.append.path="false" | ||
child.scm.url.inherit.append.path="false"> | ||
<url>https://github.com/quarkusio/quarkus</url> | ||
<connection>scm:git:[email protected]:quarkusio/quarkus.git</connection> | ||
<developerConnection>scm:git:[email protected]:quarkusio/quarkus.git</developerConnection> | ||
<tag>HEAD</tag> | ||
</scm> | ||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<maven.compiler.target>11</maven.compiler.target> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.jboss</groupId> | ||
|
@@ -11,6 +12,7 @@ | |
<groupId>io.quarkus</groupId> | ||
<artifactId>quarkus-enforcer-rules</artifactId> | ||
<name>Quarkus - Enforcer Rules</name> | ||
<url>https://github.com/quarkusio/quarkus</url> | ||
<version>999-SNAPSHOT</version> | ||
<licenses> | ||
<license> | ||
|
@@ -19,7 +21,14 @@ | |
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url> | ||
</license> | ||
</licenses> | ||
|
||
<scm child.scm.connection.inherit.append.path="false" | ||
child.scm.developerConnection.inherit.append.path="false" | ||
child.scm.url.inherit.append.path="false"> | ||
<url>https://github.com/quarkusio/quarkus</url> | ||
<connection>scm:git:[email protected]:quarkusio/quarkus.git</connection> | ||
<developerConnection>scm:git:[email protected]:quarkusio/quarkus.git</developerConnection> | ||
<tag>HEAD</tag> | ||
</scm> | ||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<maven.compiler.target>11</maven.compiler.target> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
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"> | ||
<parent> | ||
<groupId>org.jboss</groupId> | ||
<artifactId>jboss-parent</artifactId> | ||
|
@@ -12,6 +13,7 @@ | |
<groupId>io.quarkus</groupId> | ||
<artifactId>quarkus-ide-config</artifactId> | ||
<name>Quarkus - IDE/Tools - Config</name> | ||
<url>https://github.com/quarkusio/quarkus</url> | ||
<version>999-SNAPSHOT</version> | ||
<packaging>jar</packaging> | ||
|
||
|
@@ -23,7 +25,9 @@ | |
</license> | ||
</licenses> | ||
|
||
<scm> | ||
<scm child.scm.connection.inherit.append.path="false" | ||
child.scm.developerConnection.inherit.append.path="false" | ||
child.scm.url.inherit.append.path="false"> | ||
<url>https://github.com/quarkusio/quarkus</url> | ||
<connection>scm:git:[email protected]:quarkusio/quarkus.git</connection> | ||
<developerConnection>scm:git:[email protected]:quarkusio/quarkus.git</developerConnection> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ | |
<project | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" | ||
xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
child.project.url.inherit.append.path="false"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.jboss</groupId> | ||
|
@@ -15,6 +16,7 @@ | |
<version>999-SNAPSHOT</version> | ||
|
||
<name>Qute - Parent</name> | ||
<url>https://github.com/quarkusio/quarkus</url> | ||
|
||
<licenses> | ||
<license> | ||
|
@@ -24,7 +26,9 @@ | |
</license> | ||
</licenses> | ||
|
||
<scm> | ||
<scm child.scm.connection.inherit.append.path="false" | ||
child.scm.developerConnection.inherit.append.path="false" | ||
child.scm.url.inherit.append.path="false"> | ||
<url>https://github.com/quarkusio/quarkus</url> | ||
<connection>scm:git:[email protected]:quarkusio/quarkus.git</connection> | ||
<developerConnection>scm:git:[email protected]:quarkusio/quarkus.git</developerConnection> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
|
@@ -12,6 +13,7 @@ | |
<groupId>io.quarkus.resteasy.reactive</groupId> | ||
<artifactId>resteasy-reactive-parent</artifactId> | ||
<name>RESTEasy Reactive - Parent pom</name> | ||
<url>https://github.com/quarkusio/quarkus</url> | ||
<packaging>pom</packaging> | ||
<version>999-SNAPSHOT</version> | ||
|
||
|
@@ -23,7 +25,9 @@ | |
</license> | ||
</licenses> | ||
|
||
<scm> | ||
<scm child.scm.connection.inherit.append.path="false" | ||
child.scm.developerConnection.inherit.append.path="false" | ||
child.scm.url.inherit.append.path="false"> | ||
<url>https://github.com/quarkusio/quarkus</url> | ||
<connection>scm:git:[email protected]:quarkusio/quarkus.git</connection> | ||
<developerConnection>scm:git:[email protected]:quarkusio/quarkus.git</developerConnection> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.jboss</groupId> | ||
|
@@ -14,8 +15,18 @@ | |
<description>Contains the configuration of the Revapi API checker and the list of the API changes | ||
in the Quarkus APIs. | ||
</description> | ||
<url>https://github.com/quarkusio/quarkus</url> | ||
<packaging>jar</packaging> | ||
|
||
<scm child.scm.connection.inherit.append.path="false" | ||
child.scm.developerConnection.inherit.append.path="false" | ||
child.scm.url.inherit.append.path="false"> | ||
<url>https://github.com/quarkusio/quarkus</url> | ||
<connection>scm:git:[email protected]:quarkusio/quarkus.git</connection> | ||
<developerConnection>scm:git:[email protected]:quarkusio/quarkus.git</developerConnection> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<properties> | ||
<maven.compiler.target>11</maven.compiler.target> | ||
<maven.compiler.source>11</maven.compiler.source> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.jboss</groupId> | ||
|
@@ -10,6 +11,7 @@ | |
<groupId>io.quarkus</groupId> | ||
<artifactId>quarkus-tools-parent</artifactId> | ||
<name>Quarkus - Dev tools - Parent</name> | ||
<url>https://github.com/quarkusio/quarkus</url> | ||
<packaging>pom</packaging> | ||
<version>999-SNAPSHOT</version> | ||
<licenses> | ||
|
@@ -19,6 +21,14 @@ | |
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url> | ||
</license> | ||
</licenses> | ||
<scm child.scm.connection.inherit.append.path="false" | ||
child.scm.developerConnection.inherit.append.path="false" | ||
child.scm.url.inherit.append.path="false"> | ||
<url>https://github.com/quarkusio/quarkus</url> | ||
<connection>scm:git:[email protected]:quarkusio/quarkus.git</connection> | ||
<developerConnection>scm:git:[email protected]:quarkusio/quarkus.git</developerConnection> | ||
<tag>HEAD</tag> | ||
</scm> | ||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<maven.compiler.target>11</maven.compiler.target> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<parent> | ||
<groupId>org.jboss</groupId> | ||
|
@@ -35,7 +36,9 @@ | |
</license> | ||
</licenses> | ||
|
||
<scm> | ||
<scm child.scm.connection.inherit.append.path="false" | ||
child.scm.developerConnection.inherit.append.path="false" | ||
child.scm.url.inherit.append.path="false"> | ||
<url>https://github.com/quarkusio/quarkus</url> | ||
<connection>scm:git:[email protected]:quarkusio/quarkus.git</connection> | ||
<developerConnection>scm:git:[email protected]:quarkusio/quarkus.git</developerConnection> | ||
|