On Thu, Aug 2, 2012 at 1:35 PM, Anders Hammar wrote:
> Please file a JIRA ticket [1] for the plugin's documentation to be fixed!
>
Done: http://jira.codehaus.org/browse/MASSEMBLY-620
Best,
Laird
--
http://about.me/lairdnelson
Please file a JIRA ticket [1] for the plugin's documentation to be fixed!
For the Sonatype book, the source is in GitHub [2] so you can clone
and fix it yourself. And then send a pull request.
/Anders
[1] http://jira.codehaus.org/browse/MASSEMBLY
[2] https://github.com/sonatype/maven-reference-
On Thu, Aug 2, 2012 at 12:49 PM, Laird Nelson wrote:
> Which is it?
>
The format that works is none of these (!). In fact in version 2.3 of the
maven-assembly-plugin it needs to be:
groupId:artifactId:type:classifier[:version]
So, for example:
org.liquibase:liquibase-core:zip:bin:2.0.1
Be
The Sonatype book says that an include element in the assembly descriptor
may be groupId:artifactId:classifier:type (
http://www.sonatype.com/books/mvnref-book/reference/assemblies-sect-controlling-contents.html).
It may of course be other things as well.
The maven-assembly-plugin documentation s