MVN

io.github.flaw101 : concat-maven-plugin

Maven & Gradle

Nov 15, 2018

Concat Maven Plugin · Maven plugin that can concatenate several files into one new file.

<plugin>
    <groupId>io.github.flaw101</groupId>
    <artifactId>concat-maven-plugin</artifactId>
    <version>1.5.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.0

All Versions

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

Version Vulnerabilities Updated
1.5.x
concat-maven-plugin-1.5.0
1.4.x
concat-maven-plugin-1.4.0
1.3.x
concat-maven-plugin-1.3.1
concat-maven-plugin-1.3.0
1.2.x
concat-maven-plugin-1.2.0
1.1.x
concat-maven-plugin-1.1.3
concat-maven-plugin-1.1.2
concat-maven-plugin-1.1.1
concat-maven-plugin-1.1.0
1.0.x
concat-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.flaw101</groupId>
    <artifactId>concat-maven-plugin</artifactId>
    <version>1.5.0</version>
</plugin>

Advertisement