mosabua / javaee7-simple-sample

A simple Java EE 7 Sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple Java EE 7 Sample

This is a trivial Java EE 7 sample.

  1. Download WildFly 8.2 from http://download.jboss.org/wildfly/8.2.0.Final/wildfly-8.2.0.Final.zip and unzip.

  2. Start WildFly as: ./bin/standalone.sh

  3. Deploy to WildFly: mvn wildfly:deploy

  4. Install to local repo: mvn install

  5. Deploy SNAPSHOT to local Nexus: mvn deploy -P release

  6. Deploy RELEASE to local Nexus: mvn release:prepare release:perform -P release

About

A simple Java EE 7 Sample


Languages

Language:Java 100.0%