MVN

org.antframework.template : template-archetype

Maven & Gradle

Nov 02, 2022
0 stars

template-archetype · 基于ant-boot应用的父pom

mvn archetype:generate -DarchetypeGroupId=org.antframework.template -DarchetypeArtifactId=template-archetype -DarchetypeVersion=2.7.4
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.antframework.template : template-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 2.7.4

All Versions

Choose a version of org.antframework.template : template-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
2.7.x
template-archetype-2.7.4
1.0.x
template-archetype-1.0.0.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=org.antframework.template -DarchetypeArtifactId=template-archetype -DarchetypeVersion=2.7.4

Advertisement