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/04/30 23:31:33 UTC

git commit: DELTASPIKE-166 add documentation about the unpack logic

Updated Branches:
  refs/heads/master b641e35df -> ea3073105


DELTASPIKE-166 add documentation about the unpack logic


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

Branch: refs/heads/master
Commit: ea307310516185c0ffc3f979e7530cfe621555c7
Parents: b641e35
Author: Mark Struberg <st...@apache.org>
Authored: Tue Apr 24 21:57:09 2012 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Mon Apr 30 23:30:18 2012 +0200

----------------------------------------------------------------------
 deltaspike/core/integration-test/pom.xml |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/ea307310/deltaspike/core/integration-test/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/core/integration-test/pom.xml b/deltaspike/core/integration-test/pom.xml
index 265f524..464bb6c 100644
--- a/deltaspike/core/integration-test/pom.xml
+++ b/deltaspike/core/integration-test/pom.xml
@@ -137,9 +137,12 @@
                             <goal>unpack</goal>
                         </goals>
                         <configuration>
+                            <!--
+                                We just need to unpack our Test classes for the surefire runner to
+                                pick up the tests. All other test resources are available via the
+                                dependency to the core-impl-tests anyway.
+                            -->
                             <includes>**/*Test.class</includes>
-                            <!-- TODO re-activate it as soon as the test-setup is fixed -->
-                            <!--includes>**/*.properties</includes-->
                             <excludes>org.apache.deltaspike.test.core.api.projectstage.*</excludes>
                             <artifactItems>
                                 <artifactItem>