permission java.io.FilePermission "${user.dir}/artemis-core-client/target/classes/-", "read"; permission java.io.FilePermission "${user.dir}/artemis-core-client/target/artemis-core-client-${project.version}.jar", "read";
user.dir points to current working directory from which the maven command was invoked. If the command is not invoked from project root directory, the generated paths are wrong what causes failures of some tests.
- blocks
-
JBEAP-2574 Stabilization of ActiveMQ Artemis upstream test suite
- Closed
- is cloned by
-
JBEAP-5984 (7.0.z) [Artemis Testsuite] ARTEMIS-643 - wrong paths in restricted-security-client.policy
- Closed
- is incorporated by
-
JBEAP-5830 (7.1.0) Upgrade Artemis from 1.1.0.SP18 to 1.4.0
- Verified
- cloned to
-
ARTEMIS-643 Loading...