i am trying above example on eclipse but no luck yet. I need steps to create maven project in eclipse and then how to import. I also do not see any download code link. Please advise
why eclipse wont come with maven bundled..we have to install separately?
gurpsbassi
eclipse comes with a maven plugin that has an embedded maven.
Do you have m2e plugin installed for maven in eclipse?
gudii9
ASKER
i think so , any step by step link with screenshots to go over again and double check everything by building simple Maven related application using spring etc?
eclipse comes with a maven plugin that has an embedded maven.
if eclispe comes with this plugin then i do not need to manually install maven on my laptop then set up again path like MAVEN_HOME under advance properties tab of my laptop?please advise
gurpsbassi
correct.
gudii9
ASKER
In eclipse when you do New project, you can select new Maven project
i did above step.
It is asking
Groupd Id
Artifact Id
Package .
version it took automatically 0.0.1-SNAPSHOT.
What is the meaning of above 4 different things. what values should i give. where i can find more info on it. Any good simple sample examples around this?
please advise