Description
mvn build command is failing of assembly is turned on:
mvn clean install assembly:single -DskipTests=true -Prelease
[INFO] --- exec-maven-plugin:1.6.0:exec (concat-NOTICE-files) @ ratis-assembly ---
[ERROR] Command execution failed.
org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
at org.apache.commons.exec.DefaultExecutor.executeInternal (DefaultExecutor.java:404)
Looks like to be sensitive to the new lines in the command.
Attachments
Issue Links
- links to