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: 10 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T20:22:25.000Z (10 months ago)
- Last Synced: 2025-04-29T21:20:05.174Z (10 months ago)
- Topics: java, java8, maven, maven-plugin, mojohaus
- Language: Java
- Homepage: https://www.mojohaus.org/properties-maven-plugin/
- Size: 1.36 MB
- Stars: 60
- Watchers: 27
- Forks: 88
- Open Issues: 24
-
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/).
[](https://search.maven.org/artifact/org.codehaus.mojo/properties-maven-plugin)
[](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
```