Hola Miren, I don't fully understand : do you already have the code of the projects (and only need to import them inside eclipse) or are you writing new projects?
In the first case, you should not create new maven projects, but instead import them inside eclipse using the "Import" system, and then selecting "Maven projects". In the second case, the steps to create a maven project are as follows : - Create a new maven project, as you did - It will ask you to select an archetype. The archetype is an already done basic project, useful to startup quickly. There are many archetypes, depending on which kind of project you are going to build, and there are many also for Spring, you should have a look searching on google for "Spring Maven Archetype". - Then it will ask you a group id and a artifact id. These ids are YOURS group id and artifact id. Usually, your internet domain is used as a group id. For example, projects here in apache uses org.apache.projectname as group id. Artifact id is the name of the "piece" you are currently creating, for example "webservices", or "domain" etc.. Hope this helps explaining a bit the first steps, Simone [EMAIL PROTECTED] wrote: > hello. > > This is my first question into this list, i am new using maven. My name is > Miren. > > I am (trying) using maven into eclipse. > I musto to build one java proyecto using spring (several modules (web, > webservices...)) and them must be integrated with maven. > > For this pourpose i have create une maven proyect into my eclipse (using > the maven plugin). > now my firts question: > form create one (several) spring proyects when i create the maven proyect > which groupiod must i select ? > and for creatin one spring webservice proyect? > > > thanks and sorry for my bad english (i am spanish) > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Simone Gianni CEO Semeru s.r.l. Apache Committer MALE human being programming a computer http://www.simonegianni.it/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
