[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-8657) Contents of http://download.jboss.org/jbosstools/builds/staging/_composite_/3.3.indigo/compositeArtifacts.xml should also be available in /home/hudson/static_build_env/jbds/ to fix intrabuild stability / p2 resolution failures

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Fri Apr 1 01:09:37 EDT 2011


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

Max Rydahl Andersen commented on JBIDE-8657:
--------------------------------------------

Nick: see http://software.2206966.n2.nabble.com/P2-transparent-mirroring-td5793062.html

In my project pom I have the following repository;

  <repository>
      <id>helios</id>
      <layout>p2</layout>
      <url>http://download.eclipse.org/releases/helios/</url>
    </repository>


Then in my .m2 settings.xml I have the following to define the mirror;

    <mirror>
      <id>helios-local</id>
      <mirrorOf>helios</mirrorOf>
      <url>file:///c:/mirrors/helios</url>
      <layout>p2</layout>
      <mirrorOfLayouts>p2</mirrorOfLayouts>
    </mirror>

just need to set the mirrorOf names properly/matching what you want need.

> Contents of http://download.jboss.org/jbosstools/builds/staging/_composite_/3.3.indigo/compositeArtifacts.xml should also be available in /home/hudson/static_build_env/jbds/ to fix intrabuild stability / p2 resolution failures
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-8657
>                 URL: https://issues.jboss.org/browse/JBIDE-8657
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Build/Releng, testing
>    Affects Versions: 3.3.0.M1
>            Reporter: Nick Boldt
>            Assignee: Max Rydahl Andersen
>
> 1. when publishing from Hudson job to download.jboss.org over rsync, also rsync to /home/hudson/static_build_env/jbds/ (tweak publish.sh)
> 2. update composite metadata in http://download.jboss.org/jbosstools/builds/staging/_composite_/3.3.indigo/composite*.xml to point at file:// paths as well
>  (or generate a config.xml in ~/.m2 to set local mirror info?)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list