Building WildFly is pretty similar to what it has been before
- Fork the WildFly repository to your own on GitHub
- Clone your repository to the local disk (which is in my case)
git clone git@github.com:pilhuhn/wildfly.git
- Change into the created wildfly directory
cd wildfly
- Run maven to build the server
mvn install
The server is then created inside the
build/target
directory
$ pwd
/devel/wildfly/build/target
$ ls
antrun generated-configs wildfly-8.0.0.Alpha1-SNAPSHOT
change into this directory and start the server via
bin/standalone.sh
Done :-)
2 comments:
TASFKAJB? :-)
The AppServer Formerly Known As JBoss -- see also TAFKAP ( http://www.urbandictionary.com/define.php?term=TAFKAP )
Post a Comment