You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2021/12/30 11:33:49 UTC

[ws-axiom] branch master updated: Clean up the maven-bundle-plugin configuration

This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new cfb75b8  Clean up the maven-bundle-plugin configuration
cfb75b8 is described below

commit cfb75b844c3d9a8656741a7dccd96864acd15b8d
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Thu Dec 30 11:32:13 2021 +0000

    Clean up the maven-bundle-plugin configuration
    
    maven-bundle-plugin now produces deterministic output by default. Also
    fix a typo.
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c226aa9..023ce9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -579,9 +579,7 @@
                     <configuration>
                         <instructions>
                             <_removeheaders>
-                                <!-- Remove these headers to make the output deterministic -->
-                                Bnd-LastModified,Build-Jdk,Built-By,
-                                <!-- There are not OSGi headers and shouldn't appear in the manifest -->
+                                <!-- These are not OSGi headers and shouldn't appear in the manifest -->
                                 Private-Package,Include-Resource
                             </_removeheaders>
                             <_nodefaultversion>true</_nodefaultversion>