0

I am trying to set up maven in new eclipse - i have downloaded eclipse luna full package from eclipse site. but the settings xml for maven needs to be defined .

Ashish Shetkar
  • 1,414
  • 2
  • 18
  • 35

1 Answers1

0

For the very first time - there are two ways to do this

1- Using Eclipse - embedded settings of maven

2- Using External Maven -

You can follow steps at - Maven in Eclipse: step by step installation

Then you need to create a simple maven project and clean-install it . It wil download all the basic required jars and all the basic plugins required for clean-compile-install operations.

Then you can start creating maven projects using maven archetypes

Community
  • 1
  • 1
Ashish Shetkar
  • 1,414
  • 2
  • 18
  • 35