Skip to content

Error upgrading to exec-maven-plugin version 3.1.0 #3033

@DomGarguilo

Description

@DomGarguilo

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:

accumulo/core/pom.xml

Lines 344 to 348 in 78142d7

<executable>mkdir</executable>
<arguments>
<argument>-p</argument>
<argument>${project.build.directory}/generated-docs</argument>
</arguments>

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis issue has been verified to be a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions