tree: 890115d72cd70afdd04fb9b53a94b1fab29ce476 [path history] [tgz]
  1. taverna-gis-activity/
  2. taverna-gis-activity-ui/
  3. taverna-gis-client/
  4. taverna-gis-plugin/
  5. .gitignore
  6. LICENSE
  7. NOTICE
  8. pom.xml
  9. README.md
README.md

Taverna Project Retired

tl;dr: The Taverna code base is no longer maintained and is provided here for archival purposes.

From 2014 till 2020 this code base was maintained by the Apache Incubator project Apache Taverna (incubating) (see web archive and podling status).

In 2020 the Taverna community voted to retire Taverna as a project and withdraw the code base from the Apache Software Foundation.

This code base remains available under the Apache License 2.0 (see License below), but is now simply called Taverna rather than Apache Taverna (incubating).

While the code base is no longer actively maintained, Pull Requests are welcome to the GitHub organization taverna, which may infrequently be considered by remaining volunteer caretakers.

Previous releases

This code has not yet been formally released.

Taverna Plugin GIS

Taverna Plugin GIS is a plugin for Taverna that provides support for Geographical Information Systems (GIS), in particular OGC web services.

License

  • (c) 2016-2020 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 contains any additional attributions and details about embedded third-party libraries and source code.

Contribute

Any contributions received are assumed to be covered by the Apache License 2.0.

Modules

Experimental modules:

TODO: Update the below.

Prerequisites

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

Building

To build Taverna Language, use:

mvn clean install

This will build each module and run their tests, producing JARs like taverna-gis-activity/target/taverna-gis-activity-0.1.0-incubating.jar.

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 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

Installation

TODO: Document how to install this plugin.

Usage

TODO: Document how to use this plugin.