[jbosstools-issues] [JBoss JIRA] (JBIDE-17810) 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

Nick Boldt (JIRA) issues at jboss.org
Mon Jul 7 12:50:23 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-17810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982730#comment-12982730 ] 

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)


More information about the jbosstools-issues mailing list