Link to home
Start Free TrialLog in
Avatar of gudii9
gudii9Flag for United States of America

asked on

new to maven


I am new to maven. I am confused about its concepts. I was not sure on how to create projects using maven.I am not sure what to give for group id, artifact id, package, version etc.

 Any ideas, sample code, resources, links, videos, tutorials highly appreciated. thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of for_yan
for_yan
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mick Barry
> I was not sure on how to create projects using maven.I am not sure what to give for group id, artifact id, package, version etc.

they are arbitrary (like the package name and class names in your application)

heres an example of starting a project
http://www.xinotes.org/notes/note/586/
Avatar of gudii9

ASKER

why we need to put these artifacts in pom.xml. what is pom.xml. does pom abbreviates to something. why it is so important in maven projects. please advise
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial


POM is abbreviation for Project Object Model