Создать Java проект на основе Maven архетипа phonebill-archetype

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

Консольная команда для создания Java-проекта на основе архетипа phonebill-archetype:

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

Подробная информация об архетипе phonebill-archetype

Лицензия

Лицензия

Группа

Группа

io.github.davidwhitlock.cs410J
Идентификатор

Идентификатор

phonebill-archetype
Версия

Версия

2021.1.1
Тип

Тип

maven-archetype
Описание

Описание

phonebill-archetype
Example Java Code for CS410J: Advanced Java Programming at Portland State University
Организация-разработчик

Организация-разработчик

Portland State University

Как подключить последнюю версию

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

Зависимости

test (4)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.