Hey Martin,

Would changing the configuration to "source-release" <id> fix the issue? If so, 
I'm +1, we don't
need to define a "sis" <id> specific one.

Cheers,
Chris

On Sep 8, 2012, at 8:54 PM, Martin Desruisseaux wrote:

> Hello all
> 
> Le 09/09/12 00:16, Mattmann, Chris A (388J) a écrit :
>> Good question -- I've seen projects where they leave the .txt extension and 
>> others that don't.
>> I know that we can do our own custom assembly and override/exclude things  
>> -- that also might
>> be a solution.
> 
> I found the Apache default configuration of assembly content:
> 
> http://svn.apache.org/repos/asf/maven/resources/tags/apache-source-release-assembly-descriptor-1.0.4/src/main/resources/assemblies/
> 
> The Apache default configuration uses the "source-release" <id> while the SIS 
> configuration uses the "sis" <id>. This resulted in the creation of two ZIP 
> files because the assembly plugin has run both configurations. If we want to 
> override the Apache configuration, then we need to use the "source-release" 
> <id>. I verified that this solve the duplication issues (only one ZIP file, 
> and no auto-generated NOTICE and LICENSE files in the ZIP content). However 
> we lost the auto-generated DEPENDENCIES file, and any other auto-generated 
> files that Apache may add in the future.
> 
> The auto-generated files are produced in the 
> target/maven-shared-archive-resources/META-INF/ directory, which is just 
> copied by the assembly plugin when using Apache configuration. Is any one 
> familiar with that directory and how to possibly configure its creation?
> 
>    Martin
> 


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: chris.a.mattm...@nasa.gov
WWW:   http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Reply via email to