Skip to content

jbobos/learn_maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

MacOS

Prepare

  1. jdk

    • brew install openjdk@8
    • brew install openjdk@11
  2. jenv

    • brew install jenv
    • jenv add /usr/local/opt/openjdk@8/
    • jenv add /usr/local/opt/openjdk@11/
    • jenv versions
    • jenv local 1.8.0.302
  3. maven

    • brew install maven

Setup

  1. Maven in 5 minutes
  2. Log4j 2 in Maven
  3. Maven Assembly Plugin

Execute

  • cd my-app
  • mvn clean package
  • java -cp target/my-app-1.0-SNAPSHOT-jar-with-dependencies.jar com.mycompany.app.App

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages