]
Nick Boldt updated JBIDE-24225:
-------------------------------
Sprint: (was: devex #132 May 2017)
publish p2diff app to Nexus for easier use in jenkins jobs
----------------------------------------------------------
Key: JBIDE-24225
URL:
https://issues.jboss.org/browse/JBIDE-24225
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.4.4.AM2
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.5.x
Attachments: maven-releng-fetch.png
Rather than bootstrapping by hand and having to reference p2diff like this:
{code}
p2diff=/home/hudson/static_build_env/jbds/p2diff/x86$(if [[ $(uname -a | grep x86_64) ]];
then echo _64; fi)/p2diff
{code}
It would be way better if we could just fetch it via a maven step (as we do for other
releng scripts) ...
!maven-releng-fetch.png|thumbnail!
... and automatically unpack it to the workspace.