Re: Maven Jar Plugin - Custom classpath with different style

2017-02-07 Thread Robert Scholte
Hi, there's only a per-artifact transformation possible right now with one layout pattern. You cannot apply a custom pattern on just a subset of artifacts, that would require several enhancements. thanks, Robert On Mon, 06 Feb 2017 15:15:18 +0100, Rolf Rosenbaum, sdbn Solutions GmbH

Maven Jar Plugin - Custom classpath with different style

2017-02-06 Thread Rolf Rosenbaum, sdbn Solutions GmbH
Hi, i have a question concerning the Maven Jar Plugin. Is it possible to create a classpath entry in the Manifest, which contains version numbers for foreign depencies ans no version number for dependencies of my own modules of a multi module project? E.g.: Class-Path: module1.jar module2.jar