This is one of the quirks of system scoped dependencies... and these
quirks are why we generally recommend that you NOT use system scope
except in a handful of situations.

Leverage your local Maven repo, perform a proper install of the
ctgclient artifact, and convert that system scope to compile.

Wayne

On 2/23/07, Jo Support <[EMAIL PROTECTED]> wrote:
hi, how to make system dependency added entries in manifest? I mean, this is
my dependency in the pom:

...
  <dependency>
   <groupId>lit-commons</groupId>
   <artifactId>ctgclient</artifactId>
   <version>1.0</version>
   <scope>system</scope>
   <systemPath>${env.LITTOOLSDIR}/${env.SOURCEDIR}/lit-sl-comm/ctgclient-
1.0.jar</systemPath>
  </dependency>
...

but in the resulting jar's manifest ctgclient-1.0.jar is missing. any
suggestion? thank you very much.

Jo


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to