On 1 March 2011 05:29, Fuke, Amol <[email protected]> wrote:
> Thanks Hilco for the reply.
>
> We are using war plugin also;
>
> <plugin>
>                                <groupId>org.apache.maven.plugins</groupId>
>                                <artifactId>maven-war-plugin</artifactId>
>                                <configuration>
>                                        <webXml>conf/web.xml</webXml>
>                                        
> <webappDirectory>target/work/outbound</webappDirectory>
>                                </configuration>
>                        </plugin>
>
> But it does not copy all the required jars into war so additionally we are 
> using below dependency.

That seems highly unlikely unless you're not listing those "required"
JARs as dependencies?

P.S. Unless you have a specific reason to use target/work/outbound, I
would suggest you go with the default. Less to maintain means less
work. :-)

Reply via email to