Hi Is it possible to add a single jar to the classpath (MANIFEST) of another jar, without using dependencies in Maven2? I can't use dependencies, because the jar which should be named in the classpath is not generated by Maven at the moment I generate the other jar. But it will be generated some projects later. So I'm looking for something like this:
... <artifactId>myFirstJar</artifactId> <packaging>jar</packaging> <addToClasspath>mySecondJar</addToClasspath> ... Regards Sebastian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
