Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezhov-da/5495451ca942647d0d10c02a90871536 to your computer and use it in GitHub Desktop.
Save ezhov-da/5495451ca942647d0d10c02a90871536 to your computer and use it in GitHub Desktop.
java maven установка архетипа в локальный репозиторий (spring maven mvc)
https://github.com/kolorobot/spring-mvc-quickstart-archetype
1. Переходим в папку архетипа<br>
2. Выполняем:<br>
[code:]cmd[:code]
git clone https://github.com/kolorobot/spring-mvc-quickstart-archetype.git
cd spring-mvc-quickstart-archetype
mvn clean install
[/code]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment