[GitHub] maven-plugins pull request: Suggest using verify phase for Checkst...

2015-07-05 Thread andrewgaul
GitHub user andrewgaul opened a pull request: https://github.com/apache/maven-plugins/pull/56 Suggest using verify phase for Checkstyle The Maven lifecycle[1] reference suggests using validate to: validate the project is correct and all necessary information is available

[GitHub] maven-plugins pull request: MCHECKSTYLE-297: Add licenses stanza

2015-05-30 Thread andrewgaul
GitHub user andrewgaul opened a pull request: https://github.com/apache/maven-plugins/pull/53 MCHECKSTYLE-297: Add licenses stanza This allows license compliance tools like VersionEye to categorize dependencies. You can merge this pull request into a Git repository by running

[GitHub] maven-plugins pull request: MCHECKSTYLE-297: Add licenses stanza

2015-05-30 Thread andrewgaul
Github user andrewgaul closed the pull request at: https://github.com/apache/maven-plugins/pull/53 --- 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

maven-surefire pull request: [SUREFIRE-1030] Remove nested exception wrappe...

2013-10-21 Thread andrewgaul
Github user andrewgaul closed the pull request at: https://github.com/apache/maven-surefire/pull/27 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

maven-surefire pull request: [SUREFIRE-1030] Remove nested exception wrappe...

2013-09-04 Thread andrewgaul
GitHub user andrewgaul opened a pull request: https://github.com/apache/maven-surefire/pull/27 [SUREFIRE-1030] Remove nested exception wrappers Java 1.5 dependency is sufficient to get Throwable.getCause. You can merge this pull request into a Git repository by running: $ git

maven-surefire pull request: Avoid copy in TestSetRunListener.getAsString

2012-12-18 Thread andrewgaul
GitHub user andrewgaul opened a pull request: https://github.com/apache/maven-surefire/pull/16 Avoid copy in TestSetRunListener.getAsString Explicit synchronization allows us to avoid the copy, as suggested by: http://docs.oracle.com/javase/6/docs/api/java/util/Collections.html

maven-surefire pull request: Avoid copy in TestSetRunListener.getAsString

2012-12-18 Thread andrewgaul
Github user andrewgaul closed the pull request at: https://github.com/apache/maven-surefire/pull/16 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org