MVN

me.normanmaurer.maven.autobahntestsuite : autobahntestsuite-maven-plugin

Maven & Gradle

Dec 27, 2018
4 stars

AutobahnTestsuite Maven Plugin · Maven plugin which allows to run the Autobahn Testsuite as part of the build.

<plugin>
    <groupId>me.normanmaurer.maven.autobahntestsuite</groupId>
    <artifactId>autobahntestsuite-maven-plugin</artifactId>
    <version>0.1.6</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.normanmaurer.maven.autobahntestsuite : autobahntestsuite-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.6

All Versions

Choose a version of me.normanmaurer.maven.autobahntestsuite : autobahntestsuite-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
autobahntestsuite-maven-plugin-0.1.6
autobahntestsuite-maven-plugin-0.1.5
autobahntestsuite-maven-plugin-0.1.4
autobahntestsuite-maven-plugin-0.1.3
autobahntestsuite-maven-plugin-0.1.2
autobahntestsuite-maven-plugin-0.1.1
autobahntestsuite-maven-plugin-0.1.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>me.normanmaurer.maven.autobahntestsuite</groupId>
    <artifactId>autobahntestsuite-maven-plugin</artifactId>
    <version>0.1.6</version>
</plugin>