MVN

com.tibco.plugins : bw6-maven-plugin

Maven & Gradle

May 29, 2023

Plugin Code for Apache Maven and TIBCO BusinessWorks™ · Plugin Code for Apache Maven and TIBCO BusinessWorks™. This is the Maven Plugin for BW6 and BWCE Build.

<plugin>
    <groupId>com.tibco.plugins</groupId>
    <artifactId>bw6-maven-plugin</artifactId>
    <version>2.9.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tibco.plugins : bw6-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.9.6

All Versions

Choose a version of com.tibco.plugins : bw6-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.9.x
bw6-maven-plugin-2.9.6
bw6-maven-plugin-2.9.5
bw6-maven-plugin-2.9.4
bw6-maven-plugin-2.9.2
bw6-maven-plugin-2.9.1
bw6-maven-plugin-2.9.0
2.8.x
bw6-maven-plugin-2.8.1
bw6-maven-plugin-2.8.0
2.7.x
bw6-maven-plugin-2.7.1
bw6-maven-plugin-2.7.0
2.6.x
bw6-maven-plugin-2.6.0
2.5.x
bw6-maven-plugin-2.5.0
2.4.x
bw6-maven-plugin-2.4.0
2.3.x
bw6-maven-plugin-2.3.1
bw6-maven-plugin-2.3.0
2.2.x
bw6-maven-plugin-2.2.0
2.1.x
bw6-maven-plugin-2.1.1
bw6-maven-plugin-2.1.0
2.0.x
bw6-maven-plugin-2.0.2
bw6-maven-plugin-2.0.1
bw6-maven-plugin-2.0.0
1.3.x
bw6-maven-plugin-1.3.1
1.2.x
bw6-maven-plugin-1.2.3
bw6-maven-plugin-1.2.2

How to add a plugin to Maven

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

<plugin>
    <groupId>com.tibco.plugins</groupId>
    <artifactId>bw6-maven-plugin</artifactId>
    <version>2.9.6</version>
</plugin>

Advertisement