[maven-release-plugin] copy for tag MetaModel-4.5.4
[maven-release-plugin] prepare release MetaModel-4.5.4
27 files changed
tree: faa4862b05e002ec9941baec58d23d7ac2d38e47
  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. neo4j/
  15. openoffice/
  16. pojo/
  17. salesforce/
  18. spring/
  19. sugarcrm/
  20. xml/
  21. .gitignore
  22. .travis.yml
  23. CHANGES.md
  24. CONTRIBUTE.md
  25. doap_MetaModel.rdf
  26. example-metamodel-integrationtest-configuration.properties
  27. LICENSE
  28. NOTICE
  29. pom.xml
  30. README.md
  31. 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