[m2] Fill src/main/webapp/WEB-INF/lib with dependencies from pom.xml

2005-11-18 Thread [EMAIL PROTECTED]
Hi,
To be able to use a web project in WSAD I need a WEB-INF/lib directory
filled with the dependency jars. All my dependencies are put in the war
correctly but I need the jars in the src directory.
How can I force Maven to copy all dependencies to the
src/main/webapp/WEB-INF/lib directory?

Thanks.

Martijn de Bruijn


Re: [m2] Fill src/main/webapp/WEB-INF/lib with dependencies from pom.xml

2005-11-18 Thread Ralph Pöllath

Hi,

I think that war:inplace should do the trick:
http://maven.apache.org/plugins/maven-war-plugin/inplace-mojo.html

Cheers,
-Ralph.

On 18.11.2005, at 09:20, [EMAIL PROTECTED] wrote:

Hi,
To be able to use a web project in WSAD I need a WEB-INF/lib directory
filled with the dependency jars. All my dependencies are put in the  
war

correctly but I need the jars in the src directory.
How can I force Maven to copy all dependencies to the
src/main/webapp/WEB-INF/lib directory?

Thanks.

Martijn de Bruijn



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



RE: RE: [m2] Fill src/main/webapp/WEB-INF/lib with dependencies from pom.xml

2005-11-18 Thread [EMAIL PROTECTED]
Thanks Ralph. The trick works.
Martijn


-Oorspronkelijk bericht-
Van: Ralph Pöllath [mailto:[EMAIL PROTECTED]
Verzonden: Friday, November 18, 2005 9:49 AM
Aan: Maven Users List
Onderwerp: Re: [m2] Fill src/main/webapp/WEB-INF/lib with dependencies from
pom.xml


Hi,

I think that war:inplace should do the trick:
http://maven.apache.org/plugins/maven-war-plugin/inplace-mojo.html

Cheers,
-Ralph.

On 18.11.2005, at 09:20, [EMAIL PROTECTED] wrote:
 Hi,
 To be able to use a web project in WSAD I need a WEB-INF/lib directory
 filled with the dependency jars. All my dependencies are put in the
 war
 correctly but I need the jars in the src directory.
 How can I force Maven to copy all dependencies to the
 src/main/webapp/WEB-INF/lib directory?

 Thanks.

 Martijn de Bruijn


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