On 21 March 2014 06:02, Eric Kolotyluk <eric.koloty...@gmail.com> wrote:

> I am looking for some way to force my integration tests before a release,
> without explicitly using a profile.
>
> [del]
>


> Is there some way I can trigger the integration tests when doing a release
>
>    mvn release:prepare
>
> without having to do
>
>    mvn release:prepare -P run-it
>

Have a look at the apache parent pom chain.

There is some activation stuff in there that gets run when you do a release
- I can't recall how it does it.
e.g. always generating source jars

Reply via email to