Re: maven-remote-resources-plugin downloads from disabled repositories

2015-08-25 Thread Barrie Treloar
You can see that the snapshot repos are disabled in the configuration of the mojo. Yet snapshots get downloaded. [DEBUG] Configuring mojo org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-remote-resources-plugin:1

Re: maven-remote-resources-plugin downloads from disabled repositories

2015-08-23 Thread Barrie Treloar
On 24 August 2015 at 14:09, Barrie Treloar wrote: > > > On 23 August 2015 at 23:24, Karl Heinz Marbaise wrote: > > mvn -pl maven-scm-plugin clean package > > > I'm trying -pl now. > > Something is going wrong in that its using an old version of the > snapshot... and I need to work out why. > I

Re: maven-remote-resources-plugin downloads from disabled repositories

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

Re: maven-remote-resources-plugin downloads from disabled repositories

2015-08-23 Thread Barrie Treloar
Martin, I'd tried this but it still seems to pull down the new snapshots central central https://repo.maven.apache.org/maven2 false never apache.snapshots https://repo

Re: maven-remote-resources-plugin downloads from disabled repositories

2015-08-23 Thread Karl Heinz Marbaise
Hi, On 8/21/15 3:39 AM, Barrie Treloar wrote: I'm tinkering with maven-scm and when I build it locally via ../maven-scm/maven-scm-plugin> mvn -X clean install -Drat.skip Maven attempts to download the snapshot metadata for it's the already installed snapshot files. (This is probably because I

RE: maven-remote-resources-plugin downloads from disabled repositories

2015-08-23 Thread Martin Gainty
Barrie https://maven.apache.org/guides/development/guide-testing-development-plugins.html suggests setting up profile in settings.xml to enable or disable snapshots then invoke mvn profile mvn -pProfileWithoutSnapshot did you try configuring profile in settings.xml? Martin