Description
currently we have
mvn clean install -Pwildfly-build-managed
it should be possible to provide the version explicitly (like we use it for owb, weld,...) e.g.:
mvn clean install -Pwildfly-build-managed -Dwildfly.version=8.1.0.Final
-> we could use the wildfly-build-managed profile for different versions of wildfly.