MVN

io.solit.maven : cat-maven-plugin

Maven & Gradle

Aug 30, 2018
0 stars

concatenation maven plugin · Maven plugin to concatenate files from different sources into a single file in output directory

<plugin>
    <groupId>io.solit.maven</groupId>
    <artifactId>cat-maven-plugin</artifactId>
    <version>1.0-RC1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.solit.maven : cat-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0-RC1
  • Latest Release Candidate: 1.0-RC1

All Versions

Choose a version of io.solit.maven : cat-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
cat-maven-plugin-1.0-RC1

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.solit.maven</groupId>
    <artifactId>cat-maven-plugin</artifactId>
    <version>1.0-RC1</version>
</plugin>