Re: Assemply plug-in: useProjectArtifact flag

2013-07-12 Thread Igor Zapletnev
Or any other way build jar file that includes one specified dependency and
project artifact


On Thu, Jul 11, 2013 at 11:19 PM, Igor Zapletnev
wrote:

> I want to include just one artifact from the dependencies in the the
> result jar, so my assembly descriptor:
>
> 
>   /
> 
>   org.example:test:zip:1.0.0
> 
> 
>
> In the result jar I am able to see only example-test.zip artifact, no
> project artifact. Looks like useProjectArtifact doesn't work (default
> value is true).
>
> Also I have tried to add project artifact in dependencySet but still have
> no success with it.
>
> Please share your throughs on this.
>


Assemply plug-in: useProjectArtifact flag

2013-07-11 Thread Igor Zapletnev
I want to include just one artifact from the dependencies in the the result
jar, so my assembly descriptor:


  /

  org.example:test:zip:1.0.0



In the result jar I am able to see only example-test.zip artifact, no
project artifact. Looks like useProjectArtifact doesn't work (default value
is true).

Also I have tried to add project artifact in dependencySet but still have
no success with it.

Please share your throughs on this.