maven-assembly-plugin icon indicating copy to clipboard operation
maven-assembly-plugin copied to clipboard

[MASSEMBLY-763] build failure when running "package assembly:single" on a project

Open jira-importer opened this issue 10 years ago • 2 comments

Fabien opened MASSEMBLY-763 and commented

Following a question opened on stackoverflow (see here http://stackoverflow.com/questions/29199748/maven-assembly-plugin-do-not-trigger-search-of-default-assembly-descriptor) concerning a build failure with the maven-assembly-plugin, I could isolate the test-case that makes the issue appear.

Test Case :

  • configure a project with a simple assembly, the property skipAssembly appears nowhere
  • run the tasks "clean package assembly:single"

Current Result : Build Failure

Expected Result : Build Successfull as when running "clean package"

Workaround : Add the property skipAssembly to true in the plugin configuration and add the property skipAssembly to false in the configuration of the execution

I have a project in my workspace that I can attach once the ticket created if I have the authorization to do so.


Affects: 2.5.3

Attachments:

jira-importer avatar Apr 22 '15 20:04 jira-importer