You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2012/02/18 09:54:00 UTC

git commit: DELTASPIKE-86 move all duplicated Category code into a test-utils project

Updated Branches:
  refs/heads/master dd3f7812e -> b34390141


DELTASPIKE-86 move all duplicated Category code into a test-utils project


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

Branch: refs/heads/master
Commit: b3439014166855c92114766ad0545b87810b459f
Parents: dd3f781
Author: Mark Struberg <st...@apache.org>
Authored: Sat Feb 18 09:50:37 2012 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Sat Feb 18 09:50:37 2012 +0100

----------------------------------------------------------------------
 .../test/category/FullProfileCategory.java         |   27 ----------
 .../deltaspike/test/category/SeCategory.java       |   27 ----------
 .../test/category/WebProfileCategory.java          |   27 ----------
 .../test/category/FullProfileCategory.java         |   27 ----------
 .../deltaspike/test/category/SeCategory.java       |   27 ----------
 .../test/category/WebProfileCategory.java          |   27 ----------
 .../test/category/FullProfileCategory.java         |   27 ----------
 .../deltaspike/test/category/SeCategory.java       |   27 ----------
 .../test/category/WebProfileCategory.java          |   27 ----------
 .../test/category/FullProfileCategory.java         |   27 ----------
 .../deltaspike/test/category/SeCategory.java       |   27 ----------
 .../test/category/WebProfileCategory.java          |   27 ----------
 deltaspike/parent/code/pom.xml                     |    9 +++
 deltaspike/parent/it/pom.xml                       |   10 ++++
 deltaspike/pom.xml                                 |    1 +
 deltaspike/test-utils/pom.xml                      |   40 +++++++++++++++
 .../test/category/FullProfileCategory.java         |   27 ++++++++++
 .../deltaspike/test/category/SeCategory.java       |   27 ++++++++++
 .../test/category/WebProfileCategory.java          |   27 ++++++++++
 19 files changed, 141 insertions(+), 324 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/core/api/src/test/java/org/apache/deltaspike/test/category/FullProfileCategory.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/api/src/test/java/org/apache/deltaspike/test/category/FullProfileCategory.java b/deltaspike/core/api/src/test/java/org/apache/deltaspike/test/category/FullProfileCategory.java
deleted file mode 100644
index 85fa586..0000000
--- a/deltaspike/core/api/src/test/java/org/apache/deltaspike/test/category/FullProfileCategory.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * 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.
- */
-
-package org.apache.deltaspike.test.category;
-
-/**
- * Category marker interface. Tests which are Full profile minimum.
- */
-public interface FullProfileCategory
-{
-}

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/core/api/src/test/java/org/apache/deltaspike/test/category/SeCategory.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/api/src/test/java/org/apache/deltaspike/test/category/SeCategory.java b/deltaspike/core/api/src/test/java/org/apache/deltaspike/test/category/SeCategory.java
deleted file mode 100644
index 1cf75ae..0000000
--- a/deltaspike/core/api/src/test/java/org/apache/deltaspike/test/category/SeCategory.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * 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.
- */
-
-package org.apache.deltaspike.test.category;
-
-/**
- * Category marker interface. Tests which are SE bare minimum.
- */
-public interface SeCategory
-{
-}

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/core/api/src/test/java/org/apache/deltaspike/test/category/WebProfileCategory.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/api/src/test/java/org/apache/deltaspike/test/category/WebProfileCategory.java b/deltaspike/core/api/src/test/java/org/apache/deltaspike/test/category/WebProfileCategory.java
deleted file mode 100644
index 4d5ab8b..0000000
--- a/deltaspike/core/api/src/test/java/org/apache/deltaspike/test/category/WebProfileCategory.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * 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.
- */
-
-package org.apache.deltaspike.test.category;
-
-/**
- * Category marker interface. Tests which are Web profile minimum.
- */
-public interface WebProfileCategory
-{
-}

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/category/FullProfileCategory.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/category/FullProfileCategory.java b/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/category/FullProfileCategory.java
deleted file mode 100644
index 85fa586..0000000
--- a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/category/FullProfileCategory.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * 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.
- */
-
-package org.apache.deltaspike.test.category;
-
-/**
- * Category marker interface. Tests which are Full profile minimum.
- */
-public interface FullProfileCategory
-{
-}

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/category/SeCategory.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/category/SeCategory.java b/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/category/SeCategory.java
deleted file mode 100644
index 1cf75ae..0000000
--- a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/category/SeCategory.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * 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.
- */
-
-package org.apache.deltaspike.test.category;
-
-/**
- * Category marker interface. Tests which are SE bare minimum.
- */
-public interface SeCategory
-{
-}

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/category/WebProfileCategory.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/category/WebProfileCategory.java b/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/category/WebProfileCategory.java
deleted file mode 100644
index 4d5ab8b..0000000
--- a/deltaspike/core/impl/src/test/java/org/apache/deltaspike/test/category/WebProfileCategory.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * 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.
- */
-
-package org.apache.deltaspike.test.category;
-
-/**
- * Category marker interface. Tests which are Web profile minimum.
- */
-public interface WebProfileCategory
-{
-}

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/modules/security/api/src/test/java/org/apache/deltaspike/test/category/FullProfileCategory.java
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/api/src/test/java/org/apache/deltaspike/test/category/FullProfileCategory.java b/deltaspike/modules/security/api/src/test/java/org/apache/deltaspike/test/category/FullProfileCategory.java
deleted file mode 100644
index 85fa586..0000000
--- a/deltaspike/modules/security/api/src/test/java/org/apache/deltaspike/test/category/FullProfileCategory.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * 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.
- */
-
-package org.apache.deltaspike.test.category;
-
-/**
- * Category marker interface. Tests which are Full profile minimum.
- */
-public interface FullProfileCategory
-{
-}

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/modules/security/api/src/test/java/org/apache/deltaspike/test/category/SeCategory.java
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/api/src/test/java/org/apache/deltaspike/test/category/SeCategory.java b/deltaspike/modules/security/api/src/test/java/org/apache/deltaspike/test/category/SeCategory.java
deleted file mode 100644
index 1cf75ae..0000000
--- a/deltaspike/modules/security/api/src/test/java/org/apache/deltaspike/test/category/SeCategory.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * 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.
- */
-
-package org.apache.deltaspike.test.category;
-
-/**
- * Category marker interface. Tests which are SE bare minimum.
- */
-public interface SeCategory
-{
-}

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/modules/security/api/src/test/java/org/apache/deltaspike/test/category/WebProfileCategory.java
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/api/src/test/java/org/apache/deltaspike/test/category/WebProfileCategory.java b/deltaspike/modules/security/api/src/test/java/org/apache/deltaspike/test/category/WebProfileCategory.java
deleted file mode 100644
index 4d5ab8b..0000000
--- a/deltaspike/modules/security/api/src/test/java/org/apache/deltaspike/test/category/WebProfileCategory.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * 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.
- */
-
-package org.apache.deltaspike.test.category;
-
-/**
- * Category marker interface. Tests which are Web profile minimum.
- */
-public interface WebProfileCategory
-{
-}

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/category/FullProfileCategory.java
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/category/FullProfileCategory.java b/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/category/FullProfileCategory.java
deleted file mode 100644
index 85fa586..0000000
--- a/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/category/FullProfileCategory.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * 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.
- */
-
-package org.apache.deltaspike.test.category;
-
-/**
- * Category marker interface. Tests which are Full profile minimum.
- */
-public interface FullProfileCategory
-{
-}

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/category/SeCategory.java
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/category/SeCategory.java b/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/category/SeCategory.java
deleted file mode 100644
index 1cf75ae..0000000
--- a/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/category/SeCategory.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * 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.
- */
-
-package org.apache.deltaspike.test.category;
-
-/**
- * Category marker interface. Tests which are SE bare minimum.
- */
-public interface SeCategory
-{
-}

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/category/WebProfileCategory.java
----------------------------------------------------------------------
diff --git a/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/category/WebProfileCategory.java b/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/category/WebProfileCategory.java
deleted file mode 100644
index 4d5ab8b..0000000
--- a/deltaspike/modules/security/impl/src/test/java/org/apache/deltaspike/test/category/WebProfileCategory.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*
- * 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.
- */
-
-package org.apache.deltaspike.test.category;
-
-/**
- * Category marker interface. Tests which are Web profile minimum.
- */
-public interface WebProfileCategory
-{
-}

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/parent/code/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/code/pom.xml b/deltaspike/parent/code/pom.xml
index 67c98f1..01ba698 100644
--- a/deltaspike/parent/code/pom.xml
+++ b/deltaspike/parent/code/pom.xml
@@ -47,6 +47,15 @@
         </dependencies>
     </dependencyManagement>
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.deltaspike.test-utils</groupId>
+            <artifactId>test-utils</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
     <build>
         <plugins>
             <plugin>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/parent/it/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/it/pom.xml b/deltaspike/parent/it/pom.xml
index 33ea4af..9e5b20c 100644
--- a/deltaspike/parent/it/pom.xml
+++ b/deltaspike/parent/it/pom.xml
@@ -39,6 +39,16 @@
     </properties>
 
 
+    <dependencies>
+        <dependency>
+            <groupId>org.apache.deltaspike.test-utils</groupId>
+            <artifactId>test-utils</artifactId>
+            <version>${project.version}</version>
+            <scope>test</scope>
+        </dependency>
+    </dependencies>
+
+
     <profiles>
         <profile>
             <!-- use this profile to compile and test DeltaSpike with Apache OpenWebBeans -->

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml
index 81b67c4..caa2ebc 100644
--- a/deltaspike/pom.xml
+++ b/deltaspike/pom.xml
@@ -54,6 +54,7 @@
     <modules>
         <module>checkstyle-rules</module>
         <module>parent</module>
+        <module>test-utils</module>
         <module>core</module>
         <module>modules</module>
     </modules>

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/test-utils/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/test-utils/pom.xml b/deltaspike/test-utils/pom.xml
new file mode 100644
index 0000000..545c431
--- /dev/null
+++ b/deltaspike/test-utils/pom.xml
@@ -0,0 +1,40 @@
+<?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.
+-->
+<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>
+        <groupId>org.apache.deltaspike</groupId>
+        <artifactId>parent</artifactId>
+        <version>0.2-incubating-SNAPSHOT</version>
+        <relativePath>../parent/pom.xml</relativePath>
+    </parent>
+
+    <groupId>org.apache.deltaspike.test-utils</groupId>
+    <artifactId>test-utils</artifactId>
+
+    <name>Apache DeltaSpike Test-Utils</name>
+    <description>
+        This package contains our Test Categories and other useful stuff for
+        running our tests.
+    </description>
+
+</project>
+

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/test-utils/src/main/java/org/apache/deltaspike/test/category/FullProfileCategory.java
----------------------------------------------------------------------
diff --git a/deltaspike/test-utils/src/main/java/org/apache/deltaspike/test/category/FullProfileCategory.java b/deltaspike/test-utils/src/main/java/org/apache/deltaspike/test/category/FullProfileCategory.java
new file mode 100644
index 0000000..85fa586
--- /dev/null
+++ b/deltaspike/test-utils/src/main/java/org/apache/deltaspike/test/category/FullProfileCategory.java
@@ -0,0 +1,27 @@
+/*
+ * 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.
+ */
+
+package org.apache.deltaspike.test.category;
+
+/**
+ * Category marker interface. Tests which are Full profile minimum.
+ */
+public interface FullProfileCategory
+{
+}

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/test-utils/src/main/java/org/apache/deltaspike/test/category/SeCategory.java
----------------------------------------------------------------------
diff --git a/deltaspike/test-utils/src/main/java/org/apache/deltaspike/test/category/SeCategory.java b/deltaspike/test-utils/src/main/java/org/apache/deltaspike/test/category/SeCategory.java
new file mode 100644
index 0000000..1cf75ae
--- /dev/null
+++ b/deltaspike/test-utils/src/main/java/org/apache/deltaspike/test/category/SeCategory.java
@@ -0,0 +1,27 @@
+/*
+ * 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.
+ */
+
+package org.apache.deltaspike.test.category;
+
+/**
+ * Category marker interface. Tests which are SE bare minimum.
+ */
+public interface SeCategory
+{
+}

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/b3439014/deltaspike/test-utils/src/main/java/org/apache/deltaspike/test/category/WebProfileCategory.java
----------------------------------------------------------------------
diff --git a/deltaspike/test-utils/src/main/java/org/apache/deltaspike/test/category/WebProfileCategory.java b/deltaspike/test-utils/src/main/java/org/apache/deltaspike/test/category/WebProfileCategory.java
new file mode 100644
index 0000000..4d5ab8b
--- /dev/null
+++ b/deltaspike/test-utils/src/main/java/org/apache/deltaspike/test/category/WebProfileCategory.java
@@ -0,0 +1,27 @@
+/*
+ * 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.
+ */
+
+package org.apache.deltaspike.test.category;
+
+/**
+ * Category marker interface. Tests which are Web profile minimum.
+ */
+public interface WebProfileCategory
+{
+}