Results 1 to 2 of 2

Thread: adding dependencies to project on the base of pom.xml

  1. #1
    Join Date
    Jan 2007
    Posts
    5

    Default adding dependencies to project on the base of pom.xml

    Does anybody knows how to add to project all dependencies (jar files) from pom.xml file? I will be grateful for any help.

  2. #2
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    This is off-topic in this forum. Nevertheless you should try the Maven Integration plug-in for Eclipse.
    Or just try mvn eclipse:eclipse. That will create .classpath and .project files based on you pom.xml.

    Christian
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •