Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevespringett/maven-uuid-generator
The Maven UUID Generator Plugin generates a unique UUID for each build and assigns the value to project.build.uuid
https://github.com/stevespringett/maven-uuid-generator
maven maven-plugin
Last synced: about 4 hours ago
JSON representation
The Maven UUID Generator Plugin generates a unique UUID for each build and assigns the value to project.build.uuid
- Host: GitHub
- URL: https://github.com/stevespringett/maven-uuid-generator
- Owner: stevespringett
- License: apache-2.0
- Created: 2018-08-22T17:29:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T05:16:51.000Z (about 1 year ago)
- Last Synced: 2023-09-19T07:34:57.030Z (about 1 year ago)
- Topics: maven, maven-plugin
- Language: Java
- Homepage:
- Size: 80.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://github.com/stevespringett/maven-uuid-generator/workflows/Maven%20CI/badge.svg)](https://github.com/stevespringett/maven-uuid-generator/actions?workflow=Maven+CI)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/us.springett/maven-uuid-generator/badge.svg)](https://maven-badges.herokuapp.com/maven-central/us.springett/maven-uuid-generator)
[![License](https://img.shields.io/badge/license-Apache%202.0-brightgreen.svg)][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
-------------------```xml
us.springett
maven-uuid-generator
1.0.1
initialize
generate
```
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.
[License]: https://github.com/stevespringett/maven-uuid-generator/blob/master/LICENSE