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

Reply via email to