Return-Path: Delivered-To: apmail-incubator-chemistry-dev-archive@minotaur.apache.org Received: (qmail 37166 invoked from network); 5 May 2010 20:37:31 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 May 2010 20:37:31 -0000 Received: (qmail 29701 invoked by uid 500); 5 May 2010 20:37:31 -0000 Delivered-To: apmail-incubator-chemistry-dev-archive@incubator.apache.org Received: (qmail 29664 invoked by uid 500); 5 May 2010 20:37:31 -0000 Mailing-List: contact chemistry-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chemistry-dev@incubator.apache.org Delivered-To: mailing list chemistry-dev@incubator.apache.org Received: (qmail 29656 invoked by uid 99); 5 May 2010 20:37:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 20:37:30 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=AWL,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jhuebel@opentext.com designates 149.235.128.48 as permitted sender) Received: from [149.235.128.48] (HELO mucmx01.ixos.de) (149.235.128.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 20:37:23 +0000 Received: from mucpm02.smtp.dmz.opentext.com (localhost [127.0.0.1]) by mucmx01.ixos.de (8.12.10+Sun/8.12.10) with ESMTP id o45Kb1uE022035 for ; Wed, 5 May 2010 22:37:01 +0200 (MEST) Received: from MUCXGC2.opentext.net (mucxg02.opentext.net [149.235.128.136]) by mucpm02.smtp.dmz.opentext.com (8.14.4/8.14.4) with ESMTP id o45Kb0tS010656 for ; Wed, 5 May 2010 16:37:01 -0400 (envelope-from jhuebel@opentext.com) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CAEC92.B67B155D" Subject: Build failure with fresh maven repo Date: Wed, 5 May 2010 22:36:58 +0200 Message-ID: <267F7EC9C11CCB4C806D30029DA677630E5BE77C@MUCXGC2.opentext.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Build failure with fresh maven repo Thread-Index: AcrskrVKwdfwilypSPyHnLY9STHNtQ== From: =?iso-8859-1?Q?Jens_H=FCbel?= To: X-Archived: msg.BlsvaNC:2010-05-05:mucpm02.smtp.dmz.opentext.com ------_=_NextPart_001_01CAEC92.B67B155D Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi Chemistries, =20 I detected a build failure caused by some outdated dependencies in our = pom.xmls.=20 =20 It concerns me a bit that these kind of errors remain undetected in our = complete build and verification chain. =20 The problem is that after a refactoring the maven repository is not = cleared and keeps all artifacts that ever have been produced. So all our = builds internally and on Hudson succeed even if a pom.xml is invalid. If = someone builds from scratch however the build fails. =20 It seems to be good idea to manually clear the chemistry branch in the = maven repository after any change in the dependencies. Perhaps there is = a better way to address this kind of problem? Is there something like = mvn uninstall perhaps? =20 Jens =20 ------_=_NextPart_001_01CAEC92.B67B155D--