-
Download WildFly 8.2.0 and unzip
-
Download Weld3 Alpha 3
curl -L -o weld3-alpha3-patch-wildfly8.2.zip http://sourceforge.net/projects/jboss/files/Weld/3.0.0.Alpha3/wildfly-8.2.0.Final-weld-3.0.0.Alpha3-patch.zip/download
-
Apply the patch
./wildfly-8.2.0.Final/bin/jboss-cli.sh --command="patch apply ./weld3-alpha3-patch-wildfly8.2.zip" { "outcome" : "success", "result" : {} }
-
Start WildFly
./wildfly-8.2.0.Final/bin/standalone.sh
-
Run tests
mvn test