Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 85097 invoked from network); 22 Jul 2010 02:03:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Jul 2010 02:03:26 -0000 Received: (qmail 10683 invoked by uid 500); 22 Jul 2010 02:03:25 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 10641 invoked by uid 500); 22 Jul 2010 02:03:24 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 10634 invoked by uid 99); 22 Jul 2010 02:03:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jul 2010 02:03:24 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of forrestxm@gmail.com designates 209.85.161.182 as permitted sender) Received: from [209.85.161.182] (HELO mail-gx0-f182.google.com) (209.85.161.182) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Jul 2010 02:03:11 +0000 Received: by gxk24 with SMTP id 24so5202902gxk.13 for ; Wed, 21 Jul 2010 19:02:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=v7bHGhVwwtk696x5L4aw9FOb6Co2EiZeGAo3Vgd7hXw=; b=vOf0d0TRVBfZJ2e6ozBOoVD8q3IUoXI51pkzqPKd3OY+q5p8Zw49T8/E8yjpr1P/dU mure0R2pEgM8j/Mtv5xo9/IB9xVZHpgDLrDi/4EueIkjW+sLJVM7CJFPiX0/mdxcmKpi jISDKS7YongyuEXiOehAjpCpIpxyufJoiBcE8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=FhG/4oyFhEMTIyenDAF1ky7tXfsX4Ej9zkFpAlYCLBU9PFogWVCXCQz8wVq+FL6z63 oYj9iTp+6rYnJCUrOgCPa50oBVx+Gap/1hZIEws0WtPWlHXOAfY/FRB+jecRRMG9pn3G uCKM/xOZ4VghyyYQqv4QaVxtEwADYrPBUGbkM= MIME-Version: 1.0 Received: by 10.224.62.217 with SMTP id y25mr833063qah.193.1279764119209; Wed, 21 Jul 2010 19:01:59 -0700 (PDT) Received: by 10.224.29.12 with HTTP; Wed, 21 Jul 2010 19:01:58 -0700 (PDT) In-Reply-To: References: Date: Thu, 22 Jul 2010 10:01:58 +0800 Message-ID: Subject: Re: svn commit: r966114 - in /geronimo/server/trunk/testsuite: ./ aries-testsuite/jpa/jpa-eba/ aries-testsuite/simple/simple-eba/ commands-testsuite/deploy/ commands-testsuite/jaxws/ commands-testsuite/shutdown/ console-testsuite/advanced/ console-te From: Forrest Xia To: dev@geronimo.apache.org Content-Type: multipart/alternative; boundary=00c09f93d5c9b8ca9a048bf04d2c X-Virus-Checked: Checked by ClamAV on apache.org --00c09f93d5c9b8ca9a048bf04d2c Content-Type: text/plain; charset=ISO-8859-1 On Wed, Jul 21, 2010 at 11:14 PM, Jarek Gawor wrote: > The "it" profile was removed from a bunch of poms. So the stuff that > was in "it" profile now runs by default. One of those plugins that now > runs by default is the geronimo-maven-plugin which will download and > start Geronimo. That is a slow process and I really want to avoid it > when I just want to build the archive. > If you just use "mvn clean install" without any profile, then it's true that "it" profile is activated, and that will trigger server download and start. To avoid that, we can remove "it" profile from default activation. But you can also use "mvn clean install -Pit-manual", then it just build the test bucket and try to deploy to an running server. The server download and start won't happen. This won't take too much time than before. > > What was the main purpose of these changes? If this was supposed to > address starting the server once for all tests then I think there are > other changes (far less extensive) that we can make to make that > possible. > The purposes drive me making this change are: 1. Add it-manual profile so that we can easily start server once and run all of tests in the testsuite. 2. Share common settings between it and it-manual profile. Either it or it-manual, the g-m-p's setting for install/run/uninstall module are same and should be reused. 3. Lower failsafe and selenium plugins to the level where they are used, thus make the pom more readable. > > Jarek > Let me know if you are comfortable to this explanation. Thanks! Forrest > > On Wed, Jul 21, 2010 at 10:57 AM, Forrest Xia wrote: > > Jarek, > > > > To manually try test buckets, you can use the "it-manual" profile. The > > it-manual profile won't download and start a default server assembly. As > you > > see, with this profile, the test modules are always built and deployed to > an > > running server which is started manually. If the deployment failed, it > still > > won't stop you to use the built artifact and then deploy by yourself. > > > > Let me know if this is still a problem for you. Thanks for comments! > > > > Forrest > > > > On Wed, Jul 21, 2010 at 10:44 PM, Jarek Gawor wrote: > >> > >> Forrest, > >> > >> I'm -1 on these changes. I want to be able to go into a given module > >> and just build the archive so that I can deploy it myself. And if I > >> want to run tests I build the given module with a -Pit profile. That > >> how it used to work. Right now I can't build a single module without > >> geronimo-maven-plugin kicking in and downloading and starting Geronimo > >> server. > >> > >> Jarek > >> > >> On Wed, Jul 21, 2010 at 3:14 AM, wrote: > >> > Author: xiaming > >> > Date: Wed Jul 21 07:14:34 2010 > >> > New Revision: 966114 > >> > > >> > URL: http://svn.apache.org/viewvc?rev=966114&view=rev > >> > Log: > >> > GERONIMO-5262 Add it-manual profile and set it as the default profile > >> > > >> > Modified: > >> > geronimo/server/trunk/testsuite/aries-testsuite/jpa/jpa-eba/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/aries-testsuite/simple/simple-eba/pom.xml > >> > geronimo/server/trunk/testsuite/commands-testsuite/deploy/pom.xml > >> > geronimo/server/trunk/testsuite/commands-testsuite/jaxws/pom.xml > >> > geronimo/server/trunk/testsuite/commands-testsuite/shutdown/pom.xml > >> > geronimo/server/trunk/testsuite/console-testsuite/advanced/pom.xml > >> > geronimo/server/trunk/testsuite/console-testsuite/basic/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ear/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/corba-testsuite/corba-mytime/corba-mytime-ear/pom.xml > >> > geronimo/server/trunk/testsuite/corba-testsuite/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/deployment-testsuite/deployment-tests/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/deployment-testsuite/jca-cms-tests/jca-cms-ear/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/appname-tests/appname-ear/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/datasource-test/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/ejb-tests/ejb-ear/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/jms-tests/jms-ear/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml > >> > geronimo/server/trunk/testsuite/enterprise-testsuite/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/sec-client-tests/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/sec-tests/sec-ear/pom.xml > >> > geronimo/server/trunk/testsuite/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/security-testsuite/test-security/pom.xml > >> > geronimo/server/trunk/testsuite/web-testsuite/pom.xml > >> > geronimo/server/trunk/testsuite/web-testsuite/test-2.1-jsps/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/web-testsuite/test-2.5-servlets/pom.xml > >> > geronimo/server/trunk/testsuite/web-testsuite/test-jetty/pom.xml > >> > geronimo/server/trunk/testsuite/web-testsuite/test-myfaces/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/web-testsuite/test-tld/test-tld-war/pom.xml > >> > geronimo/server/trunk/testsuite/web-testsuite/test-tomcat/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/web-testsuite/test-web-forward/web-forward-ear/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/web-testsuite/test-web-references/web-references-ear/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/webservices-testsuite/jaxb-tests/jaxb-war/pom.xml > >> > > >> > > geronimo/server/trunk/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml > >> > > >> > Modified: > >> > geronimo/server/trunk/testsuite/aries-testsuite/jpa/jpa-eba/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/aries-testsuite/jpa/jpa-eba/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- > geronimo/server/trunk/testsuite/aries-testsuite/jpa/jpa-eba/pom.xml > >> > (original) > >> > +++ > geronimo/server/trunk/testsuite/aries-testsuite/jpa/jpa-eba/pom.xml > >> > Wed Jul 21 07:14:34 2010 > >> > @@ -45,44 +45,22 @@ > >> > jpa-wab > >> > ${project.version} > >> > > >> > - > >> > + > >> > > >> > - > >> > - > >> > - > >> > - org.apache.aries > >> > - eba-maven-plugin > >> > - true > >> > - > >> > - true > >> > - > >> > - > >> > 1.0.0 > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - it > >> > > >> > - > >> > - > >> > - > >> > - > org.apache.maven.plugins > >> > - > >> > maven-failsafe-plugin > >> > - > >> > - > >> > - jpa > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > > >> > > >> > + org.apache.aries > >> > + eba-maven-plugin > >> > + true > >> > + > >> > + true > >> > + > >> > + > >> > 1.0.0 > >> > + > >> > + > >> > + > >> > + > >> > org.apache.maven.plugins > >> > > maven-dependency-plugin > >> > > >> > @@ -157,10 +135,17 @@ > >> > > >> > > >> > > >> > - > >> > + > >> > + org.apache.maven.plugins > >> > + > maven-failsafe-plugin > >> > + > >> > + > >> > + jpa > >> > + > >> > + > >> > + > >> > > >> > > >> > - > >> > - > >> > + > >> > > >> > > >> > > >> > Modified: > >> > > geronimo/server/trunk/testsuite/aries-testsuite/simple/simple-eba/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/aries-testsuite/simple/simple-eba/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- > >> > > geronimo/server/trunk/testsuite/aries-testsuite/simple/simple-eba/pom.xml > >> > (original) > >> > +++ > >> > > geronimo/server/trunk/testsuite/aries-testsuite/simple/simple-eba/pom.xml > >> > Wed Jul 21 07:14:34 2010 > >> > @@ -47,42 +47,20 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - org.apache.aries > >> > - eba-maven-plugin > >> > - true > >> > - > >> > - true > >> > - > >> > - > >> > 1.0.0 > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - it > >> > - > >> > - > >> > - > >> > - > >> > - > org.apache.maven.plugins > >> > - > >> > maven-failsafe-plugin > >> > - > >> > - > >> > - simple > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > + > >> > > >> > > >> > + org.apache.aries > >> > + eba-maven-plugin > >> > + true > >> > + > >> > + true > >> > + > >> > + > >> > 1.0.0 > >> > + > >> > + > >> > + > >> > + > >> > > >> > org.apache.geronimo.buildsupport > >> > geronimo-maven-plugin > >> > > >> > @@ -108,9 +86,16 @@ > >> > > >> > > >> > > >> > + > >> > + > org.apache.maven.plugins > >> > + > >> > maven-failsafe-plugin > >> > + > >> > + > >> > + simple > >> > + > >> > + > >> > + > >> > > >> > - > >> > - > >> > - > >> > + > >> > > >> > > >> > > >> > Modified: > >> > geronimo/server/trunk/testsuite/commands-testsuite/deploy/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/commands-testsuite/deploy/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- geronimo/server/trunk/testsuite/commands-testsuite/deploy/pom.xml > >> > (original) > >> > +++ geronimo/server/trunk/testsuite/commands-testsuite/deploy/pom.xml > >> > Wed Jul 21 07:14:34 2010 > >> > @@ -31,6 +31,14 @@ > >> > > >> > Test for the deploy.bat/sh > >> > > >> > + > >> > + > >> > + > >> > + org.apache.maven.plugins > >> > + maven-failsafe-plugin > >> > + > >> > + > >> > + > >> > > >> > > >> > > >> > > >> > Modified: > >> > geronimo/server/trunk/testsuite/commands-testsuite/jaxws/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/commands-testsuite/jaxws/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- geronimo/server/trunk/testsuite/commands-testsuite/jaxws/pom.xml > >> > (original) > >> > +++ geronimo/server/trunk/testsuite/commands-testsuite/jaxws/pom.xml > Wed > >> > Jul 21 07:14:34 2010 > >> > @@ -51,7 +51,7 @@ > >> > > >> > > >> > org.apache.maven.plugins > >> > - maven-surefire-plugin > >> > + maven-failsafe-plugin > >> > > >> > > >> > > >> > > >> > Modified: > >> > geronimo/server/trunk/testsuite/commands-testsuite/shutdown/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/commands-testsuite/shutdown/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- > geronimo/server/trunk/testsuite/commands-testsuite/shutdown/pom.xml > >> > (original) > >> > +++ > geronimo/server/trunk/testsuite/commands-testsuite/shutdown/pom.xml > >> > Wed Jul 21 07:14:34 2010 > >> > @@ -31,6 +31,14 @@ > >> > > >> > Test for the shutdown.bat/sh > >> > > >> > + > >> > + > >> > + > >> > + org.apache.maven.plugins > >> > + maven-failsafe-plugin > >> > + > >> > + > >> > + > >> > > >> > > >> > > >> > > >> > Modified: > >> > geronimo/server/trunk/testsuite/console-testsuite/advanced/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/console-testsuite/advanced/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- geronimo/server/trunk/testsuite/console-testsuite/advanced/pom.xml > >> > (original) > >> > +++ geronimo/server/trunk/testsuite/console-testsuite/advanced/pom.xml > >> > Wed Jul 21 07:14:34 2010 > >> > @@ -37,17 +37,25 @@ > >> > Advanced test for the Geronimo console. > >> > > >> > > >> > + > >> > + > >> > + > >> > + org.apache.maven.plugins > >> > + maven-failsafe-plugin > >> > + > >> > + > >> > + org.codehaus.mojo > >> > + selenium-maven-plugin > >> > + > >> > + > >> > + > >> > + > >> > > >> > > >> > it > >> > > >> > > >> > > >> > - org.codehaus.mojo > >> > - > selenium-maven-plugin > >> > - > >> > - > >> > - > >> > > >> > org.apache.geronimo.buildsupport > >> > geronimo-maven-plugin > >> > > >> > > >> > Modified: > >> > geronimo/server/trunk/testsuite/console-testsuite/basic/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/console-testsuite/basic/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- geronimo/server/trunk/testsuite/console-testsuite/basic/pom.xml > >> > (original) > >> > +++ geronimo/server/trunk/testsuite/console-testsuite/basic/pom.xml > Wed > >> > Jul 21 07:14:34 2010 > >> > @@ -37,17 +37,26 @@ > >> > Basic test for the Geronimo console. > >> > > >> > > >> > + > >> > + > >> > + > >> > + org.apache.maven.plugins > >> > + maven-failsafe-plugin > >> > + > >> > + > >> > + org.codehaus.mojo > >> > + selenium-maven-plugin > >> > + > >> > + > >> > + > >> > + > >> > + > >> > > >> > > >> > it > >> > > >> > > >> > > >> > - org.codehaus.mojo > >> > - > selenium-maven-plugin > >> > - > >> > - > >> > - > >> > > >> > org.apache.geronimo.buildsupport > >> > geronimo-maven-plugin > >> > > >> > > >> > Modified: > >> > > geronimo/server/trunk/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ear/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ear/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- > >> > > geronimo/server/trunk/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ear/pom.xml > >> > (original) > >> > +++ > >> > > geronimo/server/trunk/testsuite/corba-testsuite/corba-helloworld/corba-helloworld-ear/pom.xml > >> > Wed Jul 21 07:14:34 2010 > >> > @@ -109,32 +109,6 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - it > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - org.apache.maven.plugins > >> > - > maven-failsafe-plugin > >> > - > >> > - > >> > - > >> > - clientLogFile > >> > - ${clientLogFile} > >> > - > >> > - > >> > - > >> > - > >> > - > >> > > >> > > >> > org.apache.geronimo.buildsupport > >> > geronimo-maven-plugin > >> > @@ -208,10 +182,23 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > + > >> > + > >> > + > >> > + > >> > + > >> > + > >> > + org.apache.maven.plugins > >> > + > maven-failsafe-plugin > >> > + > >> > + > >> > + > >> > + clientLogFile > >> > + ${clientLogFile} > >> > + > >> > + > >> > + > >> > + > >> > + > >> > + > >> > > >> > > >> > Modified: > >> > > geronimo/server/trunk/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- > >> > > geronimo/server/trunk/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml > >> > (original) > >> > +++ > >> > > geronimo/server/trunk/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/pom.xml > >> > Wed Jul 21 07:14:34 2010 > >> > @@ -82,16 +82,7 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - it > >> > - > >> > - > >> > - > >> > + > >> > > >> > > >> > org.apache.geronimo.buildsupport > >> > geronimo-maven-plugin > >> > @@ -138,9 +129,7 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > + > >> > + > >> > > >> > > >> > > >> > Modified: > >> > > geronimo/server/trunk/testsuite/corba-testsuite/corba-mytime/corba-mytime-ear/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/corba-testsuite/corba-mytime/corba-mytime-ear/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- > >> > > geronimo/server/trunk/testsuite/corba-testsuite/corba-mytime/corba-mytime-ear/pom.xml > >> > (original) > >> > +++ > >> > > geronimo/server/trunk/testsuite/corba-testsuite/corba-mytime/corba-mytime-ear/pom.xml > >> > Wed Jul 21 07:14:34 2010 > >> > @@ -115,29 +115,15 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - it > >> > - > >> > - > >> > - > >> > - > >> > - > org.apache.maven.plugins > >> > - > >> > maven-failsafe-plugin > >> > - > >> > - > >> > - > >> > > ${project.build.testOutputDirectory}/testng.xml > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > + > >> > + org.apache.maven.plugins > >> > + maven-failsafe-plugin > >> > + > >> > + > >> > + > >> > > ${project.build.testOutputDirectory}/testng.xml > >> > + > >> > + > >> > + > >> > > >> > org.codehaus.mojo > >> > selenium-maven-plugin > >> > @@ -174,10 +160,7 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > - > >> > + > >> > + > >> > > >> > > >> > > >> > Modified: geronimo/server/trunk/testsuite/corba-testsuite/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/corba-testsuite/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- geronimo/server/trunk/testsuite/corba-testsuite/pom.xml (original) > >> > +++ geronimo/server/trunk/testsuite/corba-testsuite/pom.xml Wed Jul 21 > >> > 07:14:34 2010 > >> > @@ -42,7 +42,7 @@ > >> > > >> > - corba-marshal > >> > + > >> > corba-mytime > >> > > >> > > >> > > >> > Modified: > >> > > geronimo/server/trunk/testsuite/deployment-testsuite/deployment-tests/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/deployment-testsuite/deployment-tests/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- > >> > > geronimo/server/trunk/testsuite/deployment-testsuite/deployment-tests/pom.xml > >> > (original) > >> > +++ > >> > > geronimo/server/trunk/testsuite/deployment-testsuite/deployment-tests/pom.xml > >> > Wed Jul 21 07:14:34 2010 > >> > @@ -37,25 +37,17 @@ > >> > Tests for the test-deployables. > >> > > >> > > >> > - > >> > - > >> > - it > >> > - > >> > - > >> > - > >> > - > >> > - > org.apache.maven.plugins > >> > - > >> > maven-failsafe-plugin > >> > - > >> > - > >> > - > >> > > ${project.build.testOutputDirectory}/testng.xml > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > + > >> > + > >> > + > >> > + org.apache.maven.plugins > >> > + maven-failsafe-plugin > >> > + > >> > + > >> > + > >> > > ${project.build.testOutputDirectory}/testng.xml > >> > + > >> > + > >> > + > >> > > >> > org.codehaus.mojo > >> > selenium-maven-plugin > >> > @@ -126,9 +118,8 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > + > >> > + > >> > + > >> > > >> > > >> > > >> > Modified: > >> > > geronimo/server/trunk/testsuite/deployment-testsuite/jca-cms-tests/jca-cms-ear/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/deployment-testsuite/jca-cms-tests/jca-cms-ear/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- > >> > > geronimo/server/trunk/testsuite/deployment-testsuite/jca-cms-tests/jca-cms-ear/pom.xml > >> > (original) > >> > +++ > >> > > geronimo/server/trunk/testsuite/deployment-testsuite/jca-cms-tests/jca-cms-ear/pom.xml > >> > Wed Jul 21 07:14:34 2010 > >> > @@ -115,15 +115,6 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - it > >> > - > >> > - > >> > - > >> > > >> > > org.apache.maven.plugins > >> > > >> > maven-failsafe-plugin > >> > @@ -133,10 +124,7 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > > >> > - > >> > > >> > org.codehaus.mojo > >> > selenium-maven-plugin > >> > @@ -168,9 +156,7 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > + > >> > + > >> > > >> > > >> > > >> > Modified: > >> > > geronimo/server/trunk/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- > >> > > geronimo/server/trunk/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml > >> > (original) > >> > +++ > >> > > geronimo/server/trunk/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-ear/pom.xml > >> > Wed Jul 21 07:14:34 2010 > >> > @@ -79,14 +79,6 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - it > >> > - > >> > - > >> > > >> > > >> > org.apache.geronimo.buildsupport > >> > geronimo-maven-plugin > >> > @@ -113,9 +105,7 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > + > >> > + > >> > > >> > > >> > > >> > Modified: > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/appname-tests/appname-ear/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/enterprise-testsuite/appname-tests/appname-ear/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/appname-tests/appname-ear/pom.xml > >> > (original) > >> > +++ > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/appname-tests/appname-ear/pom.xml > >> > Wed Jul 21 07:14:34 2010 > >> > @@ -92,14 +92,6 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - it > >> > - > >> > - > >> > > >> > org.apache.maven.plugins > >> > maven-failsafe-plugin > >> > @@ -144,10 +136,7 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > - > >> > + > >> > + > >> > > >> > > >> > > >> > Modified: > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/datasource-test/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/enterprise-testsuite/datasource-test/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/datasource-test/pom.xml > >> > (original) > >> > +++ > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/datasource-test/pom.xml > >> > Wed Jul 21 07:14:34 2010 > >> > @@ -41,13 +41,9 @@ > >> > provided > >> > > >> > > >> > - > >> > - > >> > - > >> > - it > >> > - > >> > - > >> > - > >> > + > >> > + > >> > + > >> > > >> > > org.apache.maven.plugins > >> > > >> > maven-failsafe-plugin > >> > @@ -60,10 +56,6 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > > >> > > >> > org.apache.geronimo.buildsupport > >> > geronimo-maven-plugin > >> > @@ -91,8 +83,6 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > + > >> > > >> > > >> > > >> > Modified: > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/ejb-tests/ejb-ear/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/enterprise-testsuite/ejb-tests/ejb-ear/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/ejb-tests/ejb-ear/pom.xml > >> > (original) > >> > +++ > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/ejb-tests/ejb-ear/pom.xml > >> > Wed Jul 21 07:14:34 2010 > >> > @@ -118,14 +118,6 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - it > >> > - > >> > - > >> > > >> > > >> > org.apache.geronimo.buildsupport > >> > geronimo-maven-plugin > >> > @@ -152,10 +144,8 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > + > >> > + > >> > > >> > > >> > > >> > > >> > Modified: > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/jms-tests/jms-ear/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/enterprise-testsuite/jms-tests/jms-ear/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/jms-tests/jms-ear/pom.xml > >> > (original) > >> > +++ > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/jms-tests/jms-ear/pom.xml > >> > Wed Jul 21 07:14:34 2010 > >> > @@ -121,15 +121,6 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - it > >> > - > >> > - > >> > - > >> > > >> > > org.apache.maven.plugins > >> > > >> > maven-failsafe-plugin > >> > @@ -139,10 +130,7 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > + > >> > > >> > org.codehaus.mojo > >> > selenium-maven-plugin > >> > @@ -174,9 +162,7 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > + > >> > + > >> > > >> > > >> > > >> > Modified: > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml > >> > (original) > >> > +++ > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/jpa-tests/jpa-ear/pom.xml > >> > Wed Jul 21 07:14:34 2010 > >> > @@ -104,14 +104,6 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - it > >> > - > >> > - > >> > > >> > > >> > org.apache.geronimo.buildsupport > >> > geronimo-maven-plugin > >> > @@ -138,9 +130,7 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > + > >> > + > >> > > >> > > >> > > >> > Modified: geronimo/server/trunk/testsuite/enterprise-testsuite/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/enterprise-testsuite/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- geronimo/server/trunk/testsuite/enterprise-testsuite/pom.xml > >> > (original) > >> > +++ geronimo/server/trunk/testsuite/enterprise-testsuite/pom.xml Wed > Jul > >> > 21 07:14:34 2010 > >> > @@ -53,7 +53,7 @@ > >> > sec-tests > >> > --> > >> > jpa-tests > >> > - sec-client-tests > >> > + > >> > datasource-test > >> > appname-tests > >> > > >> > > >> > Modified: > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/sec-client-tests/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/enterprise-testsuite/sec-client-tests/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/sec-client-tests/pom.xml > >> > (original) > >> > +++ > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/sec-client-tests/pom.xml > >> > Wed Jul 21 07:14:34 2010 > >> > @@ -62,15 +62,6 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - it > >> > - > >> > - > >> > > >> > org.apache.maven.plugins > >> > maven-failsafe-plugin > >> > @@ -83,7 +74,6 @@ > >> > > >> > > >> > > >> > - > >> > > >> > > >> > org.apache.geronimo.buildsupport > >> > geronimo-maven-plugin > >> > @@ -124,10 +114,8 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > + > >> > + > >> > > >> > > >> > > >> > > >> > Modified: > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/sec-tests/sec-ear/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/enterprise-testsuite/sec-tests/sec-ear/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/sec-tests/sec-ear/pom.xml > >> > (original) > >> > +++ > >> > > geronimo/server/trunk/testsuite/enterprise-testsuite/sec-tests/sec-ear/pom.xml > >> > Wed Jul 21 07:14:34 2010 > >> > @@ -119,14 +119,6 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - it > >> > - > >> > - > >> > > >> > org.apache.maven.plugins > >> > maven-failsafe-plugin > >> > @@ -183,10 +175,7 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - > >> > - > >> > + > >> > + > >> > > >> > > >> > > >> > Modified: geronimo/server/trunk/testsuite/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- geronimo/server/trunk/testsuite/pom.xml (original) > >> > +++ geronimo/server/trunk/testsuite/pom.xml Wed Jul 21 07:14:34 2010 > >> > @@ -116,6 +116,72 @@ > >> > > >> > > >> > > >> > + > >> > + org.codehaus.mojo > >> > + > >> > selenium-maven-plugin > >> > + > >> > + > >> > + > >> > + start-selenium > >> > + > pre-integration-test > >> > + > >> > + start-server > >> > + > >> > + > >> > + true > >> > + true > >> > + > >> > + > >> > + browser > >> > + > >> > ${browser} > >> > + > >> > + > >> > + > >> > + > >> > + > >> > + stop-selenium > >> > + > >> > post-integration-test > >> > + > >> > + stop-server > >> > + > >> > + > >> > + > >> > + > >> > + > >> > + > >> > + > org.apache.maven.plugins > >> > + > >> > maven-failsafe-plugin > >> > + 2.5 > >> > + > >> > + > >> > true > >> > + once > >> > + > >> > 300 > >> > + -enableassertions > >> > + false > >> > + > >> > true > >> > + > >> > ${project.build.directory} > >> > + > >> > + **/Test*.java > >> > + **/*Test.java > >> > + > >> > + > >> > + > >> > + > >> > + integration-test > >> > + > >> > + integration-test > >> > + > >> > + > >> > + > >> > + verify > >> > + install > >> > + > >> > + verify > >> > + > >> > + > >> > + > >> > + > >> > + > >> > > >> > > >> > > >> > @@ -197,75 +263,13 @@ > >> > > >> > > >> > it > >> > + > >> > + true > >> > + > >> > > >> > > >> > > >> > > >> > - org.codehaus.mojo > >> > - > >> > selenium-maven-plugin > >> > - false > >> > - > >> > - > >> > - start-selenium > >> > - > pre-integration-test > >> > - > >> > - start-server > >> > - > >> > - > >> > - true > >> > - true > >> > - > >> > - > >> > - browser > >> > - > >> > ${browser} > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - stop-selenium > >> > - > >> > post-integration-test > >> > - > >> > - stop-server > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > org.apache.maven.plugins > >> > - > >> > maven-failsafe-plugin > >> > - 2.5 > >> > - > >> > - > >> > true > >> > - once > >> > - > >> > 300 > >> > - -enableassertions > >> > - false > >> > - > >> > ${project.build.directory} > >> > - > >> > - **/Test*.java > >> > - **/*Test.java > >> > - > >> > - > >> > - > >> > - > >> > - integration-test > >> > - > >> > - integration-test > >> > - > >> > - > >> > - > >> > - verify > >> > - install > >> > - > >> > - verify > >> > - > >> > - > >> > - > >> > - > >> > - > >> > - > >> > > >> > org.apache.geronimo.buildsupport > >> > > >> > geronimo-maven-plugin > >> > false > >> > @@ -302,17 +306,15 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - > >> > - org.apache.maven.plugins > >> > - > maven-failsafe-plugin > >> > - > >> > - > >> > + > >> > > >> > > >> > > >> > > >> > + it-manual > >> > + > >> > + > >> > + > >> > headless > >> > > >> > > >> > @@ -359,4 +361,43 @@ > >> > > >> > > >> > > >> > + > >> > + > >> > + > >> > + > >> > + ApacheSnapshots > >> > + Apache Snapshots > >> > + > >> > https://repository.apache.org/content/repositories/snapshots > > >> > + default > >> > + > >> > + false > >> > + always > >> > + warn > >> > + > >> > + > >> > + true > >> > + daily > >> > + fail > >> > + > >> > + > >> > + > >> > + > >> > + > >> > > >> > > >> > Modified: > >> > > geronimo/server/trunk/testsuite/security-testsuite/test-security/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/security-testsuite/test-security/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- > >> > > geronimo/server/trunk/testsuite/security-testsuite/test-security/pom.xml > >> > (original) > >> > +++ > >> > > geronimo/server/trunk/testsuite/security-testsuite/test-security/pom.xml Wed > >> > Jul 21 07:14:34 2010 > >> > @@ -72,17 +72,12 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > - it > >> > > >> > > >> > - > >> > > >> > org.codehaus.mojo > >> > selenium-maven-plugin > >> > > >> > - > >> > > >> > > >> > org.apache.geronimo.buildsupport > >> > geronimo-maven-plugin > >> > @@ -111,7 +106,5 @@ > >> > > >> > > >> > > >> > - > >> > - > >> > > >> > > >> > > >> > Modified: geronimo/server/trunk/testsuite/web-testsuite/pom.xml > >> > URL: > >> > > http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/web-testsuite/pom.xml?rev=966114&r1=966113&r2=966114&view=diff > >> > > >> > > ============================================================================== > >> > --- geronimo/server/trunk/testsuite/web-testsuite/pom.xml (original) > >> > +++ geronimo/server/trunk/testsuite/web-testsuite/pom.xml Wed Jul 21 > >> > 07:14:34 2010 > >> > @@ -48,7 +48,7 @@ > >> > test-2.1-jsps > >> > test-2.5-servlets > >> > test-tld > >> > - test-myfaces > >> > + > >> >