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.
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:
Taverna Project Retired
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
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
Building
To build Taverna Language, use:
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:
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:
Installation
TODO: Document how to install this plugin.
Usage
TODO: Document how to use this plugin.