how to lauch a pom.xml with maven in eclipse
posted 14 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Did you install the Maven Eclipse plugin yet?
[OCP 21 book] | [OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
posted 14 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
First step, like Jeanne mentioned, is to install the m2eclipse plugin. You can find it in the Eclipse marketplace - just do a search on "maven". Once that is installed, within Eclipse do File | Import | Maven |Existing Maven Projects. Then you are all set to go.
Though looking at the ling you provided, all of the projects stored in appear to be Eclipse projects. For example, https://src.springframework.org/svn/spring-samples/petcare/trunk/ has both a .project and a .classpath file. In that case, after installing m2eclipse you can import the project using File Import | Existing Projects into Workspace.
And yet another possibility: If you have subclipse installed also (for Subversion access), you can do File | Import | SVN | Checkout Projects for SVN and specify the URL to the project (such as https://src.springframework.org/svn/spring-samples/petcare/trunk/).
Though looking at the ling you provided, all of the projects stored in appear to be Eclipse projects. For example, https://src.springframework.org/svn/spring-samples/petcare/trunk/ has both a .project and a .classpath file. In that case, after installing m2eclipse you can import the project using File Import | Existing Projects into Workspace.
And yet another possibility: If you have subclipse installed also (for Subversion access), you can do File | Import | SVN | Checkout Projects for SVN and specify the URL to the project (such as https://src.springframework.org/svn/spring-samples/petcare/trunk/).
| "I know this defies the law of gravity... but I never studied law." -B. Bunny Defiant tiny ad: The new gardening playing cards kickstarter is now live! https://www.kickstarter.com/projects/paulwheaton/garden-cards |











