Create Java project with Maven archetype cs1302-archetype-quickstart

Provides an archetype for a simple Maven project.

Create a Java Project by archetype cs1302-archetype-quickstart with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -DjavaVersion="My-javaVersion"   -Dencoding="My-encoding"   -DarchetypeGroupId="io.github.cs1302uga"   -DarchetypeArtifactId="cs1302-archetype-quickstart"   -DarchetypeVersion="0.3.52"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
javaVersion
validationRegex: none
encoding
validationRegex: none

Details about maven archetype cs1302-archetype-quickstart

License

License

GroupId

GroupId

io.github.cs1302uga
ArtifactId

ArtifactId

cs1302-archetype-quickstart
Version

Version

0.3.52
Type

Type

maven-archetype
Description

Description

cs1302-archetype-quickstart
Provides an archetype for a simple Maven project.
Project URL

Project URL

https://cs1302uga.github.io/cs1302-archetype-quickstart
Project Organization

Project Organization

CSCI 1302 @ UGA CS
Source Code Management

Source Code Management

https://github.com/cs1302uga/cs1302-sources/tree/main/cs1302-archetype-quickstart

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.cs1302uga -DarchetypeArtifactId=cs1302-archetype-quickstart -DarchetypeVersion=0.3.52 -DinteractiveMode=false

Dependencies

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar

Project Modules

There are no modules declared in this project.