o

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

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.
文件下载
文件名 操作
org.jfrog.maven.maven-plugin-tools-anno-1.4.1.jar 下载
org.jfrog.maven.maven-plugin-tools-anno-1.4.1.pom 下载
org.jfrog.maven.maven-plugin-tools-anno-1.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>br.com.ingenieux.maven.annomojo</groupId>
  <artifactId>org.jfrog.maven.maven-plugin-tools-anno</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'br.com.ingenieux.maven.annomojo:org.jfrog.maven.maven-plugin-tools-anno:1.4.1'
Gradle Kotlin
implementation("br.com.ingenieux.maven.annomojo:org.jfrog.maven.maven-plugin-tools-anno:1.4.1")
Scala SBT
libraryDependencies += "br.com.ingenieux.maven.annomojo" % "org.jfrog.maven.maven-plugin-tools-anno" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='br.com.ingenieux.maven.annomojo', module='org.jfrog.maven.maven-plugin-tools-anno', version='1.4.1')
)
Apache Ivy
<dependency org="br.com.ingenieux.maven.annomojo" name="org.jfrog.maven.maven-plugin-tools-anno" rev="1.4.1" />
Leiningen
[br.com.ingenieux.maven.annomojo/org.jfrog.maven.maven-plugin-tools-anno "1.4.1"]
Apache Buildr
'br.com.ingenieux.maven.annomojo:org.jfrog.maven.maven-plugin-tools-anno:jar:1.4.1'