Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

kraluk/java-blank-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-blank-project

Blank Java maven-based project

Minimal Requirements

  • Java 11 - download
  • maven 3.6.3 - download
  • IDE that is compatible with the chosen Java version

Execution

As maven-wrapper is used in the project, we can use it to compile the code and execute tests:

./mvnw test

otherwise, a local maven installation (that at the end will execute a wrapper) can be used as well:

mvn test

About

Blank Java maven-based project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages