| Summary: | eclipse-maven-signing-plugin always uses a "site_assembly.xml" file | ||
|---|---|---|---|
| Product: | [Technology] Dash | Reporter: | Mickael Istria <mistria> |
| Component: | Maven | Assignee: | Project Dash Incoming bugs <dash-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | d_a_carver, jesse.mcconnell |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Mickael Istria
Well you can just reset the inputFile configuration option on the pack mojo to get this working, that is what most of the examples do.
but to make this a bit easier I extended the PackMojo with a new RepackMojo that sets the default for inputFile to ${project.build.directory}/signed/site_assembly.zip" which should address the common use case
Sounds good, IMHO, it would be even easier if all the signing stuff would take place "on site" on the default file produced by Tycho. What is that one called, I think its streamlined for our jetty builds atm and what the site production produces, I suspect its called something else for products, etc. I think for most projects, it will be ${project.build.directory}/${artifactId}.zip.
I agree with the need to be able to put something else as inputFile, but with this default value, it will be much easier to use for most eclipse projects.
|