[maven-release-plugin] prepare for next development iteration
28 files changed
tree: a7d7c26b1a6c31315afe90c1ef9bc19eb76cde79
  1. cassandra/
  2. core/
  3. couchdb/
  4. csv/
  5. dynamodb/
  6. elasticsearch/
  7. excel/
  8. fixedwidth/
  9. full/
  10. hadoop/
  11. hbase/
  12. jdbc/
  13. json/
  14. mongodb/
  15. neo4j/
  16. openoffice/
  17. pojo/
  18. salesforce/
  19. spring/
  20. sugarcrm/
  21. xml/
  22. .gitattributes
  23. .gitignore
  24. .travis.yml
  25. CHANGES.md
  26. CONTRIBUTE.md
  27. doap_MetaModel.rdf
  28. example-metamodel-integrationtest-configuration.properties
  29. LICENSE
  30. NOTICE
  31. pom.xml
  32. README.md
  33. travis-metamodel-integrationtest-configuration.properties
README.md

Apache MetaModel

MetaModel is a data access framework, providing a common interface for exploration and querying of different types of datastores.

Mailing lists

Website

http://metamodel.apache.org/

Documentation

Please check out our wiki for user documentation.

Building the code

MetaModel uses maven as it's build tool. Code can be built with:

mvn clean install

Running the integration tests

  1. Copy the file ‘example-metamodel-integrationtest-configuration.properties’ to your user home.
  2. Remove the ‘example-’ prefix from its filename
  3. Modify the file to enable properties of the integration tests that you're interested in.
  4. Re-run “mvn clean install”.

Contributing

Please see CONTRIBUTE.md