Re: gitflow releases with maven?

2011-07-30 Thread Mark Derricutt
It also makes sense in ANY git project IMHO as "upstream" does not really mean 
"cananical, master repository" as it does with subversion.

It also prevents proliferating any temporary release branches you might be 
using during the release, forcing a user to do a 'git push' during release can 
be annoying, as you might not even HAVE an upstream repository. 

On 29/07/2011, at 8:16 PM, Mark Struberg wrote:

>  is meant to spare bandwith in huge projects by doing a 
> git-clone file:// from the local git repo instead of cloning the upstream 
> repo in release:perform.



release plugin: automatically resolving snapshot dependencies in non-interactive releases?

2011-07-30 Thread thorsten . heit
Hello,

when I execute "mvn release:prepare" on a command line, I'm asked whether 
snapshot dependencies should be resolved.

Is it possible to have them resolved automatically when 
preparing/performing a release in non-interactive mode? Ok, I could use 
"mvn versions:use-releases" to do this, but in that case I have to 
manually commit the pom if it has been changed...

What do you think?


BTW: I'm using release plugin 2.2


Regards

Thorsten

Re: How to use the latest version from dependencies (not from all repository)

2011-07-30 Thread boraldo
I don't need to make maven use A version that is inherited from C exactly.
I want Maven to define the latest version automatically, without explicit
definition.

And I don't want to release new version of B only to fix it's A version.
A:1.0 is suitable for B, so there's no need to change it.
In real life I have a lot of artifacts. Some of them are stable and I don't
want to update all them once new version of some middle artifact is changed.



--
View this message in context: 
http://maven.40175.n5.nabble.com/How-to-use-the-latest-version-from-dependencies-not-from-all-repository-tp4642240p4649537.html
Sent from the Maven - Users mailing list archive at Nabble.com.

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