Hi,

I've some problem with the goal maven jnlp. The goal update the manifest
of each jar and lost some important informations.

 

Example :

 

Before maven jnlp

 

Manifest-Version: 1.0

Ant-Version: Apache Ant 1.5.3 

Created-By: Apache Maven

Built-By: adam

Package: com.wit

Build-Jdk: 1.4.2_05

Extension-Name: interfaceserver

Specification-Title: Inteface Project

Specification-Vendor: someone

Implementation-Title: com.wit

Implementation-Vendor: someone

Implementation-Version: 2.0.3.2.6

 

 

But jars in jnlp_temp just have :

 

Manifest-Version: 1.0

Created-By: Apache Maven

 

I lost all others informations. And I the signed jar folder 

 

Manifest-Version: 1.0

Created-By: Apache Maven

 

Name: com/ wit/proxy/distant/XMLResponseDecoder.class

SHA1-Digest: xMrtXoTBUEnec2ZEX1ZuehieXxo=

 

....

 

 

How can I keep initial informations in my MANIFEST ? Is it possible with
maven jnlp ? I need those informations, especially
implementation-version, I use this to retrieve the version in the
application.

 

Best regards

hugo




CONFIDENTIALITY:   This email (including any attachments) may contain
confidential, proprietary and privileged information, and unauthorized
disclosure or use is prohibited.  If you received this email in error,
please notify the sender and delete this email from your system.  Thank you


CONFIDENTIALITE: Ce courrier electronique (pieces jointes incluses) peut 
contenir des informations confidentielles, proprietaires et privilegiees,
dont la divulgation ou l'utilisation non-autorisee est interdite.
Si vous avez recu ce courrier electronique par erreur, nous vous remercions de 
bien vouloir avertir l'expediteur et detruire ce courrier electronique
de votre systeme.
Merci.


Reply via email to