MVN

net.quies.colfer : colfer-maven-plugin

Maven & Gradle

Jun 18, 2020
645 stars

Colfer Maven Plugin · Makes schema compilation part of the build.

<plugin>
    <groupId>net.quies.colfer</groupId>
    <artifactId>colfer-maven-plugin</artifactId>
    <version>1.12.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.quies.colfer : colfer-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.12.1

All Versions

Choose a version of net.quies.colfer : colfer-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.12.x
colfer-maven-plugin-1.12.1
1.12
colfer-maven-plugin-1.12
1.11.x
colfer-maven-plugin-1.11.2
colfer-maven-plugin-1.11.1
1.11
colfer-maven-plugin-1.11
1.10
colfer-maven-plugin-1.10
1.9
colfer-maven-plugin-1.9
1.8
colfer-maven-plugin-1.8
1.7
colfer-maven-plugin-1.7
1.6
colfer-maven-plugin-1.6

How to add a plugin to Maven

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

<plugin>
    <groupId>net.quies.colfer</groupId>
    <artifactId>colfer-maven-plugin</artifactId>
    <version>1.12.1</version>
</plugin>

Advertisement