Issue Type: Bug Bug
Affects Versions: 2.0.0.Beta3
Assignee: Jozef Hartinger
Components: Documentation, Examples
Created: 29/Jan/13 7:21 AM
Description:

The instructions in the examples' readme files says, e.g. :

Deploying to JBoss AS
---------------------

Make sure you have assigned the absolute path of your JBoss AS installation to the
JBOSS_HOME environment variable.

To deploy the example run:

   mvn jboss-as:run

Now you can view the application at <http://localhost:8080/weld-numberguess>.

This is imprecise, running "mvn jboss-as:run" will ignore JBOSS_HOME property and download AS 7.1.1.

workaround is to add -Djboss-as.home=${JBOSS_HOME}

(I am not sure if the readme files should be changed, or the jboss-as-maven-plugin to be configured to read the JBOSS_HOME property)

see http://docs.jboss.org/jbossas/7/plugins/maven/final/run-mojo.html#jbossHome

Environment: AS7.2.0.Beta1-SNAPSHOT
Project: Weld
Priority: Minor Minor
Reporter: Marek Schmidt
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira