TomEE 1.7.5 TAG
Version for next release

Git 
237 files changed
tree: c5d0fb7539fb21a3335b5b5d0ed4095e9dd30442
  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. pom.xml
  20. rat.xml
  21. README.md
  22. 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