Skip to content

Commit 6c2f73a

Browse files
author
John D. Ament
committed
Fix for javaee-samples#279 - add relativePath to test utils pom so that everything builds together.
1 parent 79500db commit 6c2f73a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-utils/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
<artifactId>javaee7-samples</artifactId>
88
<groupId>org.javaee7</groupId>
99
<version>1.0-SNAPSHOT</version>
10+
<relativePath>../pom.xml</relativePath>
1011
</parent>
1112
<modelVersion>4.0.0</modelVersion>
1213

1314
<artifactId>test-utils</artifactId>
1415

1516

16-
</project>
17+
</project>

0 commit comments

Comments
 (0)