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/MARMOTTA-588 Commit: 483238ebe0e9418cab6d975bc7b1069c27d71652 Parents: 58258b8 Author: Sergio Fernández <[email protected]> Authored: Fri Apr 3 12:12:31 2015 +0200 Committer: Sergio Fernández <[email protected]> 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>
