MVN

org.cruxframework.plugin : crux-maven-plugin

Maven & Gradle

Jul 07, 2016

Crux Maven Plugin

<plugin>
    <groupId>org.cruxframework.plugin</groupId>
    <artifactId>crux-maven-plugin</artifactId>
    <version>5.4.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cruxframework.plugin : crux-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 5.4.1
  • Latest Release Candidate: 5.5-RC1

All Versions

Choose a version of org.cruxframework.plugin : crux-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
5.5
crux-maven-plugin-5.5-RC1
5.4.x
crux-maven-plugin-5.4.1
crux-maven-plugin-5.4.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.cruxframework.plugin</groupId>
    <artifactId>crux-maven-plugin</artifactId>
    <version>5.4.1</version>
</plugin>