Re: maven-assembly-plugin and dependencySet includes format

2012-08-02 Thread Laird Nelson
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

Re: maven-assembly-plugin and dependencySet includes format

2012-08-02 Thread Anders Hammar
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-

Re: maven-assembly-plugin and dependencySet includes format

2012-08-02 Thread Laird Nelson
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

maven-assembly-plugin and dependencySet includes format

2012-08-02 Thread Laird Nelson
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