kolorobot / spring-mvc-quickstart-archetype

The project is a Maven archetype for Spring MVC web application.
http://blog.codeleak.pl
1.05k stars 478 forks source link

Problem resolving archtype #83

Closed hikenace closed 9 years ago

hikenace commented 9 years ago

Hello Kolorobot, i did everything as u said and when i'm done and i try to create the project i get the error 'could not resolve repo..". and when i tried what pedrolucasoliva said in isue #74 it did not work cause it say POM already exist. can you please enlight me :) Thank you

kolorobot commented 9 years ago

Did you try without Eclipse?

I just tested this again:

  1. Removed the directory from M2_REPO with the generated archetype
  2. Ran mvn clean install in archetype root directory
  3. Created a project with the command specified in README

No issue with creating a project. I am doing this all the time :)

Everything worked fine.

Tip: Check the directory you are executing the archetype generate command.

hikenace commented 9 years ago

Ty vm it worked :)

2015-08-18 21:24 GMT+01:00 Rafal Borowiec notifications@github.com:

Did you try without Eclipse?

I just tested this again:

  1. Removed the directory from M2_REPO with the generated archetype
  2. Ran mvn clean install in archetype root directory
  3. Created a project with the command specified in README

No issue with creating a project. I am doing this all the time :)

Everything worked fine.

Tip: Check the directory you are executing the archetype generate command.

— Reply to this email directly or view it on GitHub https://github.com/kolorobot/spring-mvc-quickstart-archetype/issues/83#issuecomment-132340237 .