From users-return-130026-apmail-maven-users-archive=maven.apache.org@maven.apache.org Sat Nov 24 22:41:43 2012 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 E830CEF94 for ; Sat, 24 Nov 2012 22:41:42 +0000 (UTC) Received: (qmail 79253 invoked by uid 500); 24 Nov 2012 22:41:40 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 79174 invoked by uid 500); 24 Nov 2012 22:41:40 -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 79163 invoked by uid 99); 24 Nov 2012 22:41:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Nov 2012 22:41:40 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of laudio.info@gmail.com designates 209.85.219.43 as permitted sender) Received: from [209.85.219.43] (HELO mail-oa0-f43.google.com) (209.85.219.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Nov 2012 22:41:34 +0000 Received: by mail-oa0-f43.google.com with SMTP id k1so13254133oag.30 for ; Sat, 24 Nov 2012 14:41:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=1jEByDVqlpwl0XGAPAwg8ranuMnAWCPTX1Osm6p0Ve8=; b=eXTYQlCIYqxoE2leYiHYXxGRsdV1wLFpZSGjwdB/NZ5+uusI7i77neNlzaqIs2v7yr TV6S1CvjYyzaocovgkV3io26uXXDZOeYcbSc/aGeI18HtzXWr/aDCaMQlpnPUBG4oNan aLt4c+F+Wbb51kwXRY1phMM6rkmGWf/hpva9SBTkPvmhJ0yEyYq54bEpXu8YJqyVVNr6 zuldbsYblCcJ5fhF6MfPopyLyTpMvVqyJ7WgKeI1z6ARzgJlvQCbqjSbG55EO2Jea051 NoUhd0aVFVDczD+xt3V28Y8HrGf3g3z1RCVNJFBl30P/ULfOQcUPqKc8CeFeEy/Pd4Kg Pd1g== MIME-Version: 1.0 Received: by 10.182.146.46 with SMTP id sz14mr5869387obb.76.1353796873156; Sat, 24 Nov 2012 14:41:13 -0800 (PST) Received: by 10.60.25.37 with HTTP; Sat, 24 Nov 2012 14:41:13 -0800 (PST) In-Reply-To: <50B14C0A.2020707@artifact-software.com> References: <50B14C0A.2020707@artifact-software.com> Date: Sat, 24 Nov 2012 23:41:13 +0100 Message-ID: Subject: Re: externalize conf files From: "laudio.info" To: Maven Users List , rwheeler@artifact-software.com Content-Type: multipart/alternative; boundary=f46d0444e92bb8f8f404cf4565b6 X-Virus-Checked: Checked by ClamAV on apache.org --f46d0444e92bb8f8f404cf4565b6 Content-Type: text/plain; charset=ISO-8859-1 thanks do you have any example or url for read it? thanks 2012/11/24 Ron Wheeler > On 24/11/2012 5:29 PM, laudio.info wrote: > >> hello >> into my maven projects i have the conf files (properties) and log >> configuracion files into the jars or ears. >> well i must to externalize them. >> i must to put into one external location but i dont know. >> for example i must to put when i install the app (mvn install) into one >> ourt directory, for example c:/confiles >> >> is this posible using maven? >> how? >> can you help me please? >> >> Thanks >> >> There may be other ways to approach this but my first thought would be > to have a small assembly project that used the assembly or shade plug-in to > put these resources into a zip file (or some other archive) that could be > used to load them into the external location. > > Ron > > -- > Ron Wheeler > President > Artifact Software Inc > email: rwheeler@artifact-software.com > skype: ronaldmwheeler > phone: 866-970-2435, ext 102 > > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: users-unsubscribe@maven.**apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --f46d0444e92bb8f8f404cf4565b6--