https://github.com/atp-mipt/homework-quickstart
Maven Archetype for quick creation of homework projects
https://github.com/atp-mipt/homework-quickstart
maven-archetype teaching-tools
Last synced: 8 months ago
JSON representation
Maven Archetype for quick creation of homework projects
- Host: GitHub
- URL: https://github.com/atp-mipt/homework-quickstart
- Owner: atp-mipt
- License: mit
- Created: 2021-02-14T10:48:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-25T09:44:36.000Z (11 months ago)
- Last Synced: 2025-07-25T15:45:34.029Z (11 months ago)
- Topics: maven-archetype, teaching-tools
- Language: Groovy
- Homepage:
- Size: 208 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homework Quickstart
[](https://github.com/atp-mipt/homework-quickstart/actions?query=workflow%3A"build")

Homework-quickstart is an Apache Maven project archetype pre-configured for
* Java 21 by default (you can change the version when asked for `javaversion` property value or
by passing `-Djavaversion=` in the command line)
* [JUnit 5](https://junit.org/junit5/)
* [AssertJ](https://assertj.github.io/doc/)
* [Approvals](https://github.com/approvals/approvaltests.java)
* [JaCoCo](https://www.eclemma.org/jacoco/)
* [Checkstyle](https://checkstyle.sourceforge.io/) with a pre-selected set of rules
## How to use
```
mvn archetype:generate -DarchetypeArtifactId=homework-quickstart \
-DarchetypeGroupId=org.atp-fivt \
-DarchetypeVersion=2.1 \
-DgroupId= \
-DartifactId=
```
Demo video (in Russian)
[](https://www.youtube.com/watch?v=K0pEIyKCUug)