How to build WildFly 27.0 from Source Code in Windows 10 Command line using Maven 3.8 and JDK 11
Channel:
Subscribers:
5,740
Published on ● Video Link: https://www.youtube.com/watch?v=xGIv9x--Qm4
In this video we are going to see how to build WildFly 27 Application Server source code in Windows Command line using Apache Maven 3.8.7 and JDK 11.
Make sure that Maven and JDK 11 are in the path before building the binaries.
Just download the source code zip file. Extract it and just execute the below maven command to build the WildFly binaries.
mvn clean install (or)
mvn clean install -DskipTests
After building you can see the binaries/jars in the \ee-dist\target directory
Below is the download links for WildFly 27 Source Code.
https://www.wildfly.org/downloads/
#wildfly #opensource #maven #javaprojects
Other Videos By java frm
Tags:
how to build wildfly 27 source code in windows command line using maven
wildfly 27 source code
build wildfly source code in windows
build wildfly application server using maven
compile wildfly source code
how to build wildfly from source
maven tutorial
maven targets
mvn clean install
wildfly 27 maven 3
build java project in maven
wildfly maven build