Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 4583 invoked from network); 13 Nov 2006 17:22:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2006 17:22:56 -0000 Received: (qmail 69415 invoked by uid 500); 13 Nov 2006 17:23:04 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 69378 invoked by uid 500); 13 Nov 2006 17:23:04 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 69363 invoked by uid 99); 13 Nov 2006 17:23:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Nov 2006 09:23:04 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Nov 2006 09:22:53 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 2F63D1A984D; Mon, 13 Nov 2006 09:22:23 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r474403 - /struts/maven/trunk/struts2-archetype-starter/pom.xml Date: Mon, 13 Nov 2006 17:22:23 -0000 To: commits@struts.apache.org From: tmjee@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061113172223.2F63D1A984D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tmjee Date: Mon Nov 13 09:22:22 2006 New Revision: 474403 URL: http://svn.apache.org/viewvc?view=rev&rev=474403 Log: - added a Apache Snapshot and Test build repository, cause for example if we are depending on some snapshot struts-master version that's not in maven main repo, struts2-archetype-starter will not build. Modified: struts/maven/trunk/struts2-archetype-starter/pom.xml Modified: struts/maven/trunk/struts2-archetype-starter/pom.xml URL: http://svn.apache.org/viewvc/struts/maven/trunk/struts2-archetype-starter/pom.xml?view=diff&rev=474403&r1=474402&r2=474403 ============================================================================== --- struts/maven/trunk/struts2-archetype-starter/pom.xml (original) +++ struts/maven/trunk/struts2-archetype-starter/pom.xml Mon Nov 13 09:22:22 2006 @@ -18,5 +18,15 @@ scm:svn:https://svn.apache.org/repos/asf/struts/maven/trunk/struts2-archetype-starter/ http://svn.apache.org/viewcvs.cgi/struts/maven/trunk/struts2-archetype-starter/ + + + + apache.snapshots + Apache Maven Repository (Snapshots and Test Builds) + http://people.apache.org/repo/m2-snapshot-repository + true + true + +