Repository: marmotta Updated Branches: refs/heads/develop f7d7371c3 -> 37701d5ee
MARMOTTA-431: fixed missing arch in the .deb file Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/37701d5e Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/37701d5e Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/37701d5e Branch: refs/heads/develop Commit: 37701d5ee80d0719121c083bbc1ca472a3f4d59c Parents: f7d7371 Author: Sergio Fernández <[email protected]> Authored: Wed Feb 19 11:37:05 2014 +0100 Committer: Sergio Fernández <[email protected]> Committed: Wed Feb 19 11:37:05 2014 +0100 ---------------------------------------------------------------------- launchers/marmotta-webapp/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/37701d5e/launchers/marmotta-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/launchers/marmotta-webapp/pom.xml b/launchers/marmotta-webapp/pom.xml index d9cda1e..2d41f9b 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> + <maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format> </properties> <build> @@ -122,7 +123,7 @@ <plugin> <artifactId>jdeb</artifactId> <groupId>org.vafer</groupId> - <!--<version>1.1-SNAPSHOT</version>--> + <!--required for generating proper .changes: <version>1.1-SNAPSHOT</version>--> <version>1.0.1</version> <executions> <execution> @@ -131,7 +132,7 @@ <goal>jdeb</goal> </goals> <configuration> - <deb>${project.build.directory}/${project.artifactId}_${project.version}.deb</deb> + <deb>${project.build.directory}/${project.artifactId}_${project.version}-${maven.build.timestamp}_all.deb</deb> <controlDir>${basedir}/src/deb/control</controlDir> <dataSet> <data>
