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

Sorry, the repository should have gone into the pluginRespositories node.

Anyway, i'm still getting the error with 0.15:

[ERROR] import org.apache.lucene.index.IndexWriter.MaxFieldLength;
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The import org.apache.lucene.index.IndexWriter.MaxFieldLength cannot be resolved


regards

-robert



On Tue, May 29, 2012 at 7:20 PM, Robert Gründler <r.gruendler@xxxxxxxxx> wrote:
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