[VOTE] Release Apache Maven SCM version 1.9.4

2015-03-28 Thread Karl Heinz Marbaise
Hi, We solved 8 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10527&version=20624 There are still a couple of issues left in JIRA: http://jira.codehaus.org/issues/?jql=project%20%3D%20SCM%20AND%20status%20%3D%20Open%20ORDER%20BY%20key%20DESC%2C%20priority%20DESC Staging rep

Re: maven-release-plugin: consolidating release:perform and release:stage

2015-03-28 Thread Mirko Friedenhagen
Concerning. @since, that's really easy then. I had another thought: while pushChanges does allow to defer pushing, you have to do an extra execution of e.g. git push; git push --tags. What about having a property pushChangesAfterDeploy in prepare and stage which would do this in the release plugi

Re: [DISCUSS] To SemVer or not to SemVer, that is the question

2015-03-28 Thread Robert Scholte
It should be as easy as http://svn.apache.org/r1669762 Again: custom VersionPolicies aren't exposed yet by the plugin. I've added this, so we have time to complete the API, e.g. do we have enough information to predict the next version? In the end it is just a matter of writing proper unitt

Re: MINVOKER-186

2015-03-28 Thread Karl Heinz Marbaise
Hi Robert, checked in interim solution...done. On 3/28/15 1:26 PM, Robert Scholte wrote: Hi Karl Heinz, Hervé wants to do some checks this weekend too. I'll wait for his response before releasing. Although the maven-invoker-plugin is critical for plugin developer, the community probably wants

Re: MINVOKER-186

2015-03-28 Thread Robert Scholte
Hi Karl Heinz, Hervé wants to do some checks this weekend too. I'll wait for his response before releasing. Although the maven-invoker-plugin is critical for plugin developer, the community probably wants a new release of the maven-release-plugin as well. So that one must follow very soon.

Re: MINVOKER-186

2015-03-28 Thread Karl Heinz Marbaise
Hi Robert, I'm working on a temporarily solution which solves my problem as well... The general solution took more time...so i would like to push this temporarily solution into this release as well, cause it will block me as well... I will commit within the next hour...I hope this is ok? On

Re: MINVOKER-186

2015-03-28 Thread Hervé BOUTEMY
I didn't have time to test the accents in directory I'll try to do it this WE... Regards, Hervé Le samedi 28 mars 2015 11:45:52 Robert Scholte a écrit : > Hi Karl Heinz, > > I'm going to push MINVOKER-186 forward, since it a new feature request for > something *added* to Maven 3.3.1. The plugin

MINVOKER-186

2015-03-28 Thread Robert Scholte
Hi Karl Heinz, I'm going to push MINVOKER-186 forward, since it a new feature request for something *added* to Maven 3.3.1. The plugin has been fixed for a *change* in Maven 3.3.1 which makes it very hard to use by Windows users (like me), so I'd like to do a release ASAP. Next release will

Re: maven-release-plugin: consolidating release:perform and release:stage

2015-03-28 Thread Hervé BOUTEMY
the annotation takes free text, then let's try a descrptive text: @since xxx in release:perform, yyy in release:stage Regards, Hervé Le mardi 24 mars 2015 21:15:20 Mirko Friedenhagen a écrit : > Hello everybody, > > today I stumbled upon a difference between perform and stage: > - while perfor

Re: Version ranges and snapshots

2015-03-28 Thread Hervé BOUTEMY
Le mardi 24 mars 2015 13:09:03 Tibor Digana a écrit : > Why the Maven core isn't plugable via SPI, for instance the class > ComparableVersion? this was an old dream request, but when I tried, I found it would not make sense if the config had to be done in pom.xml And having the config in setting.x

Re: Warn about Proxies with duplicate id, but different protocols

2015-03-28 Thread Robert Scholte
Hi Thomas, this should bee done by the org.apache.maven.settings.validation.DefaultSettingsValidator[1] And it seems like most id-aware elements are checked, except the proxy. Please create a Jira issue[2] along with your patch and a unittest if possible. thanks, Robert [1] http://maven

Warn about Proxies with duplicate id, but different protocols

2015-03-28 Thread Thomas Meyer
Hi, would you please add a patch like this? I did copy the HTTPS proxy entry and modified it into a HTTP entry in the settings.xml. But I forgot to change the id of the second proxy entry. It took me a while to figure out why it isn't working... Untested patch, but I hope you get the idea! with