Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho fails to resolve lucene bundle

i've added the staging repository to my pom.xml, but maven can't resolve tycho 0.15:

    <repository>
      <id>orgeclipsetycho</id>
      <url>https://oss.sonatype.org/content/repositories/orgeclipsetycho-255/</url>
    </repository>


 Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.15.0 or one of its dependencies could not be resolved: Could not find artifact org.eclipse.tycho:tycho-maven-plugin:jar:0.15.0 in central (http://repo1.maven.org/maven2) -> [Help 2


Should i add it somewhere else?


regards

-robert



Back to the top