[maven-release-plugin] copy for tag MetaModel-4.3.6
[maven-release-plugin] prepare release MetaModel-4.3.6
20 files changed
tree: a3c52d14d081fad1b840943447640cebe92f640e
  1. cassandra/
  2. core/
  3. couchdb/
  4. csv/
  5. elasticsearch/
  6. excel/
  7. fixedwidth/
  8. full/
  9. hadoop/
  10. hbase/
  11. jdbc/
  12. json/
  13. mongodb/
  14. openoffice/
  15. pojo/
  16. salesforce/
  17. spring/
  18. sugarcrm/
  19. xml/
  20. .gitignore
  21. .travis.yml
  22. CHANGES.md
  23. CONTRIBUTE.md
  24. doap_MetaModel.rdf
  25. example-metamodel-integrationtest-configuration.properties
  26. LICENSE
  27. NOTICE
  28. pom.xml
  29. README.md
  30. 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