Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mojohaus/properties-maven-plugin
The Properties Maven Plugin
https://github.com/mojohaus/properties-maven-plugin
java java8 maven maven-plugin mojohaus
Last synced: 5 days ago
JSON representation
The Properties Maven Plugin
- Host: GitHub
- URL: https://github.com/mojohaus/properties-maven-plugin
- Owner: mojohaus
- License: apache-2.0
- Created: 2015-05-15T22:20:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T20:13:37.000Z (about 1 month ago)
- Last Synced: 2025-01-11T15:05:40.868Z (12 days ago)
- Topics: java, java8, maven, maven-plugin, mojohaus
- Language: Java
- Homepage: https://www.mojohaus.org/properties-maven-plugin/
- Size: 1.35 MB
- Stars: 60
- Watchers: 28
- Forks: 88
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# MojoHaus Properties Maven Plugin
This is the [properties-maven-plugin](http://www.mojohaus.org/properties-maven-plugin/).
[![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/properties-maven-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.mojo/properties-maven-plugin)
[![GitHub CI](https://github.com/mojohaus/properties-maven-plugin/actions/workflows/maven.yml/badge.svg)](https://github.com/mojohaus/properties-maven-plugin/actions/workflows/maven.yml)## Releasing
* Make sure `gpg-agent` is running.
* Execute `mvn -B release:prepare release:perform`For publishing the site do the following:
```
cd target/checkout
mvn verify site site:stage scm-publish:publish-scm
```