Verify convention before deploying parent pom
---------------------------------------------
Key: JBIDE-17590
URL:
https://issues.jboss.org/browse/JBIDE-17590
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: build
Affects Versions: 4.2.0.Beta2
Reporter: Mickael Istria
Assignee: Mickael Istria
Labels: respin-c
Fix For: 4.2.0.Beta2
Attachments: red-balls.png
It can happen that we forget to override some necessary properties when branching parent
pom. A recent example is jbosstools-site-stream that needs to be updated from master to
4.2.luna.
We should add to the parent pom deploy job, before we deploy, some checks that guarantee
we follow our own conventions:
Examples:
* jbosstools-site-stream
* TARGET_PLATFORM_VERSION_*
A simple grep should be enough.