Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Any way to have a look at the internal p2 repo?

For p2 metadata information,
<localrepo>/.meta/p2-local-metadata.properties has list of all locally
installed tycho artifacts. Each artifact has corresponding
-p2metadata.xml file, which uses format similar to contents.xml file.

For p2 artifact information, Tycho uses
<localrepo>/.meta/p2-artifacts.properties and -p2artifacts.xml files.

--
Regards,
Igor


On 12-02-07 9:19 AM, Michael Istria wrote:
Hi all,

As far as I understand about Tycho, it seems to me that there is an internal p2 repository in the M2_REPO that is used by Tycho to resolve dependencies to "locally built" bundles. Is it so?)
In such case, we can read lines such as:
[WARNING] The following locally built units have been used to resolve project dependencies:
[WARNING]   org.jboss.tools.usage/1.1.0.v20120207-1129-Beta1


If there is a p2 repo, is there a way to see what's in it? Can we see an (artifact|content).(jar|xml) ?
If not, what is the underlying mechanism for resolution to locally builts bundles?

The use-case I have is that some platform-specific bundles are built locally, but Tycho does not succeed to resolve them from other builds. I am trying to figure out what's wrong in our poms or in Tycho that could explain this behaviour.

Thanks in advance,

Regards
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top