RE: custom manifest file still using dependencies

2007-12-05 Thread Richard Chamberlain
To: users@maven.apache.org Subject: custom manifest file still using dependencies Hi, I'm packaging my app in a zip. However if i want to use java -jar myapp.jar i have to include the dependencies in my manifest file. I've done this using: plugin groupIdorg.apache.maven.plugins/groupId

Re: custom manifest file still using dependencies

2007-12-05 Thread Wayne Fay
. I'd have hoped that would be on the plugin homepage :( Cheers, Rich From: Richard Chamberlain [mailto:[EMAIL PROTECTED] Sent: Tue 04/12/2007 19:58 To: users@maven.apache.org Subject: custom manifest file still using dependencies Hi, I'm packaging

custom manifest file still using dependencies

2007-12-04 Thread Richard Chamberlain
Hi, I'm packaging my app in a zip. However if i want to use java -jar myapp.jar i have to include the dependencies in my manifest file. I've done this using: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-jar-plugin/artifactId configuration archive

Re: Custom Manifest file

2006-10-31 Thread jiangshachina
/ manifestFile Wayne On 4/11/06, Karthik Manimaran [EMAIL PROTECTED] wrote: Hi, How can I include a custom manifest file for a jar file and a WAR file? Thanks and regards, Karthik

Re: Custom Manifest file

2006-10-30 Thread jiangshachina
-plugin/artifactId configuration archive manifestFilesrc/main/resources/META-INF/MANIFEST.MF/ manifestFile Wayne On 4/11/06, Karthik Manimaran [EMAIL PROTECTED] wrote: Hi, How can I include a custom manifest file for a jar file and a WAR file? Thanks and regards

Re: Custom Manifest file

2006-10-30 Thread jiangshachina
groupIdorg.apache.maven.plugins/groupId artifactIdmaven-jar-plugin/artifactId configuration archive manifestFilesrc/main/resources/META-INF/MANIFEST.MF/ manifestFile Wayne On 4/11/06, Karthik Manimaran [EMAIL PROTECTED] wrote: Hi, How can I include a custom manifest file for a jar file

Re: Custom Manifest file

2006-10-30 Thread jiangshachina
configuration archive manifestFilesrc/main/resources/META-INF/MANIFEST.MF/ manifestFile Wayne On 4/11/06, Karthik Manimaran [EMAIL PROTECTED] wrote: Hi, How can I include a custom manifest file for a jar file and a WAR file? Thanks and regards, Karthik

Re: Custom Manifest file

2006-10-30 Thread jiangshachina
artifactIdmaven-jar-plugin/artifactId configuration archive manifestFilesrc/main/resources/META-INF/MANIFEST.MF/ manifestFile Wayne On 4/11/06, Karthik Manimaran [EMAIL PROTECTED] wrote: Hi, How can I include a custom manifest file for a jar file and a WAR file? Thanks

Re: Custom Manifest file

2006-10-30 Thread Wayne Fay
/MANIFEST.MF/ manifestFile Wayne On 4/11/06, Karthik Manimaran [EMAIL PROTECTED] wrote: Hi, How can I include a custom manifest file for a jar file and a WAR file? Thanks and regards, Karthik

Re: Custom Manifest file

2006-10-30 Thread jiangshachina
/main/resources/META-INF/MANIFEST.MF/ manifestFile Wayne On 4/11/06, Karthik Manimaran [EMAIL PROTECTED] wrote: Hi, How can I include a custom manifest file for a jar file and a WAR file? Thanks and regards, Karthik

Re: Custom Manifest file

2006-10-30 Thread Wayne Fay
archive manifestFilesrc/main/resources/META-INF/MANIFEST.MF/ manifestFile Wayne On 4/11/06, Karthik Manimaran [EMAIL PROTECTED] wrote: Hi, How can I include a custom manifest file for a jar file and a WAR file? Thanks and regards, Karthik

Re: Custom Manifest file

2006-10-30 Thread jiangshachina
] -- View this message in context: http://www.nabble.com/Custom-Manifest-file-tf1435329s177.html#a7087688 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Custom Manifest file

2006-10-30 Thread Wayne Fay
On 4/11/06, Karthik Manimaran [EMAIL PROTECTED] wrote: Hi, How can I include a custom manifest file for a jar file and a WAR file? Thanks and regards, Karthik. - To unsubscribe, e

Re: Custom Manifest file

2006-04-12 Thread Paul Li
artifactIdmaven-jar-plugin/artifactId configuration archive manifestFilesrc/main/resources/META-INF/MANIFEST.MF/ manifestFile Wayne On 4/11/06, Karthik Manimaran [EMAIL PROTECTED] wrote: Hi, How can I include a custom manifest file for a jar file and a WAR file? Thanks

Custom Manifest file

2006-04-11 Thread Karthik Manimaran
Hi, How can I include a custom manifest file for a jar file and a WAR file? Thanks and regards, Karthik.

Re: Custom Manifest file

2006-04-11 Thread Wayne Fay
: Hi, How can I include a custom manifest file for a jar file and a WAR file? Thanks and regards, Karthik.