[GitHub] maven-plugins pull request #98: Correct jira.codehaus.org to issues.apache.o...

2016-12-04 Thread nhojpatrick
GitHub user nhojpatrick opened a pull request: https://github.com/apache/maven-plugins/pull/98 Correct jira.codehaus.org to issues.apache.org/jira Looking though several plugins (http://maven.apache.org/plugins/maven-install-plugin/issue-tracking.html) and discovered the currently

[GitHub] maven-plugins pull request #97: MINSTALL-133 createChecksum default true

2016-12-04 Thread nhojpatrick
GitHub user nhojpatrick opened a pull request: https://github.com/apache/maven-plugins/pull/97 MINSTALL-133 createChecksum default true Patch for https://issues.apache.org/jira/browse/MINSTALL-133 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] maven issue #75: Patch for MNG-5956

2016-06-02 Thread nhojpatrick
Github user nhojpatrick commented on the issue: https://github.com/apache/maven/pull/75 I totally forgot about this defect. @khmarbaise yep I would like to use modules multiple times, if your building everything then yes they are included multiple times. The build time

[GitHub] maven issue #75: Patch for MNG-5956

2016-06-02 Thread nhojpatrick
Github user nhojpatrick commented on the issue: https://github.com/apache/maven/pull/75 Totally forgot about this defect, as I was waiting for it to be merged in. A git repo might might contain two deploy-able artifacts and currently the whole build might take 30 mins

[GitHub] maven-plugins pull request: Update Deprecated usage of shaHex to s...

2016-01-09 Thread nhojpatrick
GitHub user nhojpatrick opened a pull request: https://github.com/apache/maven-plugins/pull/78 Update Deprecated usage of shaHex to sha1Hex See https://commons.apache.org/proper/commons-codec/apidocs/org/apache/commons/codec/digest/DigestUtils.html#shaHex%28byte[]%29 You can merge

[GitHub] maven-plugins pull request: maven-assembly-plugin has checkstyle i...

2016-01-04 Thread nhojpatrick
GitHub user nhojpatrick opened a pull request: https://github.com/apache/maven-plugins/pull/77 maven-assembly-plugin has checkstyle issues failing build so fix them downloaded trunk and it won't build due to checkstyle failures, these patches should be in line with the other code

[GitHub] maven-plugins pull request: maven-assembly-plugin has checkstyle i...

2016-01-04 Thread nhojpatrick
Github user nhojpatrick closed the pull request at: https://github.com/apache/maven-plugins/pull/77 --- 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

[GitHub] maven-plugins pull request: Java 9 fixes

2016-01-03 Thread nhojpatrick
GitHub user nhojpatrick opened a pull request: https://github.com/apache/maven-plugins/pull/76 Java 9 fixes maven-jar-plugin and maven-javadoc-plugin require org.codehaus.plexus:plexus-archiver:3.0.3-SNAPSHOT plexus-archiver has had a critical change due to Java 9 changes

[GitHub] maven pull request: Patch for MNG-5956

2016-01-01 Thread nhojpatrick
Github user nhojpatrick commented on the pull request: https://github.com/apache/maven/pull/75#issuecomment-168305170 I've worked on 5+ projects where they ranged from 75-150 maven projects. Allow this configuration would have simplified and reduce build times. The usual work around

[GitHub] maven pull request: Patch for MNG-5956

2015-12-31 Thread nhojpatrick
GitHub user nhojpatrick opened a pull request: https://github.com/apache/maven/pull/75 Patch for MNG-5956 Issue raised https://issues.apache.org/jira/browse/MNG-5956 If you use modules, and that results in the same project/pom being included multiple times