You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2012/03/29 15:38:25 UTC

git commit: DELTASPIKE-141 cleanup of internal test artifacts

Updated Branches:
  refs/heads/master d849f38bd -> 2d231e8fc


DELTASPIKE-141 cleanup of internal test artifacts


Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/2d231e8f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/2d231e8f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/2d231e8f

Branch: refs/heads/master
Commit: 2d231e8fca7790b1739a789bcfe8794d7cae8132
Parents: d849f38
Author: gpetracek <gp...@apache.org>
Authored: Thu Mar 29 15:21:39 2012 +0200
Committer: gpetracek <gp...@apache.org>
Committed: Thu Mar 29 15:23:21 2012 +0200

----------------------------------------------------------------------
 deltaspike/cdictrl/impl-openejb/pom.xml  |    4 +-
 deltaspike/cdictrl/impl-owb/pom.xml      |    4 +-
 deltaspike/cdictrl/impl-weld/pom.xml     |    4 +-
 deltaspike/cdictrl/tck/pom.xml           |   34 +++++++++++-----------
 deltaspike/core/integration-test/pom.xml |    6 +---
 deltaspike/parent/code/pom.xml           |    2 +-
 deltaspike/parent/it/pom.xml             |   36 ++++++++++++------------
 deltaspike/parent/pom.xml                |    1 -
 deltaspike/test-utils/pom.xml            |    2 +-
 9 files changed, 45 insertions(+), 48 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/2d231e8f/deltaspike/cdictrl/impl-openejb/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/impl-openejb/pom.xml b/deltaspike/cdictrl/impl-openejb/pom.xml
index c0ad56a..b3642d7 100644
--- a/deltaspike/cdictrl/impl-openejb/pom.xml
+++ b/deltaspike/cdictrl/impl-openejb/pom.xml
@@ -43,7 +43,7 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.deltaspike.cdictrl</groupId>
+            <groupId>org.apache.deltaspike.test</groupId>
             <artifactId>deltaspike-cdictrl-tck</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
@@ -120,7 +120,7 @@
                         <configuration>
                             <artifactItems>
                                 <artifactItem>
-                                    <groupId>org.apache.deltaspike.cdictrl</groupId>
+                                    <groupId>org.apache.deltaspike.test</groupId>
                                     <artifactId>deltaspike-cdictrl-tck</artifactId>
                                     <version>${project.version}</version>
                                     <outputDirectory>${project.build.directory}/test-classes/</outputDirectory>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/2d231e8f/deltaspike/cdictrl/impl-owb/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/impl-owb/pom.xml b/deltaspike/cdictrl/impl-owb/pom.xml
index a0e725b..bd53829 100644
--- a/deltaspike/cdictrl/impl-owb/pom.xml
+++ b/deltaspike/cdictrl/impl-owb/pom.xml
@@ -39,7 +39,7 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.deltaspike.cdictrl</groupId>
+            <groupId>org.apache.deltaspike.test</groupId>
             <artifactId>deltaspike-cdictrl-tck</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
@@ -95,7 +95,7 @@
                         <configuration>
                             <artifactItems>
                                 <artifactItem>
-                                    <groupId>org.apache.deltaspike.cdictrl</groupId>
+                                    <groupId>org.apache.deltaspike.test</groupId>
                                     <artifactId>deltaspike-cdictrl-tck</artifactId>
                                     <version>${project.version}</version>
                                     <outputDirectory>${project.build.directory}/test-classes/</outputDirectory>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/2d231e8f/deltaspike/cdictrl/impl-weld/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/impl-weld/pom.xml b/deltaspike/cdictrl/impl-weld/pom.xml
index 50024c7..cbc85b6 100644
--- a/deltaspike/cdictrl/impl-weld/pom.xml
+++ b/deltaspike/cdictrl/impl-weld/pom.xml
@@ -39,7 +39,7 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.deltaspike.cdictrl</groupId>
+            <groupId>org.apache.deltaspike.test</groupId>
             <artifactId>deltaspike-cdictrl-tck</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>
@@ -92,7 +92,7 @@
                         <configuration>
                             <artifactItems>
                                 <artifactItem>
-                                    <groupId>org.apache.deltaspike.cdictrl</groupId>
+                                    <groupId>org.apache.deltaspike.test</groupId>
                                     <artifactId>deltaspike-cdictrl-tck</artifactId>
                                     <version>${project.version}</version>
                                     <outputDirectory>${project.build.directory}/test-classes/</outputDirectory>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/2d231e8f/deltaspike/cdictrl/tck/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/tck/pom.xml b/deltaspike/cdictrl/tck/pom.xml
index aa134c5..b2edf60 100644
--- a/deltaspike/cdictrl/tck/pom.xml
+++ b/deltaspike/cdictrl/tck/pom.xml
@@ -1,23 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License.
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
@@ -27,6 +26,7 @@ under the License.
         <relativePath>../pom.xml</relativePath>
     </parent>
 
+    <groupId>org.apache.deltaspike.test</groupId>
     <artifactId>deltaspike-cdictrl-tck</artifactId>
     <packaging>jar</packaging>
 

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/2d231e8f/deltaspike/core/integration-test/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/core/integration-test/pom.xml b/deltaspike/core/integration-test/pom.xml
index 51ff086..314da2c 100644
--- a/deltaspike/core/integration-test/pom.xml
+++ b/deltaspike/core/integration-test/pom.xml
@@ -28,8 +28,8 @@
     </parent>
 
     <description>Integration Test Suite</description>
-    <groupId>org.apache.deltaspike.core</groupId>
-    <artifactId>integration-test</artifactId>
+    <groupId>org.apache.deltaspike.test</groupId>
+    <artifactId>core-integration-test</artifactId>
     <packaging>jar</packaging>
 
     <name>Apache DeltaSpike Core Integration Test Suite</name>
@@ -175,8 +175,6 @@
                     </execution>
                 </executions>
             </plugin>
-
         </plugins>
     </build>
-
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/2d231e8f/deltaspike/parent/code/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml
index 01ba698..7b8cea2 100644
--- a/deltaspike/parent/code/pom.xml
+++ b/deltaspike/parent/code/pom.xml
@@ -49,7 +49,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.deltaspike.test-utils</groupId>
+            <groupId>org.apache.deltaspike.test</groupId>
             <artifactId>test-utils</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/2d231e8f/deltaspike/parent/it/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/it/pom.xml b/deltaspike/parent/it/pom.xml
index f62c4bd..e702fbc 100644
--- a/deltaspike/parent/it/pom.xml
+++ b/deltaspike/parent/it/pom.xml
@@ -1,22 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  ~ Licensed to the Apache Software Foundation (ASF) under one
-  ~ or more contributor license agreements. See the NOTICE file
-  ~ distributed with this work for additional information
-  ~ regarding copyright ownership. The ASF licenses this file
-  ~ to you under the Apache License, Version 2.0 (the
-  ~ "License"); you may not use this file except in compliance
-  ~ with the License. You may obtain a copy of the License at
-  ~
-  ~ http://www.apache.org/licenses/LICENSE-2.0
-  ~
-  ~ Unless required by applicable law or agreed to in writing,
-  ~ software distributed under the License is distributed on an
-  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-  ~ KIND, either express or implied. See the License for the
-  ~ specific language governing permissions and limitations
-  ~ under the License.
-  -->
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
@@ -49,7 +49,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>org.apache.deltaspike.test-utils</groupId>
+            <groupId>org.apache.deltaspike.test</groupId>
             <artifactId>test-utils</artifactId>
             <version>${project.version}</version>
             <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/2d231e8f/deltaspike/parent/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index 7eb5619..55efb00 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -34,7 +34,6 @@
     <name>Apache DeltaSpike Parent</name>
     <description>Apache DeltaSpike Parent</description>
 
-
     <repositories>
         <repository>
             <id>Apache Snapshot Repository</id>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/2d231e8f/deltaspike/test-utils/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/test-utils/pom.xml b/deltaspike/test-utils/pom.xml
index 545c431..76dc211 100644
--- a/deltaspike/test-utils/pom.xml
+++ b/deltaspike/test-utils/pom.xml
@@ -27,7 +27,7 @@
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
-    <groupId>org.apache.deltaspike.test-utils</groupId>
+    <groupId>org.apache.deltaspike.test</groupId>
     <artifactId>test-utils</artifactId>
 
     <name>Apache DeltaSpike Test-Utils</name>