You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2015/04/10 12:57:17 UTC

marmotta git commit: disabled by default jdeb signing

Repository: marmotta
Updated Branches:
  refs/heads/develop 2d3abb136 -> 60dba18d1


disabled by default jdeb signing


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/60dba18d
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/60dba18d
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/60dba18d

Branch: refs/heads/develop
Commit: 60dba18d1738b013e9ad901af9371f33025add4f
Parents: 2d3abb1
Author: Sergio Fernández <wi...@apache.org>
Authored: Fri Apr 10 12:57:04 2015 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Fri Apr 10 12:57:04 2015 +0200

----------------------------------------------------------------------
 launchers/marmotta-webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/60dba18d/launchers/marmotta-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/pom.xml b/launchers/marmotta-webapp/pom.xml
index 843e45b..c9d0cd6 100644
--- a/launchers/marmotta-webapp/pom.xml
+++ b/launchers/marmotta-webapp/pom.xml
@@ -37,7 +37,7 @@
         <marmotta.context>/</marmotta.context>
         <marmotta.port>8080</marmotta.port>
         <marmotta.backend>kiwi</marmotta.backend>
-        <jdeb.signing>true</jdeb.signing>
+        <jdeb.signing>false</jdeb.signing>
     </properties>
 
     <build>