Create Java project with Maven archetype phonebill-web-archetype

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

Create a Java Project by archetype phonebill-web-archetype with Command Line:

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

Details about maven archetype phonebill-web-archetype

License

License

GroupId

GroupId

io.github.davidwhitlock.cs410J
ArtifactId

ArtifactId

phonebill-web-archetype
Version

Version

2021.1.1
Type

Type

maven-archetype
Description

Description

phonebill-web-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=phonebill-web-archetype -DarchetypeVersion=2021.1.1 -DinteractiveMode=false

Dependencies

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.0
org.hamcrest : hamcrest-core jar 2.2
org.hamcrest : hamcrest-library jar 2.2
org.mockito : mockito-core jar 3.2.4

Project Modules

There are no modules declared in this project.