MVN

com.github.adminfaces : admin-starter-springboot-archetype

Maven & Gradle

Jun 02, 2019
1 stars

admin-starter-archetype-springboot · Maven archetype for AdminFaces Starter SpringBoot application.

mvn archetype:generate -DarchetypeGroupId=com.github.adminfaces -DarchetypeArtifactId=admin-starter-springboot-archetype -DarchetypeVersion=1.0.1
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.adminfaces : admin-starter-springboot-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 1.0.1
  • Latest Release Candidate: 1.0.0-RC21

All Versions

Choose a version of com.github.adminfaces : admin-starter-springboot-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.0.x
admin-starter-springboot-archetype-1.0.1
admin-starter-springboot-archetype-1.0.0
admin-starter-springboot-archetype-1.0.0-RC21
admin-starter-springboot-archetype-1.0.0-RC20.1
admin-starter-springboot-archetype-1.0.0-RC20
admin-starter-springboot-archetype-1.0.0-RC19

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=com.github.adminfaces -DarchetypeArtifactId=admin-starter-springboot-archetype -DarchetypeVersion=1.0.1

Advertisement