License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdbr.com.ingenieux.maven.annomojo |
ArtifactId | ArtifactIdorg.jfrog.maven.maven-plugin-tools-anno |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAnnoMojo 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.
|
<!-- https://jarcasting.com/artifacts/br.com.ingenieux.maven.annomojo/org.jfrog.maven.maven-plugin-tools-anno/ -->
<dependency>
<groupId>br.com.ingenieux.maven.annomojo</groupId>
<artifactId>org.jfrog.maven.maven-plugin-tools-anno</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.ingenieux.maven.annomojo/org.jfrog.maven.maven-plugin-tools-anno/
implementation 'br.com.ingenieux.maven.annomojo:org.jfrog.maven.maven-plugin-tools-anno:1.4.1'
// https://jarcasting.com/artifacts/br.com.ingenieux.maven.annomojo/org.jfrog.maven.maven-plugin-tools-anno/
implementation ("br.com.ingenieux.maven.annomojo:org.jfrog.maven.maven-plugin-tools-anno:1.4.1")
'br.com.ingenieux.maven.annomojo:org.jfrog.maven.maven-plugin-tools-anno:jar:1.4.1'
<dependency org="br.com.ingenieux.maven.annomojo" name="org.jfrog.maven.maven-plugin-tools-anno" rev="1.4.1">
<artifact name="org.jfrog.maven.maven-plugin-tools-anno" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.ingenieux.maven.annomojo', module='org.jfrog.maven.maven-plugin-tools-anno', version='1.4.1')
)
libraryDependencies += "br.com.ingenieux.maven.annomojo" % "org.jfrog.maven.maven-plugin-tools-anno" % "1.4.1"
[br.com.ingenieux.maven.annomojo/org.jfrog.maven.maven-plugin-tools-anno "1.4.1"]
Group / Artifact | Type | Version |
---|---|---|
br.com.ingenieux.maven.annomojo : org.jfrog.maven.maven-plugin-anno | jar | 1.4.1 |
org.apache.maven.plugin-tools : maven-plugin-tools-api | jar | 2.6 |
org.apache.maven : maven-plugin-descriptor | jar | 2.2.1 |