Chris Sampson created NIFI-9181:
-----------------------------------
Summary: Unwanted test artifacts remaining in Windows builds
Key: NIFI-9181
URL: https://issues.apache.org/jira/browse/NIFI-9181
Project: Apache NiFi
Issue Type: Bug
Affects Versions: 1.14.0
Reporter: Chris Sampson
Verifying the NiFi source code with {{mvnd verify}} in Windows leaves the
following unwanted files in the repo, which could mistakenly be committed by a
developer:
*
{{nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/targetTestZooKeeperStateServerstate}}
* {{nifi-nar-bundles/nifi-groovyx-brundle/nifi-groovyx-processors/derby.log}}
These appear to be due to tests not using the correct system-dependent
{{File.separator}} characters, resulting in these temporary files being created
outside of the intended {{target/}} build directories.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)