Skip to content

Commit

Permalink
Add orbit-approved-artifacts to available repos (#67)
Browse files Browse the repository at this point in the history
Fixes #66
  • Loading branch information
jonahgraham authored Oct 3, 2023
1 parent 2693e2c commit ef0323b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions releng/org.eclipse.epp.config/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@
<url>https://download.eclipse.org/justj/epp/milestone/latest/</url>
<layout>p2</layout>
</repository>
<repository>
<!-- Tycho is insisting on accessing the "upstream" artifact for this Ant, see https://github.com/eclipse-packaging/packages/issues/66
To make this work we need to match the repo used in Orbit's build for the repository:
https://github.com/eclipse-orbit/orbit-simrel/blob/f6ea491f4ada5d6d6750d8118bf40d9802993376/maven-bnd/tp/MavenBND.target#L1203
-->
<id>maven-ant-repository2</id>
<url>https://repo.eclipse.org/content/repositories/orbit-approved-artifacts</url>
</repository>
</repositories>

<build>
Expand Down

0 comments on commit ef0323b

Please sign in to comment.