apache:17
Inline maven version to buildbot
maven-deploy-plugin:2.8.2
1 file changed
tree: 2e63602e4c67b7b4e5eaa82083567a6176edb15b
  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