[ANN] MojoHaus Templating Maven Plugin Version 1.0.0 Released

2015-11-27 Thread Karl Heinz Marbaise

The MojoHaus team is pleased to announce the release of the
Templating Maven Plugin Version 1.0.0

http://www.mojohaus.org/templating-maven-plugin/.

The Templating Maven Plugin handles copying files from a source to a
given output directory, while filtering them. This plugin is useful to
filter Java Source Code if you need for example to have things in that
code replaced with some properties values.

To get this update, simply specify the version in your project's plugin
configuration:


  org.codehaus.mojo
  templating-maven-plugin
  1.0.0


Release Notes: 
http://www.mojohaus.org/templating-maven-plugin/github-report.html


Enjoy,

The Mojo team.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



RE: animal-sniffer-maven-plugin repo missing

2015-11-27 Thread Martin Gainty
yep git is located athttps://github.com/mojohaus/animal-sniffer.gitThanks Curtis

Martin 
__  




> From: ctrue...@wisc.edu
> Date: Thu, 26 Nov 2015 21:49:22 -0600
> Subject: Re: animal-sniffer-maven-plugin repo missing
> To: users@maven.apache.org
> 
> You mean this?
> https://github.com/mojohaus/animal-sniffer/tree/master/animal-sniffer-maven-plugin
> 
> On Thu, Nov 26, 2015 at 9:44 PM, Martin Gainty  wrote:
> 
> > anyone know what happened to animal-sniffer-maven-plugin repo?
> > https://github.com/mojohaus/animal-sniffer.git/animal-sniffer-maven-plugin
> >
> >
> > http://www.mojohaus.org/animal-sniffer/animal-sniffer-maven-plugin/source-repository.htmlsays
> > this is the repo for animal-sniffer-maven-plugin?
> >
> > Thanks,
> > Martin
> > ___
> >
> >
  

Changing maven central mirror results in redownload of all dependencies?

2015-11-27 Thread Thomas Meyer
Hi,

I have the impression that changing the maven central mirror in the 
settings.xml does result in redownloading of all dependencies?!
Why is that the case?
Can I supress this? I.e. the artifacts are actually the same!

With kind regards
Thomas


Re: Changing maven central mirror results in redownload of all dependencies?

2015-11-27 Thread Anders Hammar
I believe this is due to the id of the repo used changes. Maven 3 keeps
track of which repo it used to download an artifact (which Maven 2 didn't).
So if it changes it re-downloads to prevent issues due to artifact being
different (which shouldn't be the case in a perfect world, but still
happens).

/Anders

On Fri, Nov 27, 2015 at 11:19 AM, Thomas Meyer  wrote:

> Hi,
>
> I have the impression that changing the maven central mirror in the
> settings.xml does result in redownloading of all dependencies?!
> Why is that the case?
> Can I supress this? I.e. the artifacts are actually the same!
>
> With kind regards
> Thomas
>


Re: Changing maven central mirror results in redownload of all dependencies?

2015-11-27 Thread Dan Tran
I have Nexus at work and at my local laptop.  At home,  I switch to my
laptop's Nexus, never encounter this issue

-D

On Fri, Nov 27, 2015 at 2:19 AM, Thomas Meyer  wrote:

> Hi,
>
> I have the impression that changing the maven central mirror in the
> settings.xml does result in redownloading of all dependencies?!
> Why is that the case?
> Can I supress this? I.e. the artifacts are actually the same!
>
> With kind regards
> Thomas
>


Re: Changing maven central mirror results in redownload of all dependencies?

2015-11-27 Thread Anders Hammar
> I have Nexus at work and at my local laptop.  At home,  I switch to my
> laptop's Nexus, never encounter this issue
>

The id in settings.xml is likely the same then. Just different urls.

/Anders

>
> -D
>
> On Fri, Nov 27, 2015 at 2:19 AM, Thomas Meyer  wrote:
>
> > Hi,
> >
> > I have the impression that changing the maven central mirror in the
> > settings.xml does result in redownloading of all dependencies?!
> > Why is that the case?
> > Can I supress this? I.e. the artifacts are actually the same!
> >
> > With kind regards
> > Thomas
> >
>