Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5557C10495 for ; Thu, 6 Jun 2013 16:54:54 +0000 (UTC) Received: (qmail 1208 invoked by uid 500); 6 Jun 2013 16:54:52 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 1061 invoked by uid 500); 6 Jun 2013 16:54:51 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 1053 invoked by uid 99); 6 Jun 2013 16:54:50 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2013 16:54:50 +0000 Received: from localhost (HELO columbia) (127.0.0.1) (smtp-auth username rfscholte, mechanism login) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Jun 2013 16:54:50 +0000 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: "Maven Users List" Subject: Re: create manifest with jars in multiple directories? References: <84296C9B-D801-410D-9917-DE13DFD46983@gold-family.us> Date: Thu, 06 Jun 2013 18:54:49 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Robert Scholte" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.15 (Win32) See http://maven.apache.org/shared/maven-archiver/ and http://maven.apache.org/shared/maven-archiver/examples/manifestEntries.html I'm not sure if it'll work ... but it's worth trying Robert Op Thu, 06 Jun 2013 00:05:11 +0200 schreef Russell Gold : > If use the maven-shade-plugin, is the generated jar directly usable in > other builds using the dependency mechanism? I had assumed otherwise. > > Specifying the complete class path is a reasonable option for me, but is > there a way to do that without specifying the entire manifest? > > Thanks, > Russ > > On Jun 4, 2013, at 2:51 PM, Robert Scholte wrote: > >> How do you decide which artifacts go into which folder? >> If this is done by hand, then there's your answer: specify the complete >> classpath yourself. >> Otherwise I'd suggest to write a custom ManifestResourceTransformer for >> the maven-shade-plugin. >> >> Robert >> >> >> Op Tue, 04 Jun 2013 20:11:21 +0200 schreef Russell Gold >> : >> >>> If I enable manifest class path creation, the jar or assembly or shade >>> plugin will create a manifest class path that lists all of my >>> dependencies in the same directory. But what if I need them in >>> different directories? Our current requirements place certain jars in >>> specific directories so that layered products can find them - >>> something I doubt that I could get changed. How could I have Maven >>> take that into consideration? >>> ----------------- >>> Come read my webnovel, Take a Lemon , >>> and listen to the Misfile radio play >>> ! >>> >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org >> For additional commands, e-mail: users-help@maven.apache.org >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org