MVN

edu.byu.hbll : java-app-project

Maven & Gradle

Mar 14, 2018

Java Standalone Application Archetype · Maven archetype for standalone applications

mvn archetype:generate -DarchetypeGroupId=edu.byu.hbll -DarchetypeArtifactId=java-app-project -DarchetypeVersion=1.5.3
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.byu.hbll : java-app-project to generate a Maven project - Latest Versions:

  • Latest Stable: 1.5.3

All Versions

Choose a version of edu.byu.hbll : java-app-project to generate a Maven project - All Versions:

Version Vulnerabilities Updated
1.5.x
java-app-project-1.5.3
java-app-project-1.5.2
java-app-project-1.5.1
java-app-project-1.5.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=edu.byu.hbll -DarchetypeArtifactId=java-app-project -DarchetypeVersion=1.5.3

Advertisement