Skip to content

Commit de28fb7

Browse files
committed
Added relative path to modules inside framework-tests and getting-started
1 parent 840c809 commit de28fb7

File tree

7 files changed

+7
-0
lines changed
  • framework-tests
  • getting-started
    • bellatrix.playwright.getting.started
    • bellatrix.web.getting.started

7 files changed

+7
-0
lines changed

framework-tests/bellatrix.android.tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<artifactId>bellatrix</artifactId>
1919
<groupId>solutions.bellatrix</groupId>
2020
<version>1.0-SNAPSHOT</version>
21+
<relativePath>../../pom.xml</relativePath>
2122
</parent>
2223

2324
<artifactId>bellatrix.android.tests</artifactId>

framework-tests/bellatrix.desktop.tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<artifactId>bellatrix</artifactId>
1919
<groupId>solutions.bellatrix</groupId>
2020
<version>1.0-SNAPSHOT</version>
21+
<relativePath>../../pom.xml</relativePath>
2122
</parent>
2223

2324
<artifactId>bellatrix.desktop.tests</artifactId>

framework-tests/bellatrix.ios.tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<artifactId>bellatrix</artifactId>
1919
<groupId>solutions.bellatrix</groupId>
2020
<version>1.0-SNAPSHOT</version>
21+
<relativePath>../../pom.xml</relativePath>
2122
</parent>
2223

2324
<artifactId>bellatrix.ios.tests</artifactId>

framework-tests/bellatrix.playwright.tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<groupId>solutions.bellatrix</groupId>
88
<artifactId>bellatrix</artifactId>
99
<version>1.0-SNAPSHOT</version>
10+
<relativePath>../../pom.xml</relativePath>
1011
</parent>
1112

1213
<groupId>org.example</groupId>

framework-tests/bellatrix.web.tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<artifactId>bellatrix</artifactId>
77
<groupId>solutions.bellatrix</groupId>
88
<version>1.0-SNAPSHOT</version>
9+
<relativePath>../../pom.xml</relativePath>
910
</parent>
1011

1112
<artifactId>bellatrix.web.tests</artifactId>

getting-started/bellatrix.playwright.getting.started/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<groupId>solutions.bellatrix</groupId>
88
<artifactId>bellatrix</artifactId>
99
<version>1.0-SNAPSHOT</version>
10+
<relativePath>../../pom.xml</relativePath>
1011
</parent>
1112

1213
<artifactId>bellatrix.playwright.getting.started</artifactId>

getting-started/bellatrix.web.getting.started/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<groupId>solutions.bellatrix</groupId>
88
<artifactId>bellatrix</artifactId>
99
<version>1.0-SNAPSHOT</version>
10+
<relativePath>../../pom.xml</relativePath>
1011
</parent>
1112

1213
<artifactId>bellatrix.web.getting.started</artifactId>

0 commit comments

Comments
 (0)