| Environment: |
To build wildfly locally (note the `wildfly-28.0.0.Beta1-SNAPSHOT` reference may need to change to a newer WF release): git clone https://github.com/wildfly/wildfly/ cd wildfly ./build.sh clean install -DskipTests=true cd dist/target/wildfly-28.0.0.Beta1-SNAPSHOT/bin ./standalone.sh
git clone https://github.com/emmartins/quickstart/ cd quickstart/kitchensink git checkout sqlscriptruntwice mvn clean install wildfly:deploy
|