Re: Automatic updates from repository

2010-02-01 Thread Wayne Fay
> I don't want to use snapshot for every pom because it brings ugly postfixes > for artifacts e.g. when I deploy them to server, and i don't want to > configure new names for every artifact in my POM's deploy to server > executions. Maven is opinionated and doesn't care about what you think is ugl

Re: Automatic updates from repository

2010-02-01 Thread Aleksey Didik
remove it from your local repository, but that's bad idea because it breakes maven's philosophy and brings pain in your development process. Ilya. -Original Message- From: Andrey Razumovsky [mailto:razumovsky.and...@gmail.com] Sent: Monday, February 01, 2010 1:42 PM To: Maven Users L

Re: Automatic updates from repository

2010-02-01 Thread Andrey Razumovsky
osophy > and brings pain in your development process. > > Ilya. > > > -Original Message- > From: Andrey Razumovsky [mailto:razumovsky.and...@gmail.com] > Sent: Monday, February 01, 2010 1:42 PM > To: Maven Users List > Subject: Automatic updates from repository >

RE: Automatic updates from repository

2010-02-01 Thread Ilya Kazakevich
1, 2010 1:42 PM To: Maven Users List Subject: Automatic updates from repository Hello, In our company we've got a local repository. There's an artifact (packaged as POM or as JAR), which is deployed by me and used by other projects. It is changing frequently, so we don't want refere

RE: Automatic updates from repository

2010-02-01 Thread Ilya Kazakevich
1, 2010 1:42 PM To: Maven Users List Subject: Automatic updates from repository Hello, In our company we've got a local repository. There's an artifact (packaged as POM or as JAR), which is deployed by me and used by other projects. It is changing frequently, so we don't want refere

Automatic updates from repository

2010-02-01 Thread Andrey Razumovsky
Hello, In our company we've got a local repository. There's an artifact (packaged as POM or as JAR), which is deployed by me and used by other projects. It is changing frequently, so we don't want referencing POM to change often (i.e. version changes rarely). Now it seems new versions are not down