MVN

com.exadatum.xsuite.xmaven : bash-maven-plugin

Maven & Gradle

Aug 09, 2018

Bash Maven Plugin · Bash Maven Plugin is used to generate documentation as well as to run unit test for bash scripts.

<plugin>
    <groupId>com.exadatum.xsuite.xmaven</groupId>
    <artifactId>bash-maven-plugin</artifactId>
    <version>1.0.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.exadatum.xsuite.xmaven : bash-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of com.exadatum.xsuite.xmaven : bash-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
bash-maven-plugin-1.0.7
bash-maven-plugin-1.0.6
bash-maven-plugin-1.0.5
bash-maven-plugin-1.0.4

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.exadatum.xsuite.xmaven</groupId>
    <artifactId>bash-maven-plugin</artifactId>
    <version>1.0.7</version>
</plugin>

Advertisement