versions-maven-plugin

A maven plugin that change version without read all dependency, this is useful when you have 2 maven project that depends on each other needed to be renamed

Лицензия

Лицензия

Категории

Категории

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

Группа

com.github.barakb
Идентификатор

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

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

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

1.2
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

versions-maven-plugin
A maven plugin that change version without read all dependency, this is useful when you have 2 maven project that depends on each other needed to be renamed
Ссылка на сайт

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

https://github.com/barakb/versions-maven-plugin
Система контроля версий

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

https://github.com/barakb/aggregate-source

Скачать versions-maven-plugin

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

<plugin>
    <groupId>com.github.barakb</groupId>
    <artifactId>versions-maven-plugin</artifactId>
    <version>1.2</version>
</plugin>

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
org.jdom : jdom jar 2.0.2
jaxen : jaxen jar 1.1.6
org.apache.maven.shared : maven-shared-utils jar 3.0.0
org.apache.commons : commons-lang3 jar 3.1
org.apache.maven : maven-core jar 3.3.9
org.apache.maven : maven-plugin-api jar 3.3.9
org.apache.maven.shared : maven-artifact-transfer jar 3.0-SNAPSHOT
org.codehaus.plexus : plexus-archiver jar 3.2

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

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

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

Build Status

##aggregate-source

####Use with Maven dependency.

   <pluginRepositories>
        <pluginRepository>
            <id>sonatype</id>
            <url>https://oss.sonatype.org/content/groups/public</url>
            <releases>
                <enabled>true</enabled>
            </releases>
        </pluginRepository>
    </pluginRepositories>```
    <plugin>
        <groupId>com.github.barakb</groupId>
        <artifactId>aggregate-source</artifactId>
        <version>1.2</version>
        <executions>
            <execution>
                <id>aggregate-javadoc</id>
                <phase>install</phase>
                <goals>
                    <goal>aggregate</goal>
                </goals>
            </execution>
        </executions>
        <configuration>
            <localArtifactsRoot>/home/barakbo/dev/github/xap</localArtifactsRoot>
            <includes>
                <include>*:xap-map</include>
                <include>*:xap-map-spring</include>
                <include>*:xap-spatial</include>
                <include>*:xap-openspaces</include>
                <include>*:xap-rest</include>
                <include>*:xap-jms</include>
                <include>*:xap-rest-spring</include>
                <include>*:xap-common</include>
                <include>*:xap-datagrid</include>
                <include>*:xap-near-cache</include>
            </includes>
        </configuration>
    </plugin>

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

Версия
1.2
1.1
1.0