I'm using maven 2 and eclipse 3.1.1.

Here is what I am doing and it works but it is tedious:
(1) I go to the repository browser and find the artifacts I want.
(2) I manually add the groupIds and artifactIds to the pom.xml
(3) I exit eclipse
(4) I run "mvn package"
(5) I run "mvn eclipse:eclipse"
(6) I start up eclipse again and observe the new artifacts in package
explorer.

Is there an easier way? It seems to me that I should be able to drag and
drop from the repository browser to the pom.xml and the package explorer
should automatically download the new artifacts. Do I really have to restart
eclipse all the time?

Thanks,
Siegfried


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

Reply via email to