Skip to content

Study for the ocp 17 together with my colleagues

Notifications You must be signed in to change notification settings

melgers/javaocp17

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javaocp17

Study for the ocp 17 together with my colleagues

compile with docker container

eclipse-temurin-17

docker run -it --rm --name ocp17 -v "$(pwd)":/usr/src/mymaven -w /usr/src/mymaven eclipse-temurin-17 mvn clean install

docker run -it --rm -v "$PWD":/usr/src/mymaven -v "$HOME/.m2":/root/.m2 -v "$PWD/target:/usr/src/mymaven/target" -w /usr/src/mymaven eclipse-temurin-17 mvn clean package

About

Study for the ocp 17 together with my colleagues

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages