MVN

org.jfrog.maven.annomojo : maven-plugin-tools-anno

Maven & Gradle

Dec 19, 2011
4 usages

AnnoMojo Extractor · Maven Anno Mojo module conatining the implementation of the MojoDescriptorExtractor used by the plugin maven-plugin-plugin. This POM override the standard java MojoDescriptorExtractor to avoid qdox parsing error. Adding this module as a dependencies to maven-plugin-plugin will stop the xdoclet plugin system is from being activated, and will activate this annotations processor instead.

<dependency>
    <groupId>org.jfrog.maven.annomojo</groupId>
    <artifactId>maven-plugin-tools-anno</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jfrog.maven.annomojo : maven-plugin-tools-anno to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1

All Versions

Choose a version of org.jfrog.maven.annomojo : maven-plugin-tools-anno to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
maven-plugin-tools-anno-1.4.1
1.3.x
maven-plugin-tools-anno-1.3.1

How to add a dependency to Maven

Add the following org.jfrog.maven.annomojo : maven-plugin-tools-anno maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jfrog.maven.annomojo</groupId>
    <artifactId>maven-plugin-tools-anno</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jfrog.maven.annomojo : maven-plugin-tools-anno gradle dependency to your build.gradle file:

implementation 'org.jfrog.maven.annomojo:maven-plugin-tools-anno:1.4.1'

Gradle Kotlin DSL: Add the following org.jfrog.maven.annomojo : maven-plugin-tools-anno gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jfrog.maven.annomojo:maven-plugin-tools-anno:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jfrog.maven.annomojo : maven-plugin-tools-anno sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jfrog.maven.annomojo" % "maven-plugin-tools-anno" % "1.4.1"

Advertisement