Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Relative file urls in target definition files

Hi there

Is there a way to specify local p2 repositories using a relative path in a target definition file?

I'd like to use properties in target definition files, e.g.: "file://${basedir}/my-p2-repository/"

I can specify such repositories inside a pom but I can't within target definition files. Unfortunately, I need to use an explicit targetplatform; just specifying a repository in the pom won't work with my target platform.

Using remote repositories is quite cumbersome for us because we've teams in different locations and SVN is the only easy way for all teams to fetch and edit p2 repositories.

Would it be possible to patch/filter the target definition file locally before passing it to tycho p2 resolver?

Thanks for any hint,
--
Beat Strasser


Back to the top