-
Notifications
You must be signed in to change notification settings - Fork 471
Closed
Labels
bugThis issue has been verified to be a bug.This issue has been verified to be a bug.
Milestone
Description
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:
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):
- udpate exec-maven-plugin to 3.1.0
- run
mvn clean package -DskipTests
Metadata
Metadata
Assignees
Labels
bugThis issue has been verified to be a bug.This issue has been verified to be a bug.