You configure maven-war-plugin
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.0-beta-2</version>
<configuration>
<warSourceDirectory>YOUR_WEBAPP</warSourceDirectory>
</configuration>
</plugin>
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]