Integrate P2 with Tycho Plugins

JFrog Artifactory Documentation

Products
JFrog Artifactory
Content Type
User Guide
ft:sourceType
Paligo

Artifactory fully supports hosting of Tycho plugins as well as resolving Tycho build dependencies.

To resolve all build dependencies through Artifactory, simply change the repository URL tag of your build's pom.xml file as displayed in the snippet below:

<repository>
    <id>eclipse-indigo</id>
    <layout>p2</layout>
    <url>http://localhost:8081/artifactory/p2-virtual</url>
</repository>

Note

The P2 virtual repository should contain URLs to all local repositories with an optional sub-path in them where Tycho build artifacts reside.