Skip to content

Commit 1323c54

Browse files
authored
Some tests are not cleanly using the target folder (creating targetfoo instead of target/foo) (#1531)
1 parent 730e94e commit 1323c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activemq-broker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
<argLine>${surefire.argLine}</argLine>
188188
<runOrder>alphabetical</runOrder>
189189
<systemPropertyVariables>
190-
<org.apache.activemq.default.directory.prefix>target</org.apache.activemq.default.directory.prefix>
190+
<org.apache.activemq.default.directory.prefix>target/</org.apache.activemq.default.directory.prefix>
191191
</systemPropertyVariables>
192192
<includes>
193193
<include>**/*Test.*</include>

0 commit comments

Comments
 (0)