MVN

org.apache.taverna.osgi : taverna-maven-plugin

Maven & Gradle

Feb 28, 2016

Apache Taverna Maven Plugin · A Maven plugin for packaging and deploying Taverna plugins

<plugin>
    <groupId>org.apache.taverna.osgi</groupId>
    <artifactId>taverna-maven-plugin</artifactId>
    <version>0.2.1-incubating</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.taverna.osgi : taverna-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.2.1-incubating

All Versions

Choose a version of org.apache.taverna.osgi : taverna-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
taverna-maven-plugin-0.2.1-incubating

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.apache.taverna.osgi</groupId>
    <artifactId>taverna-maven-plugin</artifactId>
    <version>0.2.1-incubating</version>
</plugin>