MVN

io.github.kpeedosk : concat-maven-plugin

Maven & Gradle

Jul 12, 2019
0 stars

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

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

Latest Version

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

  • Latest Stable: 1.6.0

All Versions

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

Version Vulnerabilities Updated
1.6.x
concat-maven-plugin-1.6.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.kpeedosk</groupId>
    <artifactId>concat-maven-plugin</artifactId>
    <version>1.6.0</version>
</plugin>