MVN

org.seedstack : rest-archetype

Maven & Gradle

May 03, 2017
3 stars

SeedStack mono-module WAR dedicated to REST-only projects, like micro-services

mvn archetype:generate -DarchetypeGroupId=org.seedstack -DarchetypeArtifactId=rest-archetype -DarchetypeVersion=17.4
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.seedstack : rest-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 17.4

All Versions

Choose a version of org.seedstack : rest-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
17.4
rest-archetype-17.4
16.11.x
rest-archetype-16.11.2
rest-archetype-16.11.1
16.11
rest-archetype-16.11
16.7.x
rest-archetype-16.7.4
rest-archetype-16.7.3
rest-archetype-16.7.2
rest-archetype-16.7.1
16.7
rest-archetype-16.7
16.4
rest-archetype-16.4
15.11.x
rest-archetype-15.11.3
rest-archetype-15.11.2
rest-archetype-15.11.1
15.11
rest-archetype-15.11
rest-archetype-15.11-M1
15.7
rest-archetype-15.7
rest-archetype-15.7-M5
rest-archetype-15.7-M4

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=org.seedstack -DarchetypeArtifactId=rest-archetype -DarchetypeVersion=17.4

Advertisement