MVN

io.github.olivierlemasle.maven : plaintext-maven-plugin

Maven & Gradle

Oct 02, 2016
4 stars

plaintext-maven-plugin Maven Plugin · A simple Maven plugin to create a plain text file or append lines to a plain text file.

<plugin>
    <groupId>io.github.olivierlemasle.maven</groupId>
    <artifactId>plaintext-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.olivierlemasle.maven : plaintext-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of io.github.olivierlemasle.maven : plaintext-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
plaintext-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.olivierlemasle.maven</groupId>
    <artifactId>plaintext-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>