[GitHub] maven pull request #99: [MNG-6127] Fix plugin execution configuration interf...

2016-11-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/maven/pull/99 --- 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 enable

[GitHub] maven-integration-testing pull request #16: [MNG-6127] Add plugin execution ...

2016-11-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/maven-integration-testing/pull/16 --- 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 t

[GitHub] maven issue #99: [MNG-6127] Fix plugin execution configuration interference

2016-11-23 Thread mkrizmanic
Github user mkrizmanic commented on the issue: https://github.com/apache/maven/pull/99 @ChristianSchulte PR already provided: https://github.com/apache/maven-integration-testing/pull/16 --- If your project is set up for it, you can reply to this email and have your reply appear on Gi

[GitHub] maven-wagon issue #24: [wagon-ftp] support for secure FTP connection

2016-11-23 Thread dantran
Github user dantran commented on the issue: https://github.com/apache/maven-wagon/pull/24 @wiiitek could you squash the commits? --- 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 e

[GitHub] maven-wagon issue #29: [WAGON-467] Allow customisation of some SSH options

2016-11-23 Thread nfalco79
Github user nfalco79 commented on the issue: https://github.com/apache/maven-wagon/pull/29 closed by this ffa7fc8830e916e9d3d91a222b641cd5363ffafe --- 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 h

[GitHub] maven-wagon pull request #29: [WAGON-467] Allow customisation of some SSH op...

2016-11-23 Thread nfalco79
Github user nfalco79 closed the pull request at: https://github.com/apache/maven-wagon/pull/29 --- 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 i

Re: MRESOURCES-231

2016-11-23 Thread Dan Tran
∅ ? On Wed, Nov 23, 2016 at 3:37 PM, Christian Schulte wrote: > If there is > > @Parameter( defaultValue = "\\" ) > protected String escapeString; > > in a plugin, how can I set the field to null or an empty string? > I tried '' and '' but that > still leads to the field being set to the

[GitHub] maven-wagon issue #29: [WAGON-467] Allow customisation of some SSH options

2016-11-23 Thread dantran
Github user dantran commented on the issue: https://github.com/apache/maven-wagon/pull/29 @nfalco79, since i used the patch method and push this change. Git cant close this PR. Please close it yourself --- If your project is set up for it, you can reply to this email and have your re

https://builds.apache.org/job/maven-wagon-windows - No Maven

2016-11-23 Thread Dan Tran
this build job has no maven to run ERROR: Maven Home \home\jenkins\tools\maven\apache-maven-3.0.5 doesnt exist can someone with right access fix this? Thanks -Dan

MRESOURCES-231

2016-11-23 Thread Christian Schulte
If there is @Parameter( defaultValue = "\\" ) protected String escapeString; in a plugin, how can I set the field to null or an empty string? I tried '' and '' but that still leads to the field being set to the default value. I am sure this has been possible in the past. Regards, -- Chr

[GitHub] maven issue #99: [MNG-6127] Fix plugin execution configuration interference

2016-11-23 Thread ChristianSchulte
Github user ChristianSchulte commented on the issue: https://github.com/apache/maven/pull/99 Could you please also provide an integration test against [maven-integration-testing](https://github.com/apache/maven-integration-testing). --- If your project is set up for it, you can reply

Re: Need to change a test case in 'maven-filtering'.

2016-11-23 Thread Christian Schulte
Am 11/22/16 um 20:40 schrieb Guillaume Boué: > Hi Christian, > > This test looks normal to me. When loading the properties, through load > https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html#load-java.io.Reader-, > > the backslash indicates the line terminator, so it needs to be

[GitHub] maven-integration-testing pull request #16: [MNG-6127] Add plugin execution ...

2016-11-23 Thread mkrizmanic
GitHub user mkrizmanic opened a pull request: https://github.com/apache/maven-integration-testing/pull/16 [MNG-6127] Add plugin execution configuration interference test You can merge this pull request into a Git repository by running: $ git pull https://github.com/mkrizmanic/

[GitHub] maven pull request #99: [MNG-6127] Fix plugin execution configuration interf...

2016-11-23 Thread mkrizmanic
GitHub user mkrizmanic opened a pull request: https://github.com/apache/maven/pull/99 [MNG-6127] Fix plugin execution configuration interference You can merge this pull request into a Git repository by running: $ git pull https://github.com/mkrizmanic/maven MNG-6127 Alternati

Re: Logging for 3.0.x and >=3.1.0

2016-11-23 Thread Martin Gainty
From: Jason Pyeron Sent: Wednesday, November 23, 2016 2:59 PM To: dev@maven.apache.org Subject: Logging for 3.0.x and >=3.1.0 Working on a plugin right now and it needs to work in 3.0 as well as 3.3. Scratching my head on can we use slf4j in 3.0 or is there a b

[GitHub] maven issue #97: .travis and SonarQube.com support

2016-11-23 Thread trajano
Github user trajano commented on the issue: https://github.com/apache/maven/pull/97 Going to simplify this PR to a single commit --- 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 e

Logging for 3.0.x and >=3.1.0

2016-11-23 Thread Jason Pyeron
Working on a plugin right now and it needs to work in 3.0 as well as 3.3. Scratching my head on can we use slf4j in 3.0 or is there a backwards compatibility logic to put in. -Jason -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -

[GitHub] maven-wagon pull request #29: [WAGON-467] Allow customisation of some SSH op...

2016-11-23 Thread nfalco79
GitHub user nfalco79 opened a pull request: https://github.com/apache/maven-wagon/pull/29 [WAGON-467] Allow customisation of some SSH options This commit add StrictHostKeyChecking and PreferredAuthentications custom fields that together allow you to perform, the command scp enough t