]
Tom Jenkinson updated JBTM-2492:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Build and deploy Blacktie as part of BRP.xml
--------------------------------------------
Key: JBTM-2492
URL:
https://issues.jboss.org/browse/JBTM-2492
Project: JBoss Transaction Manager
Issue Type: Task
Components: Release Process
Reporter: Tom Jenkinson
Assignee: Tom Jenkinson
Priority: Minor
Fix For: 5.next
We only update the Blacktie java artifacts so these should be able to be done from any
machine:
{code}
call "C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
build.bat -f blacktie\wildfly-blacktie\pom.xml install -DskipTests
build.bat -f blacktie\pom.xml install -DskipTests
build.bat -f blacktie\pom.xml deploy -DskipTests
{code}