ASF headers
7 files changed
tree: 54770547c5848c4b2d95196496543436a021ecc1
  1. src/
  2. taverna-activity-archetype/
  3. taverna-activity-test-utils/
  4. taverna-capability-api/
  5. taverna-capability-impl/
  6. taverna-credential-manager/
  7. taverna-credential-manager-impl/
  8. taverna-database-configuration-api/
  9. taverna-database-configuration-impl/
  10. taverna-dataflow-activity/
  11. taverna-execution-api/
  12. taverna-execution-hadoop/
  13. taverna-execution-impl/
  14. taverna-execution-local/
  15. taverna-execution-remote/
  16. taverna-observer/
  17. taverna-prov/
  18. taverna-prov-owl-bindings/
  19. taverna-provenanceconnector/
  20. taverna-reference-api/
  21. taverna-reference-impl/
  22. taverna-reference-testhelpers/
  23. taverna-reference-types/
  24. taverna-report-api/
  25. taverna-run-api/
  26. taverna-run-impl/
  27. taverna-services-api/
  28. taverna-services-impl/
  29. taverna-stringconstant-activity/
  30. taverna-workflowmodel-api/
  31. taverna-workflowmodel-extensions/
  32. taverna-workflowmodel-impl/
  33. .gitignore
  34. .travis.yml
  35. DISCLAIMER
  36. LICENSE
  37. license-review.md
  38. NOTICE
  39. pom.xml
  40. README.md
README.md

Apache Taverna Engine

Workflow engine for Apache Taverna (incubating).

License

(c) 2007-2014 University of Manchester

(c) 2014-2016 Apache Software Foundation

This product includes software developed at The Apache Software Foundation.

Licensed under the Apache License 2.0, see the file LICENSE for details.

The file NOTICE contain any additional attributions and details about embedded third-party libraries and source code.

Contribute

Please subscribe to and contact the [dev@taverna](http://taverna.incubator.apache.org/community/lists#dev mailing list) for any questions, suggestions and discussions about Apache Taverna.

Bugs and feature plannings are tracked in the Jira Issue tracker under the TAVERNA component Taverna Engine. Feel free to add an issue!

To suggest changes to this source code, feel free to raise a GitHub pull request. Any contributions received are assumed to be covered by the Apache License 2.0. We might ask you to sign a Contributor License Agreement before accepting a larger contribution.

Disclaimer

Apache Taverna is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.

Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.

While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Prerequisites

  • Java 1.7 or newer (tested with OpenJDK 1.8)
  • Apache Maven 3.2.5 or newer (older versions probably also work)

Building

To build, use

mvn clean install

This will build each module and run their tests.

Skipping tests

To skip the tests (these can be timeconsuming), use:

mvn clean install -DskipTests

If you are modifying this source code independent of the Apache Taverna project, you may not want to run the Rat Maven plugin that enforces Apache headers in every source file - to disable it, try:

mvn clean install -Drat.skip=true

Export restrictions

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software:

  • taverna-credential-manager-impl manages an encrypted keystore for username/passwords and client/server SSL certificates. It is designed to be used with Java Secure Socket Extension (JSSE), Java Cryptography Extension (JCE) and the BouncyCastle encryption library.
  • This software (via Apache Taverna Language, Apache Taverna OSGi and Apache Jena) use Apache HttpComponents if accessing https:// connections.