This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 1323c54acb Some tests are not cleanly using the target folder
(creating targetfoo instead of target/foo) (#1531)
1323c54acb is described below
commit 1323c54acbd5f3e3aca111e42dc80a389111b95a
Author: JB Onofré <[email protected]>
AuthorDate: Sun Nov 9 07:08:51 2025 +0100
Some tests are not cleanly using the target folder (creating targetfoo
instead of target/foo) (#1531)
---
activemq-broker/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/activemq-broker/pom.xml b/activemq-broker/pom.xml
index 6e71c56c5b..4518af1b1e 100644
--- a/activemq-broker/pom.xml
+++ b/activemq-broker/pom.xml
@@ -187,7 +187,7 @@
<argLine>${surefire.argLine}</argLine>
<runOrder>alphabetical</runOrder>
<systemPropertyVariables>
-
<org.apache.activemq.default.directory.prefix>target</org.apache.activemq.default.directory.prefix>
+
<org.apache.activemq.default.directory.prefix>target/</org.apache.activemq.default.directory.prefix>
</systemPropertyVariables>
<includes>
<include>**/*Test.*</include>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact