MVN

br.com.ingenieux.maven.annomojo : org.jfrog.maven.maven-plugin-tools-anno

Maven & Gradle

Mar 17, 2012
2 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>br.com.ingenieux.maven.annomojo</groupId>
    <artifactId>org.jfrog.maven.maven-plugin-tools-anno</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.1

All Versions

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

Version Vulnerabilities Updated
1.4.x
org.jfrog.maven.maven-plugin-tools-anno-1.4.1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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