Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > ab133ca16177b653f031f67365360bf4 > files > 2

properties-maven-plugin-1.0.0-1.mga7.noarch.rpm

# MojoHaus Properties Maven Plugin

This is the [properties-maven-plugin](http://www.mojohaus.org/properties-maven-plugin/).
 
[![Build Status](https://travis-ci.org/mojohaus/properties-maven-plugin.svg?branch=master)](https://travis-ci.org/mojohaus/properties-maven-plugin)

## 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
```