not using RuntimeException but OpenEJBRuntimeException when possible
2 files changed
tree: 6d6ae10e7d606ea37e5e8f9812478c0879c542e4
  1. arquillian/
  2. assembly/
  3. container/
  4. examples/
  5. itests/
  6. maven/
  7. server/
  8. src/
  9. tck/
  10. tomee/
  11. utils/
  12. .gitattributes
  13. .gitignore
  14. doap_tomee.rdf
  15. LIBRARIES
  16. LICENSE
  17. NOTICE
  18. pom.xml
  19. rat.xml
  20. README.md
  21. test-output.xml
README.md

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