On 24 August 2015 at 14:09, Barrie Treloar <baerr...@gmail.com> wrote:

>
>
> On 23 August 2015 at 23:24, Karl Heinz Marbaise <khmarba...@gmx.de> wrote:
>
> mvn -pl maven-scm-plugin clean package
>
>
> I'm trying -pl <project> now.
>
> Something is going wrong in that its using an old version of the
> snapshot... and I need to work out why.
>

It's unrelated.

The maven-scm-plugin src/it/settings.xml used by
maven-plugin-testing-harness did not have an updatePolicy, hence using the
default daily instead of always.

It also has apache.snapshots (
http://people.apache.org/repo/m2-snapshot-repository) defined as a
repository (but not for pluginRepository), and has it enabled. With it
disabled the tests stop trying to overwrite my local changes with deployed
snapshots.

Reply via email to