Create Java project with Maven archetype homework-quickstart

Maven Archetype for quick creation of homework projects

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Djavaversion="My-javaversion"   -DarchetypeGroupId="org.atp-fivt"   -DarchetypeArtifactId="homework-quickstart"   -DarchetypeVersion="1.06"   -DinteractiveMode=false 

Required parameters for generate java project:

javaversion
validationRegex: none

Details about maven archetype homework-quickstart

License

License

MIT
GroupId

GroupId

org.atp-fivt
ArtifactId

ArtifactId

homework-quickstart
Version

Version

1.06
Type

Type

maven-archetype
Description

Description

Archetype - homework-quickstart
Maven Archetype for quick creation of homework projects
Project URL

Project URL

https://github.com/atp-mipt/homework-quickstart
Project Organization

Project Organization

MIPT/FIVT/ATP
Source Code Management

Source Code Management

https://github.com/atp-mipt/homework-quickstart.git

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.atp-fivt -DarchetypeArtifactId=homework-quickstart -DarchetypeVersion=1.06 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.