[maven-release-plugin] prepare for next development iteration
1 file changed
tree: 96f95be5b51286c46e55e3ef4cf7e6a839c3d7a8
  1. .gitignore
  2. .travis.yml
  3. checkstyle.xml
  4. DISCLAIMER
  5. LICENSE
  6. NOTICE
  7. pom.xml
  8. README.md
README.md

Apache Taverna (incubating) Maven Parent pom

The Apache Taverna Maven Parent provides common build settings for the rest of Apache Taverna (incubating).

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

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 Maven parent. 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.