mmagana / maven_gradle_demo

Simple Maven and Gradle Demo creating a ear with included war and ejb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Maven and Gradle Build Demo

The source + poms are taken from the JBoss quickstart

How to build:

In the gradle directory type: 'gradle assemble' In the maven directory type: 'mvn install'

To deploy:

For gradle build: copy the ear gradle/ear/build/libs/ear-0.1-SNAPSHOT.ear to your deploy directory For maven build: copy the ear ear/target/maven-ejb-in-ear.ear to your deploy directory

About

Simple Maven and Gradle Demo creating a ear with included war and ejb


Languages

Language:Java 53.5%Language:HTML 46.5%