MVN

com.bluetrainsoftware.maven : bathe-plugin

Maven & Gradle

Oct 23, 2017
3 stars

Maven Bathe plugin · Creates an artifact with the specified file extension (jar/war/etc) where the dependencies are unzipped inside at the specified offset.

<plugin>
    <groupId>com.bluetrainsoftware.maven</groupId>
    <artifactId>bathe-plugin</artifactId>
    <version>2.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bluetrainsoftware.maven : bathe-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.7

All Versions

Choose a version of com.bluetrainsoftware.maven : bathe-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.7
bathe-plugin-2.7
2.6
bathe-plugin-2.6
2.5
bathe-plugin-2.5
2.4
bathe-plugin-2.4
2.3
bathe-plugin-2.3
2.2
bathe-plugin-2.2
2.1
bathe-plugin-2.1
1.5
bathe-plugin-1.5
1.4
bathe-plugin-1.4
1.3
bathe-plugin-1.3
1.2
bathe-plugin-1.2
1.1
bathe-plugin-1.1

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.bluetrainsoftware.maven</groupId>
    <artifactId>bathe-plugin</artifactId>
    <version>2.7</version>
</plugin>

Advertisement