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).
```
-Dartifact=groupId:artifactId:version[:packaging][:classifier]
```
Following command does not work:
```
mvn dependency:get -Dartifact=org.jbpm:jbpm-audit:6.0.1.Final:bundle
```
At least I would notice in the plugin description that ```packaging``` can
have only [default values](http://maven.apache.org/pom.html#Maven_Coordinates):
```pom```, ```jar```, ```maven-plugin```, ```ejb```, ```war```,```ear```,
```rar```, ```par```
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]