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.
This code has not yet been formally released.
Taverna Plugin GIS is a plugin for Taverna that provides support for Geographical Information Systems (GIS), in particular OGC web services.
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.
Any contributions received are assumed to be covered by the Apache License 2.0.
Experimental modules:
TODO: Update the below.
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
.
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
TODO: Document how to install this plugin.
TODO: Document how to use this plugin.