How to build Apache TomEE 9.0 from Source Code in Windows 10 Command line using Maven 3.8.7, JDK 11

Опубликовано: 28 Январь 2023
на канале: java frm
93
0

In this video we are going to see how to build Apache TomEE 9.0 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 execute the below maven command to build the TomEE 9 binaries.

mvn -Pquick -Dsurefire.useFile=false -DdisableXmlReport=true -DuniqueVersion=false -ff -Dassemble -DskipTests -DfailIfNoTests=false clean install

After building you can see the binaries/jars in the \tomee\apache-tomee\target directory

Below is the download links for Apache TomEE 9.0 Source Code.

https://github.com/apache/tomee/tags

https://github.com/apache/tomee/relea...

#tomee #apachetomcat #maven #opensource #javaprojects