From 0e8e7209a226c568a3493aac5316d060a6968123 Mon Sep 17 00:00:00 2001 From: Alessio Soldano Date: Mon, 14 Mar 2016 11:56:00 +0100 Subject: [PATCH] Explicitly mention and support WildFly as target container --- README.md | 14 +++++++------- pom.xml | 6 ------ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index f0399b3..dd2ff36 100644 --- a/README.md +++ b/README.md @@ -4,23 +4,23 @@ JBoss Wise GUI System requirements ------------------- -All you need to build this project is Java 6.0 (Java SDK 1.6) or better, Maven 3.0 or better. +All you need to build this project is Java 8.0 or better, Maven 3.2 or better. -The application this project produces is designed to be run on JBoss AS 7.1 or greater. +The application this project produces is designed to be run on WildFly 8 or greater. Build and Deploy the application -------------------------------- -1. Make sure you have started the JBoss Server / WildFly server. +1. Make sure you have started the WildFly server. 2. Type this command to build and deploy the archive: - mvn clean package jboss-as:deploy (or mvn clean package wildfly:deploy) + mvn clean package wildfly:deploy 3. This will deploy `target/wise-gui.war` to the running instance of the server. Access the application ---------------------- +---------------------- The application will be running at the following URL: . @@ -28,7 +28,7 @@ The application will be running at the following URL: UTF-8 - 7.3.Final 1.0.2.Final 3.0.0.Final @@ -204,11 +203,6 @@ wise-gui - - org.jboss.as.plugins - jboss-as-maven-plugin - ${version.org.jboss.as.plugins.maven.plugin} - org.wildfly.plugins wildfly-maven-plugin