[GitHub] maven-shared pull request #21: [MSHARED-632] Expose which dependency classes...

2017-04-20 Thread jhaber
GitHub user jhaber opened a pull request: https://github.com/apache/maven-shared/pull/21 [MSHARED-632] Expose which dependency classes are used and where We use the maven-dependency-plugin to analyze dependencies and fail our build if there are any used undeclared or unused

[GitHub] maven-shared pull request: Advance the index for longs and doubles

2016-05-03 Thread jhaber
GitHub user jhaber opened a pull request: https://github.com/apache/maven-shared/pull/10 Advance the index for longs and doubles As you can see in the [stack overflow answer](http://stackoverflow.com/questions/32255023/how-would-i-go-about-parsing-the-java-class-file-constant-pool

[GitHub] maven-plugins pull request: [MDEP-490] Add option to ignore exclus...

2015-09-16 Thread jhaber
Github user jhaber closed the pull request at: https://github.com/apache/maven-plugins/pull/54 --- 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

[GitHub] maven-plugins pull request: Add option to ignore exclusion errors

2015-06-01 Thread jhaber
GitHub user jhaber opened a pull request: https://github.com/apache/maven-plugins/pull/54 Add option to ignore exclusion errors I would like to run the analyze-dep-mgt goal with failBuild=true, but need to be able to ignore exclusion errors in order to do so. A common example I've