[GitHub] maven issue #70: MNG-6049: Adds version range result filter behaviour

2016-06-21 Thread talios
Github user talios commented on the issue: https://github.com/apache/maven/pull/70 @barthel Maybe, I'm running 3.4.0-SNAPSHOTs anyway, and might pull in your PR to play with and see if it helps with what I'm doing. My currently problem is that IntelliJ IDEA doesn't

[GitHub] maven issue #70: MNG-6049: Adds version range result filter behaviour

2016-06-21 Thread talios
Github user talios commented on the issue: https://github.com/apache/maven/pull/70 @barthel is there an example anywhere of using this? I have a project (custom lifecycle extension) myself where I think utilizing this will actually make what I'm doing much easier, nicer

[GitHub] maven pull request: [MNG-2199] Version ranges not supported for pa...

2014-06-14 Thread talios
Github user talios commented on the pull request: https://github.com/apache/maven/pull/21#issuecomment-46105389 wow - what the hell happened to the formatting here? @jvanzyl said in one part "In the case of my current setup we simply disallow SNAPSHOTs entirely."

[GitHub] maven pull request: [MNG-2199] Version ranges not supported for pa...

2014-06-13 Thread talios
Github user talios commented on the pull request: https://github.com/apache/maven/pull/21#issuecomment-46076519 Interesting about the version range changes in aether there - whilst the [2.2.*] range is nice, that doesn't offer SNAPSHOT exclusion - unless the `VersionFilter` is

[GitHub] maven pull request: [MNG-2199] Version ranges not supported for pa...

2014-06-12 Thread talios
Github user talios commented on the pull request: https://github.com/apache/maven/pull/21#issuecomment-45975916 With regards to `release:prepare` I agree, but here I'm talking about release:prepare-with-pom which generates a "resolved pom" in relation to version

[GitHub] maven pull request: [MNG-2199] Version ranges not supported for pa...

2014-06-12 Thread talios
Github user talios commented on the pull request: https://github.com/apache/maven/pull/21#issuecomment-45968040 How will this affect the maven-release-plugin's release:prepare-with-pom goal? Will the parent version reference be automatically resolved and written correctly, or wi