blob: 6a871e0f5b43f9f27e074aa81aced1721547603c [file] [log] [blame] [view]
Title: Building Instructions
Apache TomEE is built with Apache Maven.
Simply use
`$> mvn clean install`
on your commandline to kick off the compile process of TomEE
If you intend building in environments where multicast is not allowed
then build with:
`$> mvn clean install -DskipMulticastTests=true`