Skip to content

exacode/maven-executable-jar-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example of executable jar built with maven

Building jar

  • Build jar package and copy all dependencies into target/lib (and modify classpath):

      mvn clean package
    
  • Build jar package and embedd all dependencies:

      mvn clean package -Dembedd-dependencies
    

Runing jar

java -jar target/executable-jar-0.0.1-SNAPSHOT.jar

Donation

I hope you found here something useful and/or interesting. Help keep this repository growing in more and better projects.

Click here to lend your support to: mendlik-open-repository and make a donation at www.pledgie.com !

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages