MVN

io.teecube.tic : tic-bw5

Maven & Gradle

Aug 29, 2019

${ticName} - ${ticBW5MavenName} is a Maven plugin defining the core lifecycles for TIBCO BusinessWorks 5 applications in order to package and deploy them and manage their configuration.

<plugin>
    <groupId>io.teecube.tic</groupId>
    <artifactId>tic-bw5</artifactId>
    <version>0.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.teecube.tic : tic-bw5 to add to Maven - Latest Versions:

  • Latest Stable: 0.1.0

All Versions

Choose a version of io.teecube.tic : tic-bw5 to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
tic-bw5-0.1.0
0.0.x
tic-bw5-0.0.1

How to add a plugin to Maven

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

<plugin>
    <groupId>io.teecube.tic</groupId>
    <artifactId>tic-bw5</artifactId>
    <version>0.1.0</version>
</plugin>

Advertisement