How to run a JBoss Forge Script
Running a JBoss Forge script is an handy feature to create quickly an application starting from a script file. All you have to do is starting Forge and run the script file as follows: run <scriptname> As an example, pickup the following script from the quickstarts: https://github.com/jboss-developer/jboss-eap-quickstarts/blob/7.1.0.Beta/forge-from-scratch/generate.fsh Run this file from the Forge console using … Read more