не удалось создать сборку: ошибка при создании архива сборки, а не @placeholder - PullRequest
0 голосов
/ 29 июня 2019

когда я запускаю 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, но это не решило проблему

Спасибо

...