Re: Maven-war-plugin: setting up manifest class-path properly

2012-02-13 Thread Patrick Garner
;. This component is used by all our packaging plugins." The link sends one right back to the "WAR Manifest Customization" page. On Sun, Feb 12, 2012 at 10:40 PM, Stephen Coy wrote: > You may want to read < > https://docs.jboss.org/author/display/AS71/Class+Loading+in+AS

Maven-war-plugin: setting up manifest class-path properly

2012-02-12 Thread Patrick Garner
I've used the maven-ear-plugin with the maven-war-plugin and maven-ejb-plugin to successfully deploy and run an application packaged as EAR to Jboss AS7. . |-- META-INF | |-- application.xml | |-- MANIFEST.MF | `-- maven | `-- com.patrac | `-- Patr

Maven-war-plugin: setting up manifest class-path properly

2012-02-10 Thread Patrick Garner
I've used the maven-ear-plugin with the maven-war-plugin and maven-ejb-plugin to successfully deploy and run an application packaged as EAR to Jboss AS7. . |-- META-INF | |-- application.xml | |-- MANIFEST.MF | `-- maven | `-- com.patrac | `-- Patr