MVN

org.kuali.maven.plugins : extractor-maven-plugin

Maven & Gradle

Nov 26, 2013

Extractor Maven Plugin · Extract information contained in the pom as project properties. These are bits of information that are otherwise not directly available as properties eg major version, scm type

<plugin>
    <groupId>org.kuali.maven.plugins</groupId>
    <artifactId>extractor-maven-plugin</artifactId>
    <version>1.1.12</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kuali.maven.plugins : extractor-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.12

All Versions

Choose a version of org.kuali.maven.plugins : extractor-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
extractor-maven-plugin-1.1.12
extractor-maven-plugin-1.1.11
extractor-maven-plugin-1.1.10
extractor-maven-plugin-1.1.9
extractor-maven-plugin-1.1.8
extractor-maven-plugin-1.1.7
extractor-maven-plugin-1.1.6
extractor-maven-plugin-1.1.5
extractor-maven-plugin-1.1.4
extractor-maven-plugin-1.1.3
extractor-maven-plugin-1.1.2
extractor-maven-plugin-1.1.1
extractor-maven-plugin-1.1.0
1.0.x
extractor-maven-plugin-1.0.3
extractor-maven-plugin-1.0.2
extractor-maven-plugin-1.0.1
extractor-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>org.kuali.maven.plugins</groupId>
    <artifactId>extractor-maven-plugin</artifactId>
    <version>1.1.12</version>
</plugin>