MVN

com.agapsys.archetypes : rcf-app-archetype

Maven & Gradle

Jun 24, 2016
0 stars

rcf-app-archetype · Basic application based on Agapsys REST Controller Framework

mvn archetype:generate -DarchetypeGroupId=com.agapsys.archetypes -DarchetypeArtifactId=rcf-app-archetype -DarchetypeVersion=5.0.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.agapsys.archetypes : rcf-app-archetype to generate a Maven project - Latest Versions:

  • Latest Stable: 5.0.0

All Versions

Choose a version of com.agapsys.archetypes : rcf-app-archetype to generate a Maven project - All Versions:

Version Vulnerabilities Updated
5.0.x
rcf-app-archetype-5.0.0
4.0.x
rcf-app-archetype-4.0.0
3.0.x
rcf-app-archetype-3.0.0
2.0.x
rcf-app-archetype-2.0.0
1.0.x
rcf-app-archetype-1.0.0
0.2.x
rcf-app-archetype-0.2.0
0.1.x
rcf-app-archetype-0.1.0

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.agapsys.archetypes -DarchetypeArtifactId=rcf-app-archetype -DarchetypeVersion=5.0.0

Advertisement