Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] tycho-p2-extras-plugin (for tycho 0.12.0)

Hi,

2011/5/31 motes motes <mort.motes@xxxxxxxxx>:
> I have some problems using the tycho-p2-extras-plugin with tycho
> 0.12.0. I have tried to find a solution from this page:
>
> http://dev.eclipse.org/mhonarc/lists/tycho-user/msg00163.html
>
> So far it seems that tycho 0.12.0-SNAPSHOT should contain the
> tycho-p2-extras-plugin but that the groupId is the old:
> org.sonatype.tycho. I have tried to build this pom file:

Tycho does not contain the tycho-p2-extras-plugin. It's only an
additional available maven plugin.

> [..]
>
> but I keep getting:
>
> [ERROR] Plugin org.sonatype.tycho:tycho-p2-extras-plugin:0.12.0-SNAPSHOT
> or one of its dependencies could not be resolved: Failed to read
> artifact descriptor for org
> ycho-p2-extras-plugin:jar:0.12.0-SNAPSHOT: Could not find artifact
> org.sonatype.tycho:tycho-p2-extras-plugin:pom:0.12.0-SNAPSHOT in nexus
> (http://repository:8081/nex
> /public) -> [Help 1]
>
> I assume that I have not updated to the correct 0.12.0-SNAPSHOT
> repository. What is the latest location of this repo? I used to have:
>
>        <pluginRepositories>
>                <pluginRepository>
>                        <id>tycho-extras</id>
>                        <url>http://repository.sonatype.org/content/groups/forge/</url>
>                </pluginRepository>
>        </pluginRepositories>
>
> but this no longer seems to have the SNAPSHOT's. Any ideas?

I don't know, if there is a public available artifact of the latest
version 0.12.0-SNAPSHOT with the updated dependencies to
org.eclipse.tycho.

Did you try to build the whole tycho-extras version 0.12.0-SNAPSHOT by yourself?

Please note, that there is a small bug with the test of
tycho-p2-extras-plugin:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=347305

Regards,
Lars


Back to the top