https for archive.apache.org
1 file changed
tree: bc614a4fc3ae7d3d4a9b5c52aae08c0d62b94884
  1. taverna-shared-resources/
  2. .gitignore
  3. .travis.yml
  4. DISCLAIMER
  5. LICENSE
  6. NOTICE
  7. pom.xml
  8. 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

Releases 2015-2018 during incubation at Apache Software Foundation are available from the ASF Download Archive https://archive.apache.org/dist/incubator/taverna/

Releases 2014 from the University of Manchester are on BitBucket https://bitbucket.org/taverna/

Releases 2009-2013 from myGrid are on LaunchPad https://launchpad.net/taverna/

Releases 2003-2009 are on SourceForge https://sourceforge.net/projects/taverna/files/taverna/

Binary JARs for Taverna are available from Maven Central https://repo.maven.apache.org/maven2/org/apache/taverna/ or the myGrid Maven repository https://repository.mygrid.org.uk/

Taverna Maven Parent pom

The Taverna Maven Parent provides common build settings for the rest of Taverna.

Prerequisites

Installing

mvn clean install

Note: Modules of Taverna might not use the latest version of the Taverna Parent. This is not generally an issue, if you want to avoid its download from Maven Central. you may want to build the Taverna Parent version corresponding to <parent> in the module's pom.xml

Details

  • Version number of common dependencies are declared within <properties>.
  • Common plugins are defined in <plugins>.
  • This parent does NOT define the version of org.apache.taverna modules, that should be done within <properties> of each top-level project.
  • Versions of dependencies that are only used within one particular project (e.g. beanshell.version within incubator-taverna-common-activities) should rather be defined in the top-level pom.xml of that project.

License

(c) 2010-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

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