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

2016-12-01 Thread wiiitek
Github user wiiitek commented on the issue:

https://github.com/apache/maven-wagon/pull/24
  
Hello @dantran I can squash them. Should I create another pull request with 
only one commit?

As some time passed I think that the secure FTP client could be chosen 
based on `ftps:` protocol.
I will create another pull request for that..


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] maven-surefire pull request #134: [SUREFIRE-1308] Move Surefire1179IT to jir...

2016-12-01 Thread britter
Github user britter closed the pull request at:

https://github.com/apache/maven-surefire/pull/134


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] maven-surefire issue #135: SUREFIRE-1307: Provide a convenient way to run te...

2016-12-01 Thread britter
Github user britter commented on the issue:

https://github.com/apache/maven-surefire/pull/135
  
@Tibor17 okay, let's discuss the details of the engine look up once we have 
some integrations tests in place. Do you want anything to be changed in this PR 
or can we merge it?

Thanks!


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] maven-surefire pull request #135: SUREFIRE-1307: Provide a convenient way to...

2016-12-01 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/maven-surefire/pull/135


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] maven-surefire issue #130: [SUREFIRE-1295] Attribute JVM crashes to tests

2016-12-01 Thread Tibor17
Github user Tibor17 commented on the issue:

https://github.com/apache/maven-surefire/pull/130
  
@michaeltandy 
Thx for contributing. I committed your sources and included you github name 
in the IT class. Please close this PR.


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] maven-surefire issue #135: SUREFIRE-1307: Provide a convenient way to run te...

2016-12-01 Thread Tibor17
Github user Tibor17 commented on the issue:

https://github.com/apache/maven-surefire/pull/135
  
@britter 
I will push it to the branch junit5.
Afterwards can you provide one more PR to merge junit5 branch from 
origin/master?


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] maven-wagon pull request #30: [WAGON-458] FTPSClient for Wagon

2016-12-01 Thread wiiitek
GitHub user wiiitek opened a pull request:

https://github.com/apache/maven-wagon/pull/30

[WAGON-458] FTPSClient for Wagon

I did deployed artifacts to some FTPS server with `endpointChecking=false`.
This pull request still needs some testing against secure FTP server.

Inspired by pull requests:

* https://github.com/apache/maven-wagon/pull/24
* https://github.com/apache/maven-wagon/pull/22

After changes the configuration could look as follows:

**pom.xml**

```

...

...

ftp.server.id
ftps://secure.example.com


...

```

**settings.xml**

```

...

...

ftp.server.id
username
password

false




```


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/wiiitek/maven-wagon ftps

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/maven-wagon/pull/30.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #30


commit 3406103faaf62c080f4d5a985886e0d6a8233250
Author: Wiiitek 
Date:   2016-12-02T01:45:38Z

[WAGON-458] FTPSClient for Wagon




---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



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

2016-12-01 Thread wiiitek
Github user wiiitek closed the pull request at:

https://github.com/apache/maven-wagon/pull/24


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



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

2016-12-01 Thread wiiitek
Github user wiiitek commented on the issue:

https://github.com/apache/maven-wagon/pull/24
  
I have created new pull request (with single commit): 
https://github.com/apache/maven-wagon/pull/30


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



Need help to fix jenkins build at https://builds.apache.org/job/maven-wagon-1.7/504/

2016-12-01 Thread Dan Tran
Looks like Jenkins does not like the provided maven

ERROR: Processing failed due to a bug in the code. Please report this
to jenkinsci-us...@googlegroups.comjava.lang.IllegalArgumentException
:
/home/jenkins/tools/maven/apache-maven-3.0.5 doesn't have a 'lib'
subdirectory - thus cannot be a valid maven installation!



Thanks

-Dan