MVN

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

Maven & Gradle

Jan 27, 2020
1 stars

admin-starter-tomcat-archetype · Maven archetype for AdminFaces Starter Tomcat application.

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

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
1.1.x
admin-starter-tomcat-archetype-1.1.0
1.0.x
admin-starter-tomcat-archetype-1.0.1
admin-starter-tomcat-archetype-1.0.0
admin-starter-tomcat-archetype-1.0.0-RC21
admin-starter-tomcat-archetype-1.0.0-RC20
admin-starter-tomcat-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-tomcat-archetype -DarchetypeVersion=1.1.0

Advertisement