MVN

net.bpelunit : maven-bpelunit-plugin

Maven & Gradle

Feb 21, 2013

BPELUnit :: Maven Plugin

<plugin>
    <groupId>net.bpelunit</groupId>
    <artifactId>maven-bpelunit-plugin</artifactId>
    <version>1.6.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.bpelunit : maven-bpelunit-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.6.1

All Versions

Choose a version of net.bpelunit : maven-bpelunit-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.6.x
maven-bpelunit-plugin-1.6.1
maven-bpelunit-plugin-1.6.0
1.5.x
maven-bpelunit-plugin-1.5.0

How to add a plugin to Maven

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

<plugin>
    <groupId>net.bpelunit</groupId>
    <artifactId>maven-bpelunit-plugin</artifactId>
    <version>1.6.1</version>
</plugin>

Advertisement