Maven UUID Generator

Generates a UUID during each build and assigns the value to project.build.uuid

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

us.springett
ArtifactId

ArtifactId

maven-uuid-generator
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Maven UUID Generator
Generates a UUID during each build and assigns the value to project.build.uuid
Project URL

Project URL

https://github.com/stevespringett/maven-uuid-generator
Source Code Management

Source Code Management

https://github.com/stevespringett/maven-uuid-generator.git

Download maven-uuid-generator

How to add to project

<plugin>
    <groupId>us.springett</groupId>
    <artifactId>maven-uuid-generator</artifactId>
    <version>1.0.1</version>
</plugin>

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.0.5
org.apache.maven : maven-plugin-api jar 3.0.5

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 Maven Central License

Maven UUID Generator Plugin

The Maven UUID Generator Plugin generates a unique UUID for each build and assigns the value to project.build.uuid.

Maven Usage

<plugins>
    <plugin>
        <groupId>us.springett</groupId>
        <artifactId>maven-uuid-generator</artifactId>
        <version>1.0.1</version>
        <executions>
            <execution>
                <phase>initialize</phase>
                <goals>
                    <goal>generate</goal>
                </goals>
            </execution>
        </executions>
    </plugin>
</plugins>

Copyright & License

Maven UUID Generator Plugin is Copyright (c) Steve Springett. All Rights Reserved.

Permission to modify and redistribute is granted under the terms of the Apache 2.0 license. See the LICENSE file for the full license.

Versions

Version
1.0.1
1.0.0