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 2016/01/22 12:11:27 UTC

syncope git commit: [SYNCOPE-156] Enabling Wicket development mode by default when running -Pdebug or -Pjrebel under fit/console-reference

Repository: syncope
Updated Branches:
  refs/heads/master 2243f409c -> 4239fed8d


[SYNCOPE-156] Enabling Wicket development mode by default when running -Pdebug or -Pjrebel under fit/console-reference


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

Branch: refs/heads/master
Commit: 4239fed8dd880fbd6442f127a8f4f433b041a033
Parents: 2243f40
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Jan 22 12:11:08 2016 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Jan 22 12:11:21 2016 +0100

----------------------------------------------------------------------
 fit/console-reference/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/4239fed8/fit/console-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/console-reference/pom.xml b/fit/console-reference/pom.xml
index a73941e..e34107b 100644
--- a/fit/console-reference/pom.xml
+++ b/fit/console-reference/pom.xml
@@ -309,6 +309,7 @@ under the License.
               <configuration>
                 <properties>
                   <cargo.jvmargs>-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n
+                    -Dwicket.configuration=development
                     -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:MaxPermSize=512m -Xmx1024m -Xms512m</cargo.jvmargs>
                 </properties>
               </configuration>
@@ -552,6 +553,7 @@ under the License.
                 <properties>
                   <cargo.jvmargs>-Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n
                     -noverify -javaagent:${env.REBEL_HOME}/jrebel.jar -Drebel.spring_plugin=true
+                    -Dwicket.configuration=development
                     -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:MaxPermSize=512m -Xmx1024m -Xms512m</cargo.jvmargs>
                 </properties>
               </configuration>