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/03 12:12:39 UTC

marmotta git commit: fixed missign keyring configuration with the new version of jdeb plugin

Repository: marmotta
Updated Branches:
  refs/heads/develop 58258b85e -> 483238ebe


fixed missign keyring configuration with the new version of jdeb plugin


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

Branch: refs/heads/develop
Commit: 483238ebe0e9418cab6d975bc7b1069c27d71652
Parents: 58258b8
Author: Sergio Fernández <wi...@apache.org>
Authored: Fri Apr 3 12:12:31 2015 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Fri Apr 3 12:12:31 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/marmotta/blob/483238eb/launchers/marmotta-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/launchers/marmotta-webapp/pom.xml b/launchers/marmotta-webapp/pom.xml
index e9aafed..bf8fa3c 100644
--- a/launchers/marmotta-webapp/pom.xml
+++ b/launchers/marmotta-webapp/pom.xml
@@ -131,6 +131,7 @@
                         </goals>
                         <configuration>
                             <signPackage>true</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>
                             <changesOut>${project.build.directory}/${project.build.finalName}_[[version]]_all.changes</changesOut>