UNOMI-426 remove unneeded stages in Jenkinsfile-jdk11 (#248)

2 files changed
tree: d052ef8fdfe769067865388dcf0e7330be723f1f
  1. .github/
  2. api/
  3. common/
  4. docker/
  5. extensions/
  6. graphql/
  7. itests/
  8. kar/
  9. lifecycle-watcher/
  10. manual/
  11. metrics/
  12. package/
  13. performance-tests/
  14. persistence-elasticsearch/
  15. persistence-spi/
  16. plugins/
  17. rest/
  18. samples/
  19. scripting/
  20. services/
  21. src/
  22. tools/
  23. wab/
  24. .gitignore
  25. buildAndRun.sh
  26. buildAndRunNoTests.sh
  27. BUILDING
  28. compileDeploy.sh
  29. generate-package.sh
  30. generate-site-and-upload.sh
  31. generate-site.sh
  32. Jenkinsfile
  33. Jenkinsfile-jdk11
  34. KEYS
  35. LICENSE
  36. license-mappings.xml
  37. MERGING-PULL-REQUESTS
  38. NOTICE
  39. NOTICE.template
  40. pom.xml
  41. README.md
  42. release-audit.sh
  43. setenv.sh
  44. update-notice.sh
README.md

Build Status Maven Central

Apache Unomi

https://unomi.apache.org

Apache Unomi stores user profile information and is mostly used to provide a backend server for A/B testing and personalization. To do so it implements the currently under development OASIS Context Server specification.

License

The source code is available under the Apache License V2

Branches

  • main (master) branch: is the current development branch and should be considered unstable. At this it might even not compile. It is only recommended for Unomi developers or people looking to contribute on the project.
  • unomi-X.X.X branches : these are the maintenance branches of the stable releases of Apache Unomi and should always compile and be stable. These are recommended for users that prefer to work from the source code. Otherwise you can find packaged binaries on the Apache Unomi website.

Documentation

You can find all the updated documentation, including building and deployment instructions, on the Apache Unomi web site.