fixed MARMOTTA-472 although we cannot prescind from the trick with timestamp on snapshot versions because https://github.com/tcurdt/jdeb/issues/151
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/6a993a8e Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/6a993a8e Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/6a993a8e Branch: refs/heads/ldp Commit: 6a993a8e17e01fd4fccc44d486acce08cd36d224 Parents: 06fd91a Author: Sergio Fernández <[email protected]> Authored: Wed Mar 19 18:19:08 2014 +0100 Committer: Sergio Fernández <[email protected]> Committed: Wed Mar 19 18:19:08 2014 +0100 ---------------------------------------------------------------------- launchers/marmotta-webapp/pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/6a993a8e/launchers/marmotta-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/launchers/marmotta-webapp/pom.xml b/launchers/marmotta-webapp/pom.xml index f75563d..1878896 100644 --- a/launchers/marmotta-webapp/pom.xml +++ b/launchers/marmotta-webapp/pom.xml @@ -148,8 +148,13 @@ <goal>jdeb</goal> </goals> <configuration> + <signPackage>true</signPackage> + <verbose>false</verbose> <deb>${project.build.directory}/${project.build.finalName}_${version.clean}_all.deb</deb> <changesOut>${project.build.directory}/${project.build.finalName}_${version.clean}_all.changes</changesOut> + <classifier>all</classifier> + <snapshotExpand>true</snapshotExpand> + <snapshotEnv>maven.build.timestamp</snapshotEnv> <controlDir>${basedir}/src/deb/control</controlDir> <dataSet> <data> @@ -193,10 +198,6 @@ </mapper> </data> </dataSet> - <signPackage>true</signPackage> - <key>5531369F</key> - <timestamped>true</timestamped> - <verbose>false</verbose> </configuration> </execution> </executions>
