Re: Model version (was: Re: [DISCUSSION] finishing Aether import: help find a new name)

2016-07-29 Thread Jason van Zyl
The model version doesn’t necessarily have anything to do with resolution or any behavioral changes per se. I also don’t think a branch is necessary and we do branching by abstraction and figure out the feature toggles now and just keep it all in master. > On Jul 28, 2016, at 2:11 PM, Christian

Re: [DISCUSSION] finishing Aether import: help find a new name

2016-07-29 Thread Michael Osipov
Am 2016-07-30 um 00:03 schrieb Hervé BOUTEMY: I like the org.apache.maven.artifact.resolver idea added to "Maven Artifact Resolver API" description I prepared a projection based on this idea: http://maven.apache.org/aether-archives/aether.html Attention, we already have: https://maven.apache.

Re: [DISCUSSION] finishing Aether import: help find a new name

2016-07-29 Thread Hervé BOUTEMY
I like the org.apache.maven.artifact.resolver idea added to "Maven Artifact Resolver API" description I prepared a projection based on this idea: http://maven.apache.org/aether-archives/aether.html WDYT? Regards, Hervé Le jeudi 28 juillet 2016 09:35:08 Stephen Connolly a écrit : > I don't see

Re: SCM-677

2016-07-29 Thread Michael Osipov
Am 2016-07-29 um 20:25 schrieb Johan Huylebroeck: Hello, I wasn't aware of this "--parent" option. That is indeed the simplest solution. Next 2 weeks I'm offline but after that I'll be happy to contribute to a patch. Good. Prepare a patch, add appropriate unit tests and ping me in the ticket.

RE: SCM-677

2016-07-29 Thread Johan Huylebroeck
Hello, I wasn't aware of this "--parent" option. That is indeed the simplest solution. Next 2 weeks I'm offline but after that I'll be happy to contribute to a patch. Kind regards, Johan -Original Message- From: Michael Osipov [mailto:micha...@apache.org] Sent: vrijdag 29 juli 2016 1

RE: Build failed in Jenkins: core-it-maven-3-win #1233

2016-07-29 Thread Martin Gainty
MG>quick question below > Subject: Re: Build failed in Jenkins: core-it-maven-3-win #1233 > To: dev@maven.apache.org > From: c...@schulte.it > Date: Thu, 28 Jul 2016 17:30:34 +0200 > > Can someone take a look, please? > > Error: JAVA_HOME is set to an invalid directory. > JAVA_HOME = "f:\jenkin

Re: SCM-677

2016-07-29 Thread Michael Osipov
Am 2016-07-29 um 12:32 schrieb Johan Huylebroeck: Hello, I recently bumped into a known bug SCM-677 when using the scm plugin with subversion. I think that a relatively easy, though svn specific, solution could be implemented by first adding all directories leading up to the file(s) before add

SCM-677

2016-07-29 Thread Johan Huylebroeck
Hello, I recently bumped into a known bug SCM-677 when using the scm plugin with subversion. I think that a relatively easy, though svn specific, solution could be implemented by first adding all directories leading up to the file(s) before adding the file. Suppose I want to add file A/B/c. The

[GitHub] maven-wagon issue #27: V2.10 rc

2016-07-29 Thread soiff
Github user soiff commented on the issue: https://github.com/apache/maven-wagon/pull/27 add default filter --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so,

[GitHub] maven-wagon pull request #27: V2.10 rc

2016-07-29 Thread soiff
GitHub user soiff opened a pull request: https://github.com/apache/maven-wagon/pull/27 V2.10 rc add extension for external downloader by specifying following properties: ``` external.loader=axel external.filter=.*\\.jar external.state=.st ``` which m

[GitHub] maven-wagon pull request #26: V2.10 rc

2016-07-29 Thread soiff
Github user soiff closed the pull request at: https://github.com/apache/maven-wagon/pull/26 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[GitHub] maven-wagon pull request #26: V2.10 rc

2016-07-29 Thread soiff
GitHub user soiff opened a pull request: https://github.com/apache/maven-wagon/pull/26 V2.10 rc add extension for external downloader by specifying following properties: ``` external.loader=axel external.filter=.*\\.jar external.state=.st ``` which m

[GitHub] maven-wagon issue #25: add extension for external tool

2016-07-29 Thread soiff
Github user soiff commented on the issue: https://github.com/apache/maven-wagon/pull/25 fix defect in new source --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishe

[GitHub] maven-wagon pull request #25: add extension for external tool

2016-07-29 Thread soiff
Github user soiff closed the pull request at: https://github.com/apache/maven-wagon/pull/25 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is e

[GitHub] maven-wagon pull request #25: add extension for external tool

2016-07-29 Thread soiff
GitHub user soiff opened a pull request: https://github.com/apache/maven-wagon/pull/25 add extension for external tool Add extension for external download tool such as axel. You can merge this pull request into a Git repository by running: $ git pull https://github.com/soiff/ma