2-incubating-SNAPSHOT parent
1 file changed
tree: d0563ea8de28a7b676e737d930c486e106d58b5d
  1. taverna-beanshell-activity-ui/
  2. taverna-external-tool-activity-ui/
  3. taverna-localworker-activity-ui/
  4. taverna-rest-activity-ui/
  5. taverna-spreadsheet-import-activity-ui/
  6. taverna-wsdl-activity-ui/
  7. taverna-xpath-activity-ui/
  8. .gitignore
  9. DISCLAIMER
  10. LICENSE
  11. NOTICE
  12. pom.xml
  13. README.md
README.md

Apache Taverna Workbench Common Activities

Apache Taverna plugins for the Apache Taverna Workbench, providing user interface bindings for the Apache Taverna Common Activities.

License

(c) 2007-2014 University of Manchester

(c) 2014-2015 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 Workbench Common Activities. 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