Christofer Dutz wrote:
> Well I have a new candidate:
> 
> <artifactId>maven-bundle-plugin</artifactId>
>  
> Creates: Bnd-LastModified in the MANIFEST.MF
> 
> Gotta find out a way to either suppress that entry (Would be great if it 
> could consume the same property)

<configuration>
  <instructions>
    <_removeheaders>Bnd-LastModified</_removeheaders>
  </instructions>
<configuration>

Alternatively

<configuration>
  <instructions>
    <Bnd-LastModified>${maven.build.outputTimestap}</Bnd-LastModified>
  </instructions>
<configuration

Hope that helps,

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to