[GitHub] maven-surefire pull request: Option to rerun failures at the end o...

2015-09-02 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/102#issuecomment-136962698 Pls import code style to your IDE. https://maven.apache.org/developers/conventions/code.html#IntelliJ_IDEA_4.5 For instance in IntelliJ IDEA you import

Re: Another JIRA cleanup

2015-09-02 Thread Tibor Digana
The link is not reachable. Can you fix it? The requested filter doesn't exist or is private. On Sun, Aug 30, 2015 at 9:31 PM, Michael Osipov wrote: > Hi folks, > > some of you might remember that I have closed a bunch of issues some time > ago. I'd like to reperform that

Re: Re: Another JIRA cleanup

2015-09-02 Thread Michael Osipov
> Gesendet: Mittwoch, 02. September 2015 um 10:31 Uhr > Von: "Tibor Digana" > An: "Maven Developers List" > Betreff: Re: Another JIRA cleanup > > The link is not reachable. Can you fix it? > The requested filter doesn't exist or is private.

[GitHub] maven-surefire pull request: Option to rerun failures at the end o...

2015-09-02 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/102#issuecomment-136964837 Why you have `rerunAtEnd( reporterFactory, result.getFailures() ); ` after `runNotifier.fireTestRunFinished( result );`? I am not sure if test report

Re: Another JIRA cleanup

2015-09-02 Thread Hervé BOUTEMY
just remove the filter param and it will work https://issues.apache.org/jira/issues/?jql=category%20%3D%20Maven%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20created%20DESC Regards, Hervé Le mercredi 2 septembre 2015 10:31:43 Tibor Digana a écrit : > The link is not reachable. Can you

[GitHub] maven pull request: Support directories with spaces in mvn

2015-09-02 Thread skitt
Github user skitt commented on the pull request: https://github.com/apache/maven/pull/63#issuecomment-137209331 I've filed https://issues.apache.org/jira/browse/MNG-5884. I don't have a Windows installation to test it, but I don't see any particular whitespace handling for

[GitHub] maven-surefire pull request: [SUREFIRE-580] Allow "fail fast" or s...

2015-09-02 Thread Tibor17
GitHub user Tibor17 opened a pull request: https://github.com/apache/maven-surefire/pull/103 [SUREFIRE-580] Allow "fail fast" or stop running on first failure Solution for https://issues.apache.org/jira/browse/SUREFIRE-580 Refactoring and InputStream in forked jvm is command

Re: Writing poms from mojos

2015-09-02 Thread jieryn
tidy-maven-plugin rewrites POMs. http://www.mojohaus.org/tidy-maven-plugin/ On Wed, Sep 2, 2015 at 10:13 PM, Barrie Treloar wrote: > There are ~3000 plugins in Maven Central ( > http://search.maven.org/#search|ga|1|p%3A%22maven-plugin%22). My eyes > glazed over after

Re: Writing poms from mojos

2015-09-02 Thread Barrie Treloar
There are ~3000 plugins in Maven Central ( http://search.maven.org/#search|ga|1|p%3A%22maven-plugin%22). My eyes glazed over after scanning through the first 100 to see if there are plugin names to indicate if they might re-write poms. So I'll stick with the available plugins list (

Re: Writing poms from mojos

2015-09-02 Thread Barrie Treloar
tidy-maven-plugin (https://github.com/mojohaus/tidy-maven-plugin) works similar to versions plugin. It uses a String copy of pom and for the non-trivial tidy tasks an XMLEventReader from StAX api to manipulate rewrites, and plexus.util.FileUtils.fileWrite to write the pom file out.

[GitHub] maven-surefire pull request: Option to rerun failures at the end o...

2015-09-02 Thread lamyaa
Github user lamyaa commented on the pull request: https://github.com/apache/maven-surefire/pull/102#issuecomment-137210814 > I am not sure if test report would be updated after test run has finished. What was intended? From my understanding, rerunAtEnd again calls

[GitHub] maven-surefire pull request: Option to rerun failures at the end o...

2015-09-02 Thread lamyaa
Github user lamyaa commented on the pull request: https://github.com/apache/maven-surefire/pull/102#issuecomment-137231366 Oh, I see. I never looked into junit47 provide in detail. I'll look into it and see how rerunFailingTestsAtEndCount can fit there. --- If your project is set up

[GitHub] maven-surefire pull request: Option to rerun failures at the end o...

2015-09-02 Thread Tibor17
Github user Tibor17 commented on the pull request: https://github.com/apache/maven-surefire/pull/102#issuecomment-137228645 The junit47 provider runs all reruns in the after phase. If you use this provider, would it help the users? We should mention few differences between providers

[GitHub] maven-surefire pull request: Option to rerun failures at the end o...

2015-09-02 Thread lamyaa
Github user lamyaa commented on the pull request: https://github.com/apache/maven-surefire/pull/102#issuecomment-137207940 > Did you run the build (mvn install)? Yes, I did run mvn install and made sure that the checkstyle plugin passes. Are you maybe just seeing some weird line

Re: Maven Wagon SSH 2.10

2015-09-02 Thread Karl Heinz Marbaise
Hi Dan, why not doing yourself ? On 9/2/15 12:17 AM, Dan Tran wrote: Hi Karl, Could you please release this? Very much appreciated -Dan On Wed, Aug 26, 2015 at 11:16 PM, Anthony Whitford wrote: Any chance we could get a Maven Wagon SSH 2.10 release? (I’ve been

Re: Maven Wagon SSH 2.10

2015-09-02 Thread Dan Tran
Hi Karl, My last couple of releases ( via SVN) took me a day which I dont have ATM. Is it as simple as svn, no additional setup required? Thanks -Dan On Wed, Sep 2, 2015 at 11:58 AM, Karl Heinz Marbaise wrote: > Hi Dan, > > why not doing yourself ? > > > On 9/2/15 12:17

Re: maven-scm-provider-gitexe > 1.8.1 behavior changed?

2015-09-02 Thread Tobias Hochgürtel
Hi Hervé, I'm using 2.5.2, https://github.com/tobiashochguertel/hello/blob/master/pom.xml#L223 ``` maven-release-plugin 2.5.2 ``` Thanks for the hint to the JIRA Issue, not known that there is an JIRA. https://issues.apache.org/jira/browse/MRELEASE-812 I