You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bart De Lepeleer 7f5a5df732 'init_git.md' updaten 3 years ago
images Add Screenshot 19 3 years ago
.gitignore Initial commit 3 years ago
README.md 'README.md' updaten 3 years ago
generate_maven_project.md 'generate_maven_project.md' updaten 3 years ago
init_git.md 'init_git.md' updaten 3 years ago
open_intellij.md 'open_intellij.md' toevoegen 3 years ago

README.md

new-maven-app

Make shure to install the Maven Archetype first:

Link: Java 11 + JUnit 5 Quick Start Maven Archetype

If you are just looking for the mvn generate command:
mvn archetype:generate -DarchetypeGroupId=be.syntra-mvl -DarchetypeArtifactId=java11-junit5-archetype 
If you are looking for detailed instructions:

1. Generate the maven project

2. Initialise GIT version control

3. Open the project in IntelliJ