Fixed some license refs.
Renamed some artifacts for better compliance with JSR.

Signed-off-by: Anatole Tresch <anatole@apache.org>
14 files changed
tree: 6256d2933df9aec38e1d40f69449fd70019de827
  1. apache-commons/
  2. camel/
  3. collections/
  4. configsources/
  5. configured-sysprops/
  6. consul/
  7. etcd/
  8. hazelcast/
  9. jodatime/
  10. management/
  11. meta/
  12. metamodel/
  13. remote/
  14. server/
  15. ui/
  16. uom/
  17. usagetracker/
  18. validation/
  19. vertx/
  20. .gitignore
  21. LICENSE
  22. NOTICE
  23. pom.xml
  24. README.md
README.md

Apache Tamaya (incubating) Sandbox

This is the sandbox of Apache Tamaya. The sandbox contains additional modules (extensions) of Apache Tamaya (incubating) which are not mature enough to be part of Apache Tamaya itself or the official extensions of Apache Tamaya.

Rules for sandbox modules

  • All modules must be independent of each other.
  • A module can be promoted by the PMC of Tamaya to be part of the official Tamaya extensions package if it is mature enough.
  • A sandbox module should have it's own build chain in Tamaya's Jenkins view

Building Apache Tamaya Sandbox

The Apache Tamaya project is built with Maven 3 and Java 8, so you need JDK >=1.8 and a reasonable version of maven installed on your computer.

Then you can build Tamaya Sandbox via:

$ export MAVEN_OPTS="-Xmx512m -XX:PermGenSpace=200m"
$ mvn