当我运行mvn install时,出现此错误:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single (make-assembly) on project nemo-bdd-e2e: Failed to create assembly: Error creating assembly archive not @placeholder: You must set at least one file. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Process finished with exit code 1
我正在使用Java 8,intelliJ,捆绑的maven 3.3.9
知道为什么吗?我尝试使用最新版本的maven-assembly-plugin,但无法解决问题
谢谢