Changing default webapp directory

2007-03-27 Thread Larry Suto

Hi,

I am a little unsure on this matter...there are a set of wars in which
I want to change the src/main/webapp default to something
else...should this be set in the war plugin config via
warSourceDirectory..and if I set this, do I need to add baseDir in
front of it...somehow this does not seem to be working for me right
now.

Thanks,

Larry Suto

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



Re: Changing default webapp directory

2006-04-07 Thread Tom Joad
You configure maven-war-plugin
 
maven-war-plugin
2.0-beta-2

  YOUR_WEBAPP
 
  

Tom.

2006/4/7, Henry S. Isidro <[EMAIL PROTECTED]>:
> csudhi wrote:
>
> >Hi,
> >
> >Is it possible to change the default webapp directory (src/main/webapp)
> >location in POM.xml file , to somethng like ui/pages/jsp path (relative to
> >application root)?
> >
> >
> >--
> >View this message in context: 
> >http://www.nabble.com/Changing-default-webapp-directory-t1409364.html#a3795726
> >Sent from the Maven - Users forum at Nabble.com.
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> You can configure the war plugin. Change the value of warSourceDirectory
> to the setting you want. For more info:
>
> http://maven.apache.org/plugins/maven-war-plugin/
> http://maven.apache.org/guides/mini/guide-configuring-plugins.html
>
> HTH,
>
> Henry
>
>
> ||
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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



Re: Changing default webapp directory

2006-04-06 Thread Henry S. Isidro

csudhi wrote:


Hi,

Is it possible to change the default webapp directory (src/main/webapp)
location in POM.xml file , to somethng like ui/pages/jsp path (relative to
application root)?


--
View this message in context: 
http://www.nabble.com/Changing-default-webapp-directory-t1409364.html#a3795726
Sent from the Maven - Users forum at Nabble.com.


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

You can configure the war plugin. Change the value of warSourceDirectory 
to the setting you want. For more info:


http://maven.apache.org/plugins/maven-war-plugin/
http://maven.apache.org/guides/mini/guide-configuring-plugins.html

HTH,

Henry


||

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



Changing default webapp directory

2006-04-06 Thread csudhi

Hi,

Is it possible to change the default webapp directory (src/main/webapp)
location in POM.xml file , to somethng like ui/pages/jsp path (relative to
application root)?


--
View this message in context: 
http://www.nabble.com/Changing-default-webapp-directory-t1409364.html#a3795726
Sent from the Maven - Users forum at Nabble.com.


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