Skip to content

Commit f84dbbb

Browse files
hitmepivovarit
authored andcommitted
fix parent.relativePath config for maven submodules in separate folders (eugenp#3148)
1 parent 42c894e commit f84dbbb

File tree

29 files changed

+29
-29
lines changed

29 files changed

+29
-29
lines changed

guava-modules/guava-18/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
14+
<relativePath>../../</relativePath>
1515
</parent>
1616

1717
<dependencies>

guava-modules/guava-19/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
14+
<relativePath>../../</relativePath>
1515
</parent>
1616

1717
<dependencies>

guava-modules/guava-21/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
14+
<relativePath>../../</relativePath>
1515
</parent>
1616

1717
<dependencies>

logging-modules/log-mdc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.baeldung</groupId>
1313
<artifactId>parent-modules</artifactId>
1414
<version>1.0.0-SNAPSHOT</version>
15-
<relativePath>../</relativePath>
15+
<relativePath>../../</relativePath>
1616
</parent>
1717

1818
<dependencies>

logging-modules/log4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
14+
<relativePath>../../</relativePath>
1515
</parent>
1616

1717
<dependencies>

logging-modules/log4j2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>com.baeldung</groupId>
1010
<artifactId>parent-modules</artifactId>
1111
<version>1.0.0-SNAPSHOT</version>
12-
<relativePath>../</relativePath>
12+
<relativePath>../../</relativePath>
1313
</parent>
1414

1515
<dependencies>

persistence-modules/java-cassandra/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
14+
<relativePath>../../</relativePath>
1515
</parent>
1616

1717
<dependencies>

persistence-modules/java-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
14+
<relativePath>../../</relativePath>
1515
</parent>
1616

1717
<dependencies>

persistence-modules/liquibase/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>parent-modules</artifactId>
77
<groupId>com.baeldung</groupId>
88
<version>1.0.0-SNAPSHOT</version>
9-
<relativePath>../</relativePath>
9+
<relativePath>../../</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

persistence-modules/querydsl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<groupId>com.baeldung</groupId>
1616
<artifactId>parent-modules</artifactId>
1717
<version>1.0.0-SNAPSHOT</version>
18-
<relativePath>../</relativePath>
18+
<relativePath>../../</relativePath>
1919
</parent>
2020

2121
<properties>

persistence-modules/redis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<groupId>com.baeldung</groupId>
1616
<artifactId>parent-modules</artifactId>
1717
<version>1.0.0-SNAPSHOT</version>
18-
<relativePath>../</relativePath>
18+
<relativePath>../../</relativePath>
1919
</parent>
2020

2121
<dependencies>

persistence-modules/solr/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.baeldung</groupId>
1313
<artifactId>parent-modules</artifactId>
1414
<version>1.0.0-SNAPSHOT</version>
15-
<relativePath>../</relativePath>
15+
<relativePath>../../</relativePath>
1616
</parent>
1717

1818
<properties>

persistence-modules/spring-data-cassandra/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>com.baeldung</groupId>
1414
<artifactId>parent-modules</artifactId>
1515
<version>1.0.0-SNAPSHOT</version>
16-
<relativePath>../</relativePath>
16+
<relativePath>../../</relativePath>
1717
</parent>
1818

1919
<properties>

persistence-modules/spring-data-gemfire/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.baeldung</groupId>
1313
<artifactId>parent-modules</artifactId>
1414
<version>1.0.0-SNAPSHOT</version>
15-
<relativePath>../</relativePath>
15+
<relativePath>../../</relativePath>
1616
</parent>
1717

1818
<properties>

persistence-modules/spring-data-neo4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.baeldung</groupId>
1111
<artifactId>parent-modules</artifactId>
1212
<version>1.0.0-SNAPSHOT</version>
13-
<relativePath>../</relativePath>
13+
<relativePath>../../</relativePath>
1414
</parent>
1515

1616
<dependencies>

persistence-modules/spring-data-redis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
14+
<relativePath>../../</relativePath>
1515
</parent>
1616

1717
<properties>

persistence-modules/spring-data-solr/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.baeldung</groupId>
1313
<artifactId>parent-modules</artifactId>
1414
<version>1.0.0-SNAPSHOT</version>
15-
<relativePath>../</relativePath>
15+
<relativePath>../../</relativePath>
1616
</parent>
1717

1818
<properties>

persistence-modules/spring-hibernate-3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
14+
<relativePath>../../</relativePath>
1515
</parent>
1616

1717
<dependencies>

persistence-modules/spring-hibernate-5/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
14+
<relativePath>../../</relativePath>
1515
</parent>
1616

1717
<dependencies>

testing-modules/groovy-spock/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<groupId>com.baeldung</groupId>
1818
<artifactId>parent-modules</artifactId>
1919
<version>1.0.0-SNAPSHOT</version>
20-
<relativePath>../</relativePath>
20+
<relativePath>../../</relativePath>
2121
</parent>
2222

2323
<build>

testing-modules/junit-5/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<groupId>com.baeldung</groupId>
1515
<artifactId>parent-modules</artifactId>
1616
<version>1.0.0-SNAPSHOT</version>
17-
<relativePath>../</relativePath>
17+
<relativePath>../../</relativePath>
1818
</parent>
1919

2020
<properties>

testing-modules/mockito-2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<groupId>com.baeldung</groupId>
1313
<artifactId>parent-modules</artifactId>
1414
<version>1.0.0-SNAPSHOT</version>
15-
<relativePath>../</relativePath>
15+
<relativePath>../../</relativePath>
1616
</parent>
1717

1818
<profiles>

testing-modules/mockito/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
14+
<relativePath>../../</relativePath>
1515
</parent>
1616

1717
<dependencies>

testing-modules/mocks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.baeldung</groupId>
77
<artifactId>parent-modules</artifactId>
88
<version>1.0.0-SNAPSHOT</version>
9-
<relativePath>../</relativePath>
9+
<relativePath>../../</relativePath>
1010
</parent>
1111

1212
<artifactId>mocks</artifactId>

testing-modules/rest-assured/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.baeldung</groupId>
1111
<artifactId>parent-modules</artifactId>
1212
<version>1.0.0-SNAPSHOT</version>
13-
<relativePath>../</relativePath>
13+
<relativePath>../../</relativePath>
1414
</parent>
1515

1616
<dependencies>

testing-modules/rest-testing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
14+
<relativePath>../../</relativePath>
1515
</parent>
1616

1717
<dependencies>

testing-modules/selenium-junit-testng/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>com.baeldung</groupId>
1010
<artifactId>parent-modules</artifactId>
1111
<version>1.0.0-SNAPSHOT</version>
12-
<relativePath>../</relativePath>
12+
<relativePath>../../</relativePath>
1313
</parent>
1414

1515
<build>

testing-modules/testing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.baeldung</groupId>
1111
<artifactId>parent-modules</artifactId>
1212
<version>1.0.0-SNAPSHOT</version>
13-
<relativePath>../</relativePath>
13+
<relativePath>../../</relativePath>
1414
</parent>
1515

1616
<dependencies>

testing-modules/testng/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.baeldung</groupId>
1212
<artifactId>parent-modules</artifactId>
1313
<version>1.0.0-SNAPSHOT</version>
14-
<relativePath>../</relativePath>
14+
<relativePath>../../</relativePath>
1515
</parent>
1616

1717
<dependencies>

0 commit comments

Comments
 (0)