Return-Path: Delivered-To: apmail-maven-commits-archive@www.apache.org Received: (qmail 47904 invoked from network); 15 Aug 2010 10:11:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Aug 2010 10:11:15 -0000 Received: (qmail 24906 invoked by uid 500); 15 Aug 2010 10:11:14 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 24778 invoked by uid 500); 15 Aug 2010 10:11:12 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 24771 invoked by uid 99); 15 Aug 2010 10:11:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Aug 2010 10:11:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 15 Aug 2010 10:11:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E0267238890B; Sun, 15 Aug 2010 10:09:54 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r985648 - /maven/plugins/trunk/maven-doap-plugin/src/it/minimal/pom.xml Date: Sun, 15 Aug 2010 10:09:54 -0000 To: commits@maven.apache.org From: hboutemy@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100815100954.E0267238890B@eris.apache.org> Author: hboutemy Date: Sun Aug 15 10:09:54 2010 New Revision: 985648 URL: http://svn.apache.org/viewvc?rev=985648&view=rev Log: [MDOAP-26] fixed IT: Maven 3 depdency injection is more strict about required parameters Modified: maven/plugins/trunk/maven-doap-plugin/src/it/minimal/pom.xml Modified: maven/plugins/trunk/maven-doap-plugin/src/it/minimal/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/src/it/minimal/pom.xml?rev=985648&r1=985647&r2=985648&view=diff ============================================================================== --- maven/plugins/trunk/maven-doap-plugin/src/it/minimal/pom.xml (original) +++ maven/plugins/trunk/maven-doap-plugin/src/it/minimal/pom.xml Sun Aug 15 10:09:54 2010 @@ -33,4 +33,17 @@ under the License. + + + + + + maven-doap-plugin + + Maven 3 requires this configuration since default value (=project.url) is null + + + + +