rcp: Make archive file name compatible with Maven 3.2.2
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 5 Sep 2014 21:45:15 +0000 (17:45 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Sat, 13 Sep 2014 01:22:54 +0000 (21:22 -0400)
commit7ded7fade44df69430db0dacd9a6c102a487856c
tree6f0990a05e3c07ae5871498bb76c5e497d7053ad
parent99c3a8781f85fcf43e0e442941f3ff7b643ca527
rcp: Make archive file name compatible with Maven 3.2.2

The build timestamp format changed in Maven 3.2.2. See
https://jira.codehaus.org/browse/MNG-5452

This means the archive name now looks like
linuxtools-trace-viewer-1.0.0-2014-09-05T21:50:43Z.linux.gtk.x86.tar.gz

This is especially problematic on Windows because colons are used to
specify devices. The format can be changed by to the original format with
a property.

Change-Id: I6c0ec7cc0e8a18ef6a20fb43cc19eadbed80670f
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/32961
Tested-by: Hudson CI
org.eclipse.linuxtools.tracing.rcp.product/pom.xml
This page took 0.024473 seconds and 5 git commands to generate.