You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/02/20 12:19:40 UTC

[1/2] syncope git commit: Note about building for embedded or for production

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 6650cbfab -> 501f4de36
  refs/heads/master 9574ada8c -> 78cd2eba4


Note about building for embedded or for production


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/501f4de3
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/501f4de3
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/501f4de3

Branch: refs/heads/2_0_X
Commit: 501f4de36ab6279f3351ed21625ff058f787ce8a
Parents: 6650cbf
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Feb 20 13:19:12 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Feb 20 13:19:12 2018 +0100

----------------------------------------------------------------------
 .../asciidoc/getting-started/movingForward.adoc  |  4 ++--
 src/main/asciidoc/getting-started/obtain.adoc    | 19 +++++++++++++++++--
 2 files changed, 19 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/501f4de3/src/main/asciidoc/getting-started/movingForward.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/getting-started/movingForward.adoc b/src/main/asciidoc/getting-started/movingForward.adoc
index 04099c0..5914372 100644
--- a/src/main/asciidoc/getting-started/movingForward.adoc
+++ b/src/main/asciidoc/getting-started/movingForward.adoc
@@ -22,10 +22,10 @@
 Once you have obtained a working installation of Apache Syncope using one of the methods reported above, you should consider 
 reading the
 ifeval::["{backend}" == "html5"]
-http://syncope.apache.org/docs/reference-guide.html[Apache Syncope Reference Guide]
+http://syncope.apache.org/docs/reference-guide.html[Apache Syncope Reference Guide.]
 endif::[]
 ifeval::["{backend}" == "pdf"]
-http://syncope.apache.org/docs/reference-guide.pdf[Apache Syncope Reference Guide]
+http://syncope.apache.org/docs/reference-guide.pdf[Apache Syncope Reference Guide.]
 endif::[]
 to understand how to configure, extend, customize and deploy your new Apache Syncope project.
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/501f4de3/src/main/asciidoc/getting-started/obtain.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/getting-started/obtain.adoc b/src/main/asciidoc/getting-started/obtain.adoc
index cdc05b9..af5866c 100644
--- a/src/main/asciidoc/getting-started/obtain.adoc
+++ b/src/main/asciidoc/getting-started/obtain.adoc
@@ -396,10 +396,10 @@ If no failures are encountered, your basic Apache Syncope project is now ready t
 Before actual deployment onto a standalone Java EE container, you need to further check the **Customization** chapter of
 the
 ifeval::["{backend}" == "html5"]
-http://syncope.apache.org/docs/reference-guide.html[Apache Syncope Reference Guide]
+http://syncope.apache.org/docs/reference-guide.html[Apache Syncope Reference Guide.]
 endif::[]
 ifeval::["{backend}" == "pdf"]
-http://syncope.apache.org/docs/reference-guide.pdf[Apache Syncope Reference Guide]
+http://syncope.apache.org/docs/reference-guide.pdf[Apache Syncope Reference Guide.]
 endif::[]
 ====
 
@@ -419,6 +419,21 @@ From the top-level directory of your project, execute:
 [source,bash]
 mvn -P all clean install
 
+[WARNING]
+====
+The switch `-P all` is used here in order to build with all extensions available, with paths and settings
+configured for the embedded mode.
+
+When building for production, instead, it is recommended to check the **Customization** chapter of
+the
+ifeval::["{backend}" == "html5"]
+http://syncope.apache.org/docs/reference-guide.html[Apache Syncope Reference Guide.]
+endif::[]
+ifeval::["{backend}" == "pdf"]
+http://syncope.apache.org/docs/reference-guide.pdf[Apache Syncope Reference Guide.]
+endif::[]
+====
+
 then, from the `enduser` subdirectory, execute:
 
 [source,bash]


[2/2] syncope git commit: Note about building for embedded or for production

Posted by il...@apache.org.
Note about building for embedded or for production


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/78cd2eba
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/78cd2eba
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/78cd2eba

Branch: refs/heads/master
Commit: 78cd2eba42dffc1609b2d8b606fd6d7e1ef27660
Parents: 9574ada
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Feb 20 13:19:12 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Feb 20 13:19:29 2018 +0100

----------------------------------------------------------------------
 .../asciidoc/getting-started/movingForward.adoc  |  4 ++--
 src/main/asciidoc/getting-started/obtain.adoc    | 19 +++++++++++++++++--
 2 files changed, 19 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/78cd2eba/src/main/asciidoc/getting-started/movingForward.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/getting-started/movingForward.adoc b/src/main/asciidoc/getting-started/movingForward.adoc
index 9162f6a..36819a8 100644
--- a/src/main/asciidoc/getting-started/movingForward.adoc
+++ b/src/main/asciidoc/getting-started/movingForward.adoc
@@ -22,10 +22,10 @@
 Once you have obtained a working installation of Apache Syncope using one of the methods reported above, you should consider 
 reading the
 ifeval::["{backend}" == "html5"]
-http://syncope.apache.org/docs/reference-guide.html[Apache Syncope Reference Guide]
+http://syncope.apache.org/docs/reference-guide.html[Apache Syncope Reference Guide.]
 endif::[]
 ifeval::["{backend}" == "pdf"]
-http://syncope.apache.org/docs/reference-guide.pdf[Apache Syncope Reference Guide]
+http://syncope.apache.org/docs/reference-guide.pdf[Apache Syncope Reference Guide.]
 endif::[]
 to understand how to configure, extend, customize and deploy your new Apache Syncope project.
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/78cd2eba/src/main/asciidoc/getting-started/obtain.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/getting-started/obtain.adoc b/src/main/asciidoc/getting-started/obtain.adoc
index df86ec6..87d540a 100644
--- a/src/main/asciidoc/getting-started/obtain.adoc
+++ b/src/main/asciidoc/getting-started/obtain.adoc
@@ -395,10 +395,10 @@ If no failures are encountered, your basic Apache Syncope project is now ready t
 Before actual deployment onto a standalone Java EE container, you need to further check the **Customization** chapter of
 the
 ifeval::["{backend}" == "html5"]
-http://syncope.apache.org/docs/reference-guide.html[Apache Syncope Reference Guide]
+http://syncope.apache.org/docs/reference-guide.html[Apache Syncope Reference Guide.]
 endif::[]
 ifeval::["{backend}" == "pdf"]
-http://syncope.apache.org/docs/reference-guide.pdf[Apache Syncope Reference Guide]
+http://syncope.apache.org/docs/reference-guide.pdf[Apache Syncope Reference Guide.]
 endif::[]
 ====
 
@@ -418,6 +418,21 @@ From the top-level directory of your project, execute:
 [source,bash]
 mvn -P all clean install
 
+[WARNING]
+====
+The switch `-P all` is used here in order to build with all extensions available, with paths and settings
+configured for the embedded mode.
+
+When building for production, instead, it is recommended to check the **Customization** chapter of
+the
+ifeval::["{backend}" == "html5"]
+http://syncope.apache.org/docs/reference-guide.html[Apache Syncope Reference Guide.]
+endif::[]
+ifeval::["{backend}" == "pdf"]
+http://syncope.apache.org/docs/reference-guide.pdf[Apache Syncope Reference Guide.]
+endif::[]
+====
+
 then, from the `enduser` subdirectory, execute:
 
 [source,bash]