MVN

com.github.jasonmfehr : combiner-maven-plugin-parent

Maven & Gradle

Feb 28, 2015
0 stars

The combiner-maven-plugin is used to take multiple different resources (typically files) and merge them into a single resource.

<dependency>
    <groupId>com.github.jasonmfehr</groupId>
    <artifactId>combiner-maven-plugin-parent</artifactId>
    <version>1.0.0-beta-05</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jasonmfehr : combiner-maven-plugin-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0-beta-05
  • Latest Beta: 1.0.0-beta-05

All Versions

Choose a version of com.github.jasonmfehr : combiner-maven-plugin-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
combiner-maven-plugin-parent-1.0.0-beta-05
combiner-maven-plugin-parent-1.0.0-beta-04
combiner-maven-plugin-parent-1.0.0-beta-03
combiner-maven-plugin-parent-1.0.0-beta-01

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.jasonmfehr</groupId>
    <artifactId>combiner-maven-plugin-parent</artifactId>
    <version>1.0.0-beta-05</version>
</dependency>