MVN

io.github.qianxingchuan.framework : doraemon-project-archetype

Maven & Gradle

May 29, 2019
12 stars

doraemon-project-archetype · A light-weight,java based classloader isolation framework.

mvn archetype:generate -DarchetypeGroupId=io.github.qianxingchuan.framework -DarchetypeArtifactId=doraemon-project-archetype -DarchetypeVersion=0.1-RELEASE
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.qianxingchuan.framework : doraemon-project-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 0.1-RELEASE

All Versions

Choose a version of io.github.qianxingchuan.framework : doraemon-project-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.1
doraemon-project-archetype-0.1-RELEASE

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=io.github.qianxingchuan.framework -DarchetypeArtifactId=doraemon-project-archetype -DarchetypeVersion=0.1-RELEASE

Advertisement