move copy step to builder

Freestyle jobs do not have postbuilder.  put post build stuff in
in builders step instead.

Change-Id: Ifa9991273605912df2f9a8660741ba9086603f84
This commit is contained in:
Khai Do 2013-08-16 14:41:49 -07:00
parent 8222c6e00f
commit ee22765329

View File

@ -51,8 +51,6 @@
goals: 'clean package'
properties:
- project-version=${{PROJECT_VER}}
postbuilders:
- shell: |
cp ./target/{name}.hpi ./target/{name}-$PROJECT_VER.hpi