[
https://issues.jboss.org/browse/JBIDE-17810?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-17810:
------------------------------------
Something based loosely on this:
{code}
for d in jbosstools-*; do cd $d; echo " == $d == "; gpuom; cat pom.xml | grep
-A2 -B2 ">parent<"; cd ..; echo ""; done
(then check if the value shown is correct. gpuom is short for `git pull origin master`)
for d in aerogear browsersim forge freemarker hibernate jst openshift vpe; do cd
jbosstools-${d}; echo " == $d == "; gpuom; cat pom.xml| grep -A1 -B1
">parent<" | egrep "Alpha|Beta"; cd ..; echo ""; done
{code}
Document the need (and script the process) to ensure all branches
have been created and all master branch root poms are correctly pointing at the latest
parent pom
-------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-17810
URL:
https://issues.jboss.org/browse/JBIDE-17810
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build
Affects Versions: 4.2.0.Beta3
Reporter: Nick Boldt
Document the need (and script the process) to ensure all branches have been created and
all master branch root poms are correctly pointing at the latest parent pom
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)