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

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.barakb
ArtifactId

ArtifactId

versions-maven-plugin
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

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
Project URL

Project URL

https://github.com/barakb/versions-maven-plugin
Source Code Management

Source Code Management

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

Download versions-maven-plugin

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.4

Project Modules

There are no modules declared in this project.

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>

Versions

Version
1.2
1.1
1.0