[
https://issues.jboss.org/browse/JBIDE-8657?page=com.atlassian.jira.plugin...
]
Max Rydahl Andersen commented on JBIDE-8657:
--------------------------------------------
Nick: see
http://software.2206966.n2.nabble.com/P2-transparent-mirroring-td5793062....
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.indig...
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.indig...
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