Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] generate target file from p2 target

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




Back to the top