Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1015 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 1015 Bytes

Overview

Demo project for description maven build tool.

The article about Maven in russian:

Part1: "Java-проект от А до Я": Все, что вы хотели знать о Maven. Часть 1

Part2: "Java-проект от А до Я": Все, что вы хотели знать о Maven. Часть 2

Building

Run next commands to see and understand the abilities of this tool:

mvn clean test
mvn clean comlile
mvn clean package
mvn clean install

Authors

Contributing

Please, follow Contributing page.

Code of Conduct

Please, follow Code of Conduct page.

License

This project is Apache License 2.0 - see the LICENSE file for details