Create Java project with Maven archetype airline-archetype

Example Java Code for CS410J: Advanced Java Programming at Portland State University

Create a Java Project by archetype airline-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.github.davidwhitlock.cs410J"   -DarchetypeArtifactId="airline-archetype"   -DarchetypeVersion="2022.0.0"   -DinteractiveMode=false 

Details about maven archetype airline-archetype

License

License

GroupId

GroupId

io.github.davidwhitlock.cs410J
ArtifactId

ArtifactId

airline-archetype
Version

Version

2022.0.0
Type

Type

maven-archetype
Description

Description

airline-archetype
Example Java Code for CS410J: Advanced Java Programming at Portland State University
Project Organization

Project Organization

Portland State University

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.github.davidwhitlock.cs410J -DarchetypeArtifactId=airline-archetype -DarchetypeVersion=2022.0.0 -DinteractiveMode=false

Dependencies

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.1
org.hamcrest : hamcrest jar 2.2
org.mockito : mockito-core jar 4.0.0

Project Modules

There are no modules declared in this project.