Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Local eclipse instance

Hi all,

 

Is there any way to point to the local directory with the Eclipse in the pom file instead of adding the p2 repository with such a method:

<repository>

                                <id>eclipse-neon</id>

                                <url>http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/releases/neon/</url>

                                <layout>p2</layout>

                </repository>

?

 

Thanks,

Evgeniya


Back to the top