MVN

io.github.randy-blancett : bashDoc-maven-plugin

Maven & Gradle

Apr 17, 2023
0 stars

bashDoc-maven-plugin Maven Plugin · This project allows you to create documentation of your bash scripts similar to java doc

<plugin>
    <groupId>io.github.randy-blancett</groupId>
    <artifactId>bashDoc-maven-plugin</artifactId>
    <version>1.3.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.randy-blancett : bashDoc-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of io.github.randy-blancett : bashDoc-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
bashDoc-maven-plugin-1.3.0
1.2.x
bashDoc-maven-plugin-1.2.0
1.1.x
bashDoc-maven-plugin-1.1.1
1.0.x
bashDoc-maven-plugin-1.0.1
bashDoc-maven-plugin-1.0.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>io.github.randy-blancett</groupId>
    <artifactId>bashDoc-maven-plugin</artifactId>
    <version>1.3.0</version>
</plugin>

Advertisement