Introduction to Maven

Опубликовано: 28 Август 2026
на канале: Programavimo Mokytojas
63
3

This is an introduction to dependency management and build tool in the JAVA ecosystem - MAVEN.

Agenda:
Maven + java w/o Intellij
Set JAVA_HOME
Add maven and java to PATH
Create and launch a new project using maven cmd
Intellij w/o maven + guava
Intellij w/ maven + junit + guava

The command that was run to create a new maven project:
mvn archetype:generate -DgroupId=com.mindaugas -DartifactId=DemoProjectDelete -DarchetypeArtifactId=maven-archetype-quickstart -DinteractiveMode=false