Beyond
http://people.apache.org/~jvanzyl/maven2/guides/mini/guide-manifest.html
are there any docs for setting up the manifest of the jar?

I have a case where the resulting manifest needs to look similar to:

=========================MANIFEST.MF====================================
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: Apache Maven
Built-By: jvanzyl
Build-Jdk: 1.4.2_09
Extension-Name: my-app
Specification-Vendor: MyCompany Inc
Implementation-Vendor: MyCompany Inc
Implementation-Title: my-app
Implementation-Version: 1.0-SNAPSHOT

Name: com/csgsystems/domain/framework/businessobject/GenericDomain.class
Framework-Objects: persistent-objects

Name:
com/csgsystems/domain/framework/businessobject/GenericDomainList.class
Framework-Objects: persistent-objects
=========================MANIFEST.MF====================================


Using the jar plugin how do I specify the lines:
  Name:
com/csgsystems/domain/framework/businessobject/GenericDomain.class
  Framework-Objects: persistent-objects

  Name:
com/csgsystems/domain/framework/businessobject/GenericDomainList.class
  Framework-Objects: persistent-objects


MAR

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to