Github user dantran commented on the issue:
https://github.com/apache/maven-wagon/pull/29
your patch fixes the site plugin ssh issue.I will need to implement
similar wagon handling developed at maven-site-plugin
https://github.com/mojohaus/wagon-maven-plugin/issues/6
th
Github user nfalco79 commented on the issue:
https://github.com/apache/maven-wagon/pull/29
Debugging a log the issue seems to be which implementation of WagonManger
plexus inject. If I run with maven 3.3.9 it injects a
[DefaultWagonManager](http://grepcode.com/file/repo1.maven.org/mav
Github user nfalco79 commented on the issue:
https://github.com/apache/maven-wagon/pull/29
Follow my settings.xml
{code:xml}
http://maven.apache.org/SETTINGS/1.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.or
Github user dantran commented on the issue:
https://github.com/apache/maven-wagon/pull/29
confirm it works with maven-site-plugin but not with wagon-maven-plugin
---
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 pro
Github user dantran commented on the issue:
https://github.com/apache/maven-wagon/pull/29
@nfalco79 could you give
https://github.com/mojohaus/wagon-maven-plugin/tree/master/src/it/ssh-it a
try? update the pom to use your env. I am not able to get mine working. It
always prompt
Github user dantran commented on the issue:
https://github.com/apache/maven-wagon/pull/29
@nfalco79 it is a long waited fix. Thank you and thank you
---
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 no
Github user britter commented on the issue:
https://github.com/apache/maven-surefire/pull/132
@Tibor17 find the build log for running the tests with JUnit 4.7 below. I
have not investigated whether it is a regression in JUnit 4.7 or in whether it
is a defect in mavne-sureifre. It work
Github user britter commented on the issue:
https://github.com/apache/maven-surefire/pull/135
@Tibor17: answering your comment from #133:
> In reality the user would use only one dependency and not the profiles.
WDYT ?
Yes, this is just for testing purposes, so that w
Hi,
the maven-resources-plugin has enabled escaping by default in version
3.0.0 - see MRESOURCES-223 [1]. Prior to version 3.0.0, users wanting to
make use of any escaping needed to set the 'escapeString' parameter to
some value. This parameter starts to default to the backslash as of
version 3.0.