Return-Path: X-Original-To: apmail-openwebbeans-commits-archive@www.apache.org Delivered-To: apmail-openwebbeans-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B94B6D330 for ; Mon, 24 Sep 2012 21:36:43 +0000 (UTC) Received: (qmail 51321 invoked by uid 500); 24 Sep 2012 21:36:43 -0000 Delivered-To: apmail-openwebbeans-commits-archive@openwebbeans.apache.org Received: (qmail 51300 invoked by uid 500); 24 Sep 2012 21:36:43 -0000 Mailing-List: contact commits-help@openwebbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwebbeans.apache.org Delivered-To: mailing list commits@openwebbeans.apache.org Received: (qmail 51289 invoked by uid 99); 24 Sep 2012 21:36:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2012 21:36:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Mon, 24 Sep 2012 21:36:41 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 5FBBA23888FE for ; Mon, 24 Sep 2012 21:35:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1389607 - in /openwebbeans/trunk/webbeans-impl: pom.xml src/it/properties/pom.xml Date: Mon, 24 Sep 2012 21:35:57 -0000 To: commits@openwebbeans.apache.org From: struberg@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120924213557.5FBBA23888FE@eris.apache.org> Author: struberg Date: Mon Sep 24 21:35:56 2012 New Revision: 1389607 URL: http://svn.apache.org/viewvc?rev=1389607&view=rev Log: fix our ITs Modified: openwebbeans/trunk/webbeans-impl/pom.xml openwebbeans/trunk/webbeans-impl/src/it/properties/pom.xml Modified: openwebbeans/trunk/webbeans-impl/pom.xml URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/pom.xml?rev=1389607&r1=1389606&r2=1389607&view=diff ============================================================================== --- openwebbeans/trunk/webbeans-impl/pom.xml (original) +++ openwebbeans/trunk/webbeans-impl/pom.xml Mon Sep 24 21:35:56 2012 @@ -132,11 +132,12 @@ - integrationTest + run-its + org.apache.maven.plugins maven-invoker-plugin true Modified: openwebbeans/trunk/webbeans-impl/src/it/properties/pom.xml URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/src/it/properties/pom.xml?rev=1389607&r1=1389606&r2=1389607&view=diff ============================================================================== --- openwebbeans/trunk/webbeans-impl/src/it/properties/pom.xml (original) +++ openwebbeans/trunk/webbeans-impl/src/it/properties/pom.xml Mon Sep 24 21:35:56 2012 @@ -40,5 +40,18 @@ openwebbeans-impl @pom.version@ + + + org.apache.geronimo.specs + geronimo-jcdi_1.0_spec + true + + + + org.apache.geronimo.specs + geronimo-atinject_1.0_spec + true + +