Repository: incubator-systemml Updated Branches: refs/heads/master ea8bfbf5b -> f13932675
[SYSTEMML-465] Remove sufix from binary distribution Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/f1393267 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/f1393267 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/f1393267 Branch: refs/heads/master Commit: f1393267504c49075b16577da630a332072141b5 Parents: ea8bfbf Author: Luciano Resende <[email protected]> Authored: Sat Jan 16 20:25:17 2016 -0800 Committer: Luciano Resende <[email protected]> Committed: Sat Jan 16 20:26:00 2016 -0800 ---------------------------------------------------------------------- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/f1393267/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7a26e01..02ef8e7 100644 --- a/pom.xml +++ b/pom.xml @@ -527,7 +527,7 @@ </execution> <execution> - <id>create-cluster-binary-distribution-assembly</id> + <id>create-binary-distribution-assembly</id> <phase>package</phase> <goals> <goal>single</goal> @@ -536,11 +536,12 @@ <descriptors> <descriptor>src/assembly/distrib.xml</descriptor> </descriptors> + <appendAssemblyId>false</appendAssemblyId> </configuration> </execution> <execution> - <id>create-standalone-assembly</id> + <id>create-binary-standalone-distribution-assembly</id> <phase>package</phase> <goals> <goal>single</goal>
