[GitHub] maven pull request: [MNG-5642] Support type 'bundle' with extensio...

2014-06-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/maven/pull/19 --- 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 is enable

[GitHub] maven pull request: [MNG-5642] Support type 'bundle' with extensio...

2014-06-04 Thread pbenedict
Github user pbenedict commented on the pull request: https://github.com/apache/maven/pull/19#issuecomment-45096124 Personally I prefer "osgi-bundle" too, but the argument is moot since new types are not being allowed into core. I agree with Jason. Jason's direction should allow Maven

[GitHub] maven pull request: [MNG-5642] Support type 'bundle' with extensio...

2014-06-04 Thread mcculls
Github user mcculls commented on the pull request: https://github.com/apache/maven/pull/19#issuecomment-45094640 That looks like a documentation issue - I believe the line from the dependency plugin doc should read: ``` -Dartifact=groupId:artifactId:version[:type][:classifier]

[GitHub] maven pull request: [MNG-5642] Support type 'bundle' with extensio...

2014-06-04 Thread basovnik
Github user basovnik commented on the pull request: https://github.com/apache/maven/pull/19#issuecomment-45094172 I understand your reasons but there is a little conflict with [dependency plugin](http://maven.apache.org/plugins/maven-dependency-plugin/get-mojo.html#artifact). ```

[GitHub] maven pull request: [MNG-5642] Support type 'bundle' with extensio...

2014-06-04 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/19#issuecomment-45084215 -1. This will not be pulled into the core. We need to go the other direction and take these specific packaging types out of the core. Using a plugin declaration with extens

[GitHub] maven pull request: [MNG-5642] Support type 'bundle' with extensio...

2014-06-04 Thread basovnik
Github user basovnik commented on the pull request: https://github.com/apache/maven/pull/19#issuecomment-45078998 It may be more clear and precise, but ```bundle``` type is already being used ([7300+](http://search.maven.org/#search|ga|1|p%3A%22bundle%22) times). As far as I know, ```

[GitHub] maven pull request: [MNG-5642] Support type 'bundle' with extensio...

2014-06-04 Thread michael-o
Github user michael-o commented on the pull request: https://github.com/apache/maven/pull/19#issuecomment-45076095 Isn't `bundle` too general? `osgi-bundle` would be clear and precise. --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] maven pull request: [MNG-5642] Support type 'bundle' with extensio...

2014-06-04 Thread basovnik
GitHub user basovnik opened a pull request: https://github.com/apache/maven/pull/19 [MNG-5642] Support type 'bundle' with extension 'jar' https://jira.codehaus.org/browse/MNG-5642 You can merge this pull request into a Git repository by running: $ git pull https://github.com/ba