Timothy Bish created ARTEMIS-2367: ------------------------------------- Summary: Test Data dir bening created outside the target dir in artemis-server Key: ARTEMIS-2367 URL: https://issues.apache.org/jira/browse/ARTEMIS-2367 Project: ActiveMQ Artemis Issue Type: Task Components: Broker Affects Versions: 2.9.0, 2.8.1 Reporter: Timothy Bish Fix For: 2.10.0
The tests in artemis-server (possibly others) creates a data dir outside the target dir which then excludes it from being cleaned by mvn clean and as such can result in the test data being packaged up in releases etc which shouldn't be happening. The tests should ideally not be doing this, or if they must the clean plugin should be configured to remove that dir. -- This message was sent by Atlassian JIRA (v7.6.3#76005)