Skip to content

Commit 79e5322

Browse files
committed
Removed <relativePath> from multi-module test POMs
It's default value is `..` so no need to be explicit about it.
1 parent daeba28 commit 79e5322

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

plugin-maven/src/test/resources/multi-module/pom-child.xml.mustache

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<groupId>com.diffplug.spotless</groupId>
77
<artifactId>spotless-maven-plugin-tests-parent</artifactId>
88
<version>1.0.0-SNAPSHOT</version>
9-
<relativePath>..</relativePath>
109
</parent>
1110

1211
<groupId>com.diffplug.spotless</groupId>

plugin-maven/src/test/resources/multi-module/pom-config.xml.mustache

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<groupId>com.diffplug.spotless</groupId>
77
<artifactId>spotless-maven-plugin-tests-parent</artifactId>
88
<version>1.0.0-SNAPSHOT</version>
9-
<relativePath>..</relativePath>
109
</parent>
1110

1211
<groupId>com.diffplug.spotless</groupId>

0 commit comments

Comments
 (0)