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
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
; > 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
> >
> >
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:/
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
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
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