MVN

org.codehaus.gmaven.support : filter-plugin

Maven & Gradle

Dec 07, 2012

GMaven Support :: Filter Plugin · Custom Maven filtering.

<plugin>
    <groupId>org.codehaus.gmaven.support</groupId>
    <artifactId>filter-plugin</artifactId>
    <version>1.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.gmaven.support : filter-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of org.codehaus.gmaven.support : filter-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5
filter-plugin-1.5
1.4
filter-plugin-1.4
1.3
filter-plugin-1.3
1.2
filter-plugin-1.2
1.1
filter-plugin-1.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.codehaus.gmaven.support</groupId>
    <artifactId>filter-plugin</artifactId>
    <version>1.5</version>
</plugin>