Skip to content

vinaypremkumar/exec-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample project with Maven

This is just a sample project with a pom.xml file that will:

  • compile a single JAR (without dependencies)
  • create an executable JAR (with dependencies)

It's just here to give me a faster heads up rather than relying on the maven archetype.

Build commands

mvn package
java -jar target/zilla-0.1-jar-with-dependencies.jar

About

Sample Maven project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%