Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 75991 invoked from network); 2 Oct 2007 09:16:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2007 09:16:13 -0000 Received: (qmail 49216 invoked by uid 500); 2 Oct 2007 09:15:55 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 49165 invoked by uid 500); 2 Oct 2007 09:15:55 -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 49154 invoked by uid 99); 2 Oct 2007 09:15:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2007 02:15:55 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [134.98.65.18] (HELO gateway.elsag.de) (134.98.65.18) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 02 Oct 2007 09:15:57 +0000 Received: from esmail by gateway.elsag.de via smtpd (for athena.apache.org [140.211.11.136]) with ESMTP; Tue, 2 Oct 2007 11:15:34 +0200 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Subject: RE: POM-project as parent Date: Tue, 2 Oct 2007 11:15:33 +0200 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: POM-project as parent Thread-Index: AcgE1HEWn2FDPkVFSwqaPzRNJa01PwAADcXA References: <1191316260.5923.29.camel@erik-laptop> From: =?iso-8859-1?Q?J=F6rg_Schaible?= To: "Maven Users List" X-Virus-Checked: Checked by ClamAV on apache.org Erik Drolshammer wrote on Tuesday, October 02, 2007 11:11 AM: > Hi! > Context: > I have a set of projects and some of these should use > webstart (jnlp). I > have set up and configured the maven-webstart-plugin. This > configuration have I made generic and put in a separate project with > packaging pom and > let the projects that need jnlp inherit from this parent. The > parent is > available from the company Artifactory instance. >=20 > Problem: > If I check out a project that needs jnlp and have a clean local repo, > the build fails because the parent can't be found. >=20 > (I have notice the relativePath-option, but this requires that the > parent project has also been checked out, so this option was > rejected.)=20 >=20 > Is there a clean way to solve this or must I dismiss the > parent project > and duplicate the config to the projects that needs it? Simpy release this parent POM. - J=F6rg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org