Hi all,

we solved the need to recreating the eclipse files each time a dependency is
added by adding:

<wb-resource deploy-path="/WEB-INF/lib"
source-path="/target/yourprojectname/WEB-INF/lib"/>

to the .component file (or th e org.wst.common.components file in wtp 1.5+)
,

Notice the dir referenced above is generated by maven when assembling the
war file, so we make use of it...

Hope this helps

On 12/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:

Everytime you add a dependency, you need to run mvn eclipse:eclipse
-Dwtpversion=1.0

Especially the last part is important.  Then check your .component file,
to see whether the dependencies were added.  If so, Eclipse should publish
your dependencies to the lib-folder.

-----Original Message-----
From: lmk [mailto:[EMAIL PROTECTED]
Sent: mardi 12 décembre 2006 15:11
To: [email protected]
Subject: compatibility Maven Eclipse 3.2 and wtp


hi;

i try to integrate maven  multiproject on eclipse 3.2. i use tomcat 5.5,
when i start the server, Eclipse dont publish the dependencies.

is  maven eclipse plugin compatible with the Eclipse 3.2, perhapse I must
upgrade the  pluging ?? how can i do that?


thanks..

--
View this message in context:
http://www.nabble.com/compatibility-Maven-Eclipse-3.2-and-wtp-tf2807719s177.html#a7833866
Sent from the Maven - Users mailing list archive at Nabble.com.


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



This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information.  If you have
received it in error, please notify the sender immediately and delete the
original.  Any other use of the email by you is prohibited.

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




--
Best Regards,
Muhammad Alsebaey

Reply via email to