enabling jdeb signing configuration by the command-line

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

Branch: refs/heads/MARMOTTA-588
Commit: 3653f4bb6a993a635f2336937e40cc9e4a821218
Parents: 483238e
Author: Sergio Fernández <[email protected]>
Authored: Fri Apr 3 13:14:10 2015 +0200
Committer: Sergio Fernández <[email protected]>
Committed: Fri Apr 3 13:14:10 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/marmotta/blob/3653f4bb/launchers/marmotta-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/pom.xml 
b/launchers/marmotta-webapp/pom.xml
index bf8fa3c..87a9d4e 100644
--- a/launchers/marmotta-webapp/pom.xml
+++ b/launchers/marmotta-webapp/pom.xml
@@ -37,6 +37,7 @@
         <marmotta.context>/</marmotta.context>
         <marmotta.port>8080</marmotta.port>
         <marmotta.backend>kiwi</marmotta.backend>
+        <jdeb.signing>true</jdeb.signing>
     </properties>
 
     <build>
@@ -130,7 +131,7 @@
                             <goal>jdeb</goal>
                         </goals>
                         <configuration>
-                            <signPackage>true</signPackage>
+                            <signPackage>${jdeb.signing}</signPackage>
                             
<keyring>${user.home}${file.separator}.gnupg${file.separator}secring.gpg</keyring>
                             <verbose>false</verbose>
                             
<deb>${project.build.directory}/${project.build.finalName}_[[version]]_all.deb</deb>

Reply via email to