Skip to content

Commit

Permalink
Do not append paths in SCM info
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed May 30, 2023
1 parent 56c0640 commit a5f8d26
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd"
child.project.url.inherit.append.path="false">
<modelVersion>4.0.0</modelVersion>
<groupId>io.quarkiverse</groupId>
<artifactId>quarkiverse-parent</artifactId>
Expand Down Expand Up @@ -95,7 +98,9 @@
</developer>
</developers>

<scm>
<scm child.scm.connection.inherit.append.path="false"
child.scm.developerConnection.inherit.append.path="false"
child.scm.url.inherit.append.path="false">
<connection>scm:git:[email protected]:quarkiverse/quarkiverse-parent.git</connection>
<developerConnection>scm:git:[email protected]:quarkiverse/quarkiverse-parent.git</developerConnection>
<url>https://github.com/quarkiverse/quarkiverse-parent</url>
Expand Down

0 comments on commit a5f8d26

Please sign in to comment.