Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Sample applications with the customizations I like.

simple-app

Simple java application, with testng as testing framework, UTF-8 encoding for resources files, Java 6 compliance, and jar with dependencies generation for easy deployment.

   mvn package
   java -cp target/simple-app.jar com.jm2dev.App

Use target/simple-app-with-dependencies.jar if you don't want to add required jars into classpath.

simple-webapp

Simple web application, with testng and jetty plugin.

   mvn package
   mvn jetty:run
   mvn jetty:stop

About

Customized pom files for my applications.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages