You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pr...@apache.org on 2007/06/07 16:20:49 UTC

svn commit: r545188 - in /geronimo/server/trunk/testsuite: ./ deployment-testsuite/manifestcp-tests/manifestcp-ear/ enterprise-testsuite/jms-tests/jms-ear/ enterprise-testsuite/jpa-tests/jpa-ear/ webservices-testsuite/jaxb-tests/jaxb-client/ webservice...

Author: prasad
Date: Thu Jun  7 07:20:46 2007
New Revision: 545188

URL: http://svn.apache.org/viewvc?view=rev&rev=545188
Log:
* Removed comment about jira MNG-2221.

Modified:
    geronimo/server/trunk/testsuite/deployment-testsuite/manifestcp-tests/manifestcp-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/pom.xml
    geronimo/server/trunk/testsuite/webservices-testsuite/jaxb-tests/jaxb-client/pom.xml
    geronimo/server/trunk/testsuite/webservices-testsuite/jaxb-tests/jaxb-ejb/pom.xml
    geronimo/server/trunk/testsuite/webservices-testsuite/jaxb-tests/jaxb-war/pom.xml
    geronimo/server/trunk/testsuite/webservices-testsuite/jaxr-tests/jaxr-client/pom.xml
    geronimo/server/trunk/testsuite/webservices-testsuite/jaxr-tests/jaxr-ejb/pom.xml
    geronimo/server/trunk/testsuite/webservices-testsuite/jaxr-tests/jaxr-war/pom.xml
    geronimo/server/trunk/testsuite/webservices-testsuite/jaxrpc-tests/jaxrpc-ejb/pom.xml
    geronimo/server/trunk/testsuite/webservices-testsuite/jaxrpc-tests/jaxrpc-war/pom.xml
    geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-client/pom.xml
    geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-ejb/pom.xml
    geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-war/pom.xml
    geronimo/server/trunk/testsuite/webservices-testsuite/saaj-tests/saaj-client/pom.xml
    geronimo/server/trunk/testsuite/webservices-testsuite/saaj-tests/saaj-war/pom.xml
    geronimo/server/trunk/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml
    geronimo/server/trunk/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml
    geronimo/server/trunk/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml

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?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- 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 Thu Jun  7 07:20:46 2007
@@ -69,8 +69,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>

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?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- 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 Thu Jun  7 07:20:46 2007
@@ -82,8 +82,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>

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?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- 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 Thu Jun  7 07:20:46 2007
@@ -60,8 +60,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>

Modified: geronimo/server/trunk/testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/pom.xml?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- geronimo/server/trunk/testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/pom.xml Thu Jun  7 07:20:46 2007
@@ -207,7 +207,7 @@
                             <id>start-server</id>
                             <phase>pre-integration-test</phase>
                             <goals>
-                                <goal>start</goal>
+                                <goal>start-server</goal>
                             </goals>
                             <configuration>
                                 <logOutput>true</logOutput>

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/jaxb-tests/jaxb-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/jaxb-tests/jaxb-client/pom.xml?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/jaxb-tests/jaxb-client/pom.xml (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/jaxb-tests/jaxb-client/pom.xml Thu Jun  7 07:20:46 2007
@@ -75,8 +75,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/jaxb-tests/jaxb-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/jaxb-tests/jaxb-ejb/pom.xml?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/jaxb-tests/jaxb-ejb/pom.xml (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/jaxb-tests/jaxb-ejb/pom.xml Thu Jun  7 07:20:46 2007
@@ -94,8 +94,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/jaxb-tests/jaxb-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/jaxb-tests/jaxb-war/pom.xml?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/jaxb-tests/jaxb-war/pom.xml (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/jaxb-tests/jaxb-war/pom.xml Thu Jun  7 07:20:46 2007
@@ -59,8 +59,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/jaxr-tests/jaxr-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/jaxr-tests/jaxr-client/pom.xml?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/jaxr-tests/jaxr-client/pom.xml (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/jaxr-tests/jaxr-client/pom.xml Thu Jun  7 07:20:46 2007
@@ -88,8 +88,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/jaxr-tests/jaxr-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/jaxr-tests/jaxr-ejb/pom.xml?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/jaxr-tests/jaxr-ejb/pom.xml (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/jaxr-tests/jaxr-ejb/pom.xml Thu Jun  7 07:20:46 2007
@@ -93,8 +93,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/jaxr-tests/jaxr-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/jaxr-tests/jaxr-war/pom.xml?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/jaxr-tests/jaxr-war/pom.xml (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/jaxr-tests/jaxr-war/pom.xml Thu Jun  7 07:20:46 2007
@@ -58,8 +58,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/jaxrpc-tests/jaxrpc-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/jaxrpc-tests/jaxrpc-ejb/pom.xml?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/jaxrpc-tests/jaxrpc-ejb/pom.xml (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/jaxrpc-tests/jaxrpc-ejb/pom.xml Thu Jun  7 07:20:46 2007
@@ -74,8 +74,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/jaxrpc-tests/jaxrpc-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/jaxrpc-tests/jaxrpc-war/pom.xml?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/jaxrpc-tests/jaxrpc-war/pom.xml (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/jaxrpc-tests/jaxrpc-war/pom.xml Thu Jun  7 07:20:46 2007
@@ -52,8 +52,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-client/pom.xml?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-client/pom.xml (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-client/pom.xml Thu Jun  7 07:20:46 2007
@@ -164,8 +164,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-ejb/pom.xml?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-ejb/pom.xml (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-ejb/pom.xml Thu Jun  7 07:20:46 2007
@@ -130,8 +130,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-war/pom.xml?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-war/pom.xml (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/jaxws-tests/jaxws-war/pom.xml Thu Jun  7 07:20:46 2007
@@ -143,8 +143,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/saaj-tests/saaj-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/saaj-tests/saaj-client/pom.xml?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/saaj-tests/saaj-client/pom.xml (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/saaj-tests/saaj-client/pom.xml Thu Jun  7 07:20:46 2007
@@ -88,8 +88,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/saaj-tests/saaj-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/saaj-tests/saaj-war/pom.xml?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/saaj-tests/saaj-war/pom.xml (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/saaj-tests/saaj-war/pom.xml Thu Jun  7 07:20:46 2007
@@ -59,8 +59,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/stax-tests/stax-client/pom.xml Thu Jun  7 07:20:46 2007
@@ -88,8 +88,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/stax-tests/stax-ejb/pom.xml Thu Jun  7 07:20:46 2007
@@ -87,8 +87,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>

Modified: geronimo/server/trunk/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml?view=diff&rev=545188&r1=545187&r2=545188
==============================================================================
--- geronimo/server/trunk/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml (original)
+++ geronimo/server/trunk/testsuite/webservices-testsuite/stax-tests/stax-war/pom.xml Thu Jun  7 07:20:46 2007
@@ -66,8 +66,6 @@
                         <!-- 
                         Merging the configuration of this plugin with the one it inherits.
                         Updating the reports in the grandparent directly as we'd have missed the boat for the parent's install phase.
-                        This plugin executes twice in Maven 2.0.4 (http://jira.codehaus.org/browse/MNG-2221)
-                        Maven.2.0.5 will fix it soon.
                         -->
                         <configuration>
                             <grandParent>true</grandParent>