MVN

org.apache.james : mpt-maven-plugin

Maven & Gradle

May 17, 2023

Apache James :: MPT :: Maven2 Plugin · Apache James Mail Protocol Tester (MPT) is a library providing a framework for the scriptable functional testing of ASCII based line protocols. This Maven2 Plugin is an easy interface to the library requiring no extra coding.

<plugin>
    <groupId>org.apache.james</groupId>
    <artifactId>mpt-maven-plugin</artifactId>
    <version>3.8.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.8.0
  • Latest Release Candidate: 3.0.0-RC1

All Versions

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

Version Vulnerabilities Updated
3.8.x
mpt-maven-plugin-3.8.0
3.7.x
mpt-maven-plugin-3.7.4
mpt-maven-plugin-3.7.3
mpt-maven-plugin-3.7.2
mpt-maven-plugin-3.7.1
mpt-maven-plugin-3.7.0
3.6.x
mpt-maven-plugin-3.6.2
mpt-maven-plugin-3.6.0
3.5.x
mpt-maven-plugin-3.5.0
3.4.x
mpt-maven-plugin-3.4.0
3.3.x
mpt-maven-plugin-3.3.0
3.2.x
mpt-maven-plugin-3.2.0
3.1.x
mpt-maven-plugin-3.1.0
3.0.x
mpt-maven-plugin-3.0.1
mpt-maven-plugin-3.0.0
mpt-maven-plugin-3.0.0-RC1

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.james</groupId>
    <artifactId>mpt-maven-plugin</artifactId>
    <version>3.8.0</version>
</plugin>