Maven Plugin Tools Annotations

Custom Maven Plugin Annotations Extractor.

License

License

Apache-2.0
Categories

Categories

Maven Build Tools
GroupId

GroupId

com.carrotgarden.maven
ArtifactId

ArtifactId

maven-plugin-tools-annotations
Last Version

Last Version

1.2.20190427171248
Release Date

Release Date

Type

Type

jar
Description

Description

Maven Plugin Tools Annotations
Custom Maven Plugin Annotations Extractor.
Project URL

Project URL

https://github.com/random-maven/scalor-maven-plugin
Project Organization

Project Organization

CarrotGarden
Source Code Management

Source Code Management

https://github.com/random-maven/maven-plugin-tools-annotations

Download maven-plugin-tools-annotations

How to add to project

<!-- https://jarcasting.com/artifacts/com.carrotgarden.maven/maven-plugin-tools-annotations/ -->
<dependency>
    <groupId>com.carrotgarden.maven</groupId>
    <artifactId>maven-plugin-tools-annotations</artifactId>
    <version>1.2.20190427171248</version>
</dependency>
// https://jarcasting.com/artifacts/com.carrotgarden.maven/maven-plugin-tools-annotations/
implementation 'com.carrotgarden.maven:maven-plugin-tools-annotations:1.2.20190427171248'
// https://jarcasting.com/artifacts/com.carrotgarden.maven/maven-plugin-tools-annotations/
implementation ("com.carrotgarden.maven:maven-plugin-tools-annotations:1.2.20190427171248")
'com.carrotgarden.maven:maven-plugin-tools-annotations:jar:1.2.20190427171248'
<dependency org="com.carrotgarden.maven" name="maven-plugin-tools-annotations" rev="1.2.20190427171248">
  <artifact name="maven-plugin-tools-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.carrotgarden.maven', module='maven-plugin-tools-annotations', version='1.2.20190427171248')
)
libraryDependencies += "com.carrotgarden.maven" % "maven-plugin-tools-annotations" % "1.2.20190427171248"
[com.carrotgarden.maven/maven-plugin-tools-annotations "1.2.20190427171248"]

Dependencies

compile (8)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-tools-java jar 3.5.2
org.apache.maven.plugin-tools : maven-plugin-tools-api jar 3.5.2
org.apache.maven.plugin-tools : maven-plugin-tools-annotations jar 3.5.2
org.ow2.asm : asm jar 7.1
org.apache.maven : maven-plugin-api jar 3.5.4
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5.2
org.apache.maven : maven-core jar 3.5.4
org.apache.maven : maven-compat jar 3.5.4

Project Modules

There are no modules declared in this project.

Maven Plugin Tools Annotations / Extra

Resolve MPLUGIN-247: provide maven plugin descriptor for maven plugins written in Scala.

Project License Travis Status Lines of Code

Install Production Release Development Release
Artifact Central Bintray

Usage examples:

Configuration examples:

            <!-- Generate plugin.xml descriptor. -->
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-plugin-plugin</artifactId>
                <dependencies>
                   <!-- Provide custom extractor. -->
                    <dependency>
                        <groupId>com.carrotgarden.maven</groupId>
                        <artifactId>maven-plugin-tools-annotations</artifactId>
                        <version>[1,2)</version>
                    </dependency>
                </dependencies>
                <configuration>
                    <goalPrefix>bintray</goalPrefix>
                    <extractors>
                        <!-- Use only custom extractor. -->
                        <extractor>java-annotations-extra</extractor>
                    </extractors>
                </configuration>
            </plugin>

Build yourself

cd /tmp
git clone [email protected]:random-maven/maven-plugin-tools-annotations.git
cd maven-plugin-tools-annotations
./mvnw.sh clean install -B -P skip-test
com.carrotgarden.maven

Versions

Version
1.2.20190427171248
1.1.20180226045720
1.0.20171214023519