Maven Plugin Tools Annotations

Custom Maven Plugin Annotations Extractor.

Лицензия

Лицензия

Apache-2.0
Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.carrotgarden.maven
Идентификатор

Идентификатор

maven-plugin-tools-annotations
Последняя версия

Последняя версия

1.2.20190427171248
Дата

Дата

Тип

Тип

jar
Описание

Описание

Maven Plugin Tools Annotations
Custom Maven Plugin Annotations Extractor.
Ссылка на сайт

Ссылка на сайт

https://github.com/random-maven/scalor-maven-plugin
Организация-разработчик

Организация-разработчик

CarrotGarden
Система контроля версий

Система контроля версий

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

Скачать maven-plugin-tools-annotations

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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 git@github.com:random-maven/maven-plugin-tools-annotations.git
cd maven-plugin-tools-annotations
./mvnw.sh clean install -B -P skip-test
com.carrotgarden.maven

Версии библиотеки

Версия
1.2.20190427171248
1.1.20180226045720
1.0.20171214023519