MVN

org.apache.tuscany.sca : tuscany-bundle-plugin

Maven & Gradle

Jun 21, 2011

Apache Tuscany Maven OSGi Bundle Plugin

<plugin>
    <groupId>org.apache.tuscany.sca</groupId>
    <artifactId>tuscany-bundle-plugin</artifactId>
    <version>1.0.8</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.tuscany.sca : tuscany-bundle-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.8

All Versions

Choose a version of org.apache.tuscany.sca : tuscany-bundle-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
tuscany-bundle-plugin-1.0.8

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.tuscany.sca</groupId>
    <artifactId>tuscany-bundle-plugin</artifactId>
    <version>1.0.8</version>
</plugin>