Re: Antwort: Re: Maven Shade Plugin

2013-03-01 Thread Jeffrey E Care
Joachim Durchholz wrote on 03/01/2013 07:08:52 AM: > > The complete coordinates of an artifact are GAVTC: group, > > artifact(name), version, type (default is jar), classifier (default is > > empty). > > Hm. Can I specify the type in a dependency as well? > Just curious, I certainly don't want t

Re: Re: Re: Antwort: Re: Maven Shade Plugin

2013-03-01 Thread Wayne Fay
> Hmmm, I don't understand this. I will have an more or less empty jar in my > nexus then, which is useless and there for no reason? For what reason does > that file exists then? Most like you are missing a configuration of the shade plugin: shadedArtifactAttached boolean - Defines whether the sha

Re: Antwort: Re: Maven Shade Plugin

2013-03-01 Thread Stephen Connolly
On 1 March 2013 15:03, Joachim Durchholz wrote: > Am 01.03.2013 14:59, schrieb Stephen Connolly: > > On 1 March 2013 12:08, Joachim Durchholz wrote: >> >> Am 01.03.2013 07:17, schrieb Tim Kettler: >>> >>> That's not correct. The classifier is part of the artifact coordinates >>> just li

Re: Antwort: Re: Maven Shade Plugin

2013-03-01 Thread Joachim Durchholz
Am 01.03.2013 14:59, schrieb Stephen Connolly: On 1 March 2013 12:08, Joachim Durchholz wrote: Am 01.03.2013 07:17, schrieb Tim Kettler: That's not correct. The classifier is part of the artifact coordinates just like group, artifact(name) and version. I knew. I just didn't want to cont

Re: Antwort: Re: Maven Shade Plugin

2013-03-01 Thread Stephen Connolly
On 1 March 2013 12:08, Joachim Durchholz wrote: > Am 01.03.2013 07:17, schrieb Tim Kettler: > > That's not correct. The classifier is part of the artifact coordinates >> just like group, artifact(name) and version. >> > > I knew. I just didn't want to contradict Stephen right away. The real is

Antwort: Re: Re: Antwort: Re: Maven Shade Plugin

2013-03-01 Thread Jan Engler
. 1 79183 Waldkirch, Germany Phone +49 7681 202-3214 mailto:jan.eng...@sick.de http://www.sick.com Von:Wayne Fay An: Maven Users List Datum: 01.03.2013 14:00 Betreff: Re: Re: Antwort: Re: Maven Shade Plugin > working with a split-up build project seems to work. The only p

Re: Re: Antwort: Re: Maven Shade Plugin

2013-03-01 Thread Wayne Fay
> working with a split-up build project seems to work. The only problem that > I face in the moment is that there is not only my 2 shaded jars (api and > api-sources) but also a file called "original-api.jar". The content of > this jar is only the meta-inf folder and I don't want this file to be >

Re: Antwort: Re: Maven Shade Plugin

2013-03-01 Thread Joachim Durchholz
Am 01.03.2013 07:17, schrieb Tim Kettler: That's not correct. The classifier is part of the artifact coordinates just like group, artifact(name) and version. I knew. I just didn't want to contradict Stephen right away. Plus, classifiers are usually assumed to identify auxiliary artifacts for a

Antwort: Re: Antwort: Re: Maven Shade Plugin

2013-03-01 Thread Jan Engler
An: Maven Users List Datum: 01.03.2013 09:49 Betreff: Re: Antwort: Re: Maven Shade Plugin Am 01.03.2013 08:26, schrieb Jörg Schaible: > Hi Tim, > > Tim Kettler wrote: > >> Am 28.02.2013 19:47, schrieb Joachim Durchholz: >>> Am 28.02.2013 16:24, schrieb Jan E

Re: Antwort: Re: Maven Shade Plugin

2013-03-01 Thread Tim Kettler
Am 01.03.2013 08:26, schrieb Jörg Schaible: Hi Tim, Tim Kettler wrote: Am 28.02.2013 19:47, schrieb Joachim Durchholz: Am 28.02.2013 16:24, schrieb Jan Engler: At first: in fact this is only one artifact. The full jar contains all classes of the dependecies, the api a reduced set (using filt

Antwort: Re: Antwort: Re: Maven Shade Plugin

2013-03-01 Thread Jan Engler
Waldkirch, Germany Phone +49 7681 202-3214 mailto:jan.eng...@sick.de http://www.sick.com Von:Jörg Schaible An: users@maven.apache.org Datum: 01.03.2013 08:27 Betreff: Re: Antwort: Re: Maven Shade Plugin Hi Tim, Tim Kettler wrote: > Am 28.02.2013 19:47, schrieb Joachim Durc

Re: Antwort: Re: Maven Shade Plugin

2013-02-28 Thread Jörg Schaible
Hi Tim, Tim Kettler wrote: > Am 28.02.2013 19:47, schrieb Joachim Durchholz: >> Am 28.02.2013 16:24, schrieb Jan Engler: >>> At first: in fact this is only one artifact. The full jar contains all >>> classes of the dependecies, the api a reduced set (using filtern in the >>> shade plugin). >> >>

Re: Antwort: Re: Maven Shade Plugin

2013-02-28 Thread Tim Kettler
Am 28.02.2013 19:47, schrieb Joachim Durchholz: Am 28.02.2013 16:24, schrieb Jan Engler: At first: in fact this is only one artifact. The full jar contains all classes of the dependecies, the api a reduced set (using filtern in the shade plugin). Is there a (conceivable) Maven build that uses

Re: Antwort: Re: Maven Shade Plugin

2013-02-28 Thread Joachim Durchholz
Am 28.02.2013 16:24, schrieb Jan Engler: At first: in fact this is only one artifact. The full jar contains all classes of the dependecies, the api a reduced set (using filtern in the shade plugin). Is there a (conceivable) Maven build that uses api.jar as a dependency? Then it must be the main

Antwort: Re: Maven Shade Plugin

2013-02-28 Thread Jan Engler
Hi, thanks for your help, At first: in fact this is only one artifact. The full jar contains all classes of the dependecies, the api a reduced set (using filtern in the shade plugin). Even if I split that up into 2 projects, I cannot define modules then in the pom, right? I need to do s/t lik