Hi Felix, The maven dependency plugin let you specify the output directory where to store the copied/downlaoded resources (in the example pom
Jan sent you, that is configured in one of the parent poms): <configuration> <outputDirectory>jars</outputDirectory> <artifactItems> ââ. </artifactItems> </configuration> The jars should end up in <projectdirectory>/jars and you could add them in your Manifest.MF as you have done it before using the dependency
plugin: e.g.
Bundle-ClassPath:
., jars/surefire-junit47-2.17.jar, jars/common-junit48-2.17.jar, jars/surefire-grouper-2.17.jar hth Martin Von: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx]
Im Auftrag von Felix Dorner Okay I see. In this case, do you manage the bundle-classpath manifest entries manually or do you have another trick for that? On Mon, Apr 24, 2017 at 1:09 PM, Sievers, Jan <jan.sievers@xxxxxxx> wrote:
Linux. The choice of a GNU generation. |
↧
Re: [tycho-user] Can tycho pull a 3rd party (non-osgi) jar into a bundle lib dir and make sure it's on the bundle classpath?
↧