AW: Don't overwrite existing artifact - how?

2016-11-29 Thread Hohl, Gerrit
rds Gerrit -Ursprüngliche Nachricht- Von: Charles Honton [mailto:c...@honton.org] Gesendet: Montag, 28. November 2016 16:25 An: Maven Users List Betreff: Re: Don't overwrite existing artifact - how? As far as preventing overwrite of an existing remote artifact, you can use the exists-maven-plu

Re: Don't overwrite existing artifact - how?

2016-11-28 Thread Charles Honton
gt; Gerrit > -Ursprüngliche Nachricht- > Von: Hohl, Gerrit [mailto:g.h...@aurenz.de] > Gesendet: Freitag, 18. November 2016 08:48 > An: users@maven.apache.org > Betreff: Don't overwrite existing artifact - how? > > Hello everyone, :-) > > > > is it s

Re: Don't overwrite existing artifact - how?

2016-11-28 Thread Bernd Eckenfels
eans does someone know what the Maven classes for accessing the remote repository are? Regards, Gerrit -Ursprüngliche Nachricht- Von: Hohl, Gerrit [mailto:g.h...@aurenz.de] Gesendet: Freitag, 18. November 2016 08:48 An: users@maven.apache.org Betreff: Don't overwrite existing artifact

Re: Don't overwrite existing artifact - how?

2016-11-18 Thread Charles Honton
As far as preventing overwrite of an existing remote artifact, you can use the exists-maven-plugin . (https://github.com/chonton/exists-maven-plugin ) This plugin will check for the existence of a

Don't overwrite existing artifact - how?

2016-11-17 Thread Hohl, Gerrit
Hello everyone, :-) is it somehow possible not to "install" an artifact which already exists in the local repository? What about artifacts in a remote repository? Is it possible to prevent deployment of such artifacts? I don't want to have our build server to accidentally install an