[GitHub] maven-enforcer pull request #23: Adding RequireUpperBoundDeps.excludes optio...

2017-06-12 Thread jglick
GitHub user jglick opened a pull request: https://github.com/apache/maven-enforcer/pull/23 Adding RequireUpperBoundDeps.excludes option Needed to implement [JENKINS-41631](https://issues.jenkins-ci.org/browse/JENKINS-41631): there are certain known cases (that for various reasons

[GitHub] maven-enforcer pull request #22: Site fixes

2017-06-12 Thread jglick
GitHub user jglick opened a pull request: https://github.com/apache/maven-enforcer/pull/22 Site fixes Some fixes I found desirable or necessary when testing site generation locally. @reviewbybees for my colleagues You can merge this pull request into a Git repository by

Re: [SUREFIRE] JUnit 5 support - current state and next steps

2017-06-12 Thread Benedikt Ritter
Hello Tibor, thank you for sharing your thoughts and thank you for the review. > Am 10.06.2017 um 12:48 schrieb Tibor Digana : > > Both branches are messy. > 3.0-rc1 is pretty old and not working properly because one IT fails. > I wanted to continue on 3.0 two years ago

[GitHub] maven-surefire pull request #154: Move junit5 provider code

2017-06-12 Thread britter
GitHub user britter opened a pull request: https://github.com/apache/maven-surefire/pull/154 Move junit5 provider code Move the junit5/junit-plattform provider code to the junit5 branch. I used `git cherry-pick 73e09a8b^..70c8843e` to do this. You can merge this pull request into

[GitHub] maven-surefire pull request #155: Revert junit-plattform provider code from ...

2017-06-12 Thread britter
GitHub user britter opened a pull request: https://github.com/apache/maven-surefire/pull/155 Revert junit-plattform provider code from 3.0-rc1 branch. This code will be moved to the junit5 branch. This commit reverts: - Commit 70c8843e935882b0a78916894cb9f042964f2717

[GitHub] maven-surefire issue #153: SUREFIRE-1384: ProviderInfo for JUnit Plattform (...

2017-06-12 Thread britter
Github user britter commented on the issue: https://github.com/apache/maven-surefire/pull/153 @Tibor17 thank you for your review. Have you seen my question? I'm having problems running the IT. Is this related to the 3.0-rc1 branch? --- If your project is set up for it, you can reply

[GitHub] maven-surefire pull request #153: SUREFIRE-1384: ProviderInfo for JUnit Plat...

2017-06-12 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/153#discussion_r121315282 --- Diff: surefire-integration-tests/src/test/resources/junit-plattform/src/test/java/junitplattform/BasicTest.java --- @@ -0,0 +1,65 @@

[GitHub] maven-surefire pull request #153: SUREFIRE-1384: ProviderInfo for JUnit Plat...

2017-06-12 Thread britter
Github user britter commented on a diff in the pull request: https://github.com/apache/maven-surefire/pull/153#discussion_r121315310 --- Diff: surefire-integration-tests/src/test/resources/junit-plattform/pom.xml --- @@ -0,0 +1,58 @@ + + +

Plexus Archiver handling of symbolic links on Windows

2017-06-12 Thread Plamen Totev
Hello, There is discussion on Plexus Archiver about symbolic links and Windows[1]. Currently if a file set is added to an archive and the OS is Windows the symbolic links are followed. That is, instead of the symbolic links, the resulting archive contains the files they point to. For some time