Skip to content

jm2dev/maven2-poms-jm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages