Berryman, Eric
2017-12-21 16:07:45 UTC
Hello!
Is it possible to; define a p2 url as a repository, and output a target file which "locks" in the build dependencies, which others build against?
ie. state in profile:
<repository>
<id>eclipse-updates</id>
<url>${eclipse-update-site}</url>
<layout>p2</layout>
</repository>
then, output target which another profile builds against.
For example, like the NPM package lock works.
Thank you!
Eric
Is it possible to; define a p2 url as a repository, and output a target file which "locks" in the build dependencies, which others build against?
ie. state in profile:
<repository>
<id>eclipse-updates</id>
<url>${eclipse-update-site}</url>
<layout>p2</layout>
</repository>
then, output target which another profile builds against.
For example, like the NPM package lock works.
Thank you!
Eric