Re: Maven WAR with self-classes as package

2008-07-31 Thread Mark Struberg
lifecyclye manually and watch this directory closely. LieGrü, strub --- zm <[EMAIL PROTECTED]> schrieb am Do, 31.7.2008: > Von: zm <[EMAIL PROTECTED]> > Betreff: Re: Maven WAR with self-classes as package > An: users@maven.apache.org > Datum: Donnerstag, 31. Juli 2008, 11:18

Re: Maven WAR with self-classes as package

2008-07-31 Thread zm
configuration parameter >> > will make the generated classes to be archived into a jar file and the >> > classes directory will then be excluded from the webapp. Default value >> > is false. >> > >> > (There is a configuration example on the Usage

Re: Maven WAR with self-classes as package

2008-07-31 Thread Manuel EVENO
; > classes directory will then be excluded from the webapp. Default value > > is false. > > > > (There is a configuration example on the Usage page, just replace the > > parameter name inside the configuration element, or ask if you need a > > complete example.) > > > > -- > > Wendy > > > >

Re: Maven WAR with self-classes as package

2008-07-31 Thread zm
name inside the configuration element, or ask if you need a > complete example.) > > -- > Wendy > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http:/

Re: Maven WAR with self-classes as package

2008-07-31 Thread zm
e configuration element, or ask if you need a > complete example.) > > -- > Wendy > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this mess

Re: Maven WAR with self-classes as package

2008-07-30 Thread Wendy Smoak
On Wed, Jul 30, 2008 at 10:27 AM, zm <[EMAIL PROTECTED]> wrote: > I have a WAR project that builds correctly in Maven2. > > What I want to know, is if there is a way of making maven to do an internal > JAR package of the WAR classes. http://maven.apache.org/plugins/maven-war-plugin/war-mojo.html

Maven WAR with self-classes as package

2008-07-30 Thread zm
JAR package with those compiled classes, and put it in the WEB-INF\lib folder. For example a project named: my-project-1.0.0.war would contain: WEB-INF\lib\my-project-1.0.0.jar or something like that. Thanks -- View this message in context: http://www.nabble.com/Maven-WAR-with-self-classes-as