Fix backport issues
3 files changed
tree: 4c4df68626b57a89f76e1bff04eefbf2d994d86a
  1. arquillian/
  2. assembly/
  3. container/
  4. deps/
  5. examples/
  6. itests/
  7. maven/
  8. server/
  9. src/
  10. tck/
  11. tomee/
  12. utils/
  13. .gitattributes
  14. .gitignore
  15. doap_tomee.rdf
  16. LIBRARIES
  17. LICENSE
  18. NOTICE
  19. owasp-dc-suppression.xml
  20. pom.xml
  21. rat.xml
  22. README.md
  23. 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