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 2016/07/08 11:22:50 UTC

deltaspike git commit: DELTASPIKE-1181 Added a profile for payara in cdictrl

Repository: deltaspike
Updated Branches:
  refs/heads/master db211f60c -> 92da915ac


DELTASPIKE-1181 Added a profile for payara in cdictrl


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

Branch: refs/heads/master
Commit: 92da915acc848ced9222ac7d3a9cdcfd52d2673c
Parents: db211f6
Author: John D. Ament <jo...@apache.org>
Authored: Fri Jul 8 07:22:44 2016 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Fri Jul 8 07:22:44 2016 -0400

----------------------------------------------------------------------
 deltaspike/cdictrl/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltaspike/blob/92da915a/deltaspike/cdictrl/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/cdictrl/pom.xml b/deltaspike/cdictrl/pom.xml
index 136690f..a249358 100644
--- a/deltaspike/cdictrl/pom.xml
+++ b/deltaspike/cdictrl/pom.xml
@@ -254,5 +254,14 @@
                 <module>impl-weld</module>
             </modules>
         </profile>
+
+        <profile>
+            <id>payara-build-managed-4</id>
+
+            <modules>
+                <module>api</module>
+                <module>impl-weld</module>
+            </modules>
+        </profile>
     </profiles>
 </project>