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/MARMOTTA-556 Commit: 60dba18d1738b013e9ad901af9371f33025add4f Parents: 2d3abb1 Author: Sergio Fernández <[email protected]> Authored: Fri Apr 10 12:57:04 2015 +0200 Committer: Sergio Fernández <[email protected]> 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>
