Maven UUID Generator

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

Лицензия

Лицензия

Категории

Категории

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

Группа

us.springett
Идентификатор

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

maven-uuid-generator
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

Maven UUID Generator
Generates a UUID during each build and assigns the value to project.build.uuid
Ссылка на сайт

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

https://github.com/stevespringett/maven-uuid-generator
Система контроля версий

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

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

Скачать maven-uuid-generator

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

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

Зависимости

compile (2)

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

provided (1)

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

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

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

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.

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

Версия
1.0.1
1.0.0