You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by jo...@apache.org on 2013/12/15 00:15:29 UTC

[2/3] git commit: DELTASPIKE-263 Added a distribution profile.

DELTASPIKE-263 Added a distribution profile.


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

Branch: refs/heads/master
Commit: 45d84dc4dea019824e0fa98225db36568ab0bd86
Parents: ff18da5
Author: John D. Ament <jo...@gmail.com>
Authored: Sat Dec 14 15:15:20 2013 -0500
Committer: John D. Ament <jo...@gmail.com>
Committed: Sat Dec 14 15:15:20 2013 -0500

----------------------------------------------------------------------
 deltaspike/pom.xml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/45d84dc4/deltaspike/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml
index 7fbb522..e069099 100644
--- a/deltaspike/pom.xml
+++ b/deltaspike/pom.xml
@@ -132,6 +132,18 @@
                 </plugins>
             </build>
         </profile>
+        <profile>
+            <id>distribution</id>
+            <modules>
+                <module>checkstyle-rules</module>
+                <module>parent</module>
+                <module>test-utils</module>
+                <module>core</module>
+                <module>cdictrl</module>
+                <module>modules</module>
+                <module>examples</module>
+                <module>dist</module>
+            </modules>
+        </profile>
     </profiles>
-
 </project>