TOMEE-1580 correct computing of jarFilesUrl
1 file changed
tree: f22640774e13410e18127f0b33bc54fd59fcd478
  1. arquillian/
  2. assembly/
  3. container/
  4. examples/
  5. itests/
  6. maven/
  7. server/
  8. src/
  9. tck/
  10. tomee/
  11. utils/
  12. .gitignore
  13. doap_tomee.rdf
  14. LIBRARIES
  15. LICENSE
  16. NOTICE
  17. pom.xml
  18. rat.xml
  19. README.md
  20. 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