DomGarguilo opened a new issue, #3033: URL: https://github.com/apache/accumulo/issues/3033
**Describe the bug** When updating the exec-maven-plugin version to 3.1.0 in the pom, the build fails with `mkdir: missing operand`. I'm pretty sure this comes from here: https://github.com/apache/accumulo/blob/78142d74f3ed1a23a374f5bd5fdbd7f245a16721/core/pom.xml#L344-L348 The second argument must not be behaving as expected. I can replicate this error in my terminal by not passing another argument i.e. `mkdir -p` with nothing after it. **Versions (OS, Maven, Java, and others, as appropriate):** - Affected version(s) of this project: 2.1.0-SNAPSHOT **To Reproduce** Steps to reproduce the behavior (or a link to an example repository that reproduces the problem): 1. udpate exec-maven-plugin to 3.1.0 2. run `mvn clean package -DskipTests` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
