Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho 1.7.0 is released!



On Tue, Apr 21, 2020 at 1:52 PM Johan Compagner <jcompagner@xxxxxxxxxx> wrote:

This site is not a Maven repository, and even less the Central Maven repo. It's not a source of truth (unlike the link I sent you in previous mail)

mvn clean install
[INFO] Scanning for projects...
[WARNING] The POM for org.eclipse.tycho:tycho-metadata-model:jar:1.7.0 is missing, no dependency information available

It's there: https://repo1.maven.org/maven2/org/eclipse/tycho/tycho-metadata-model/1.7.0/tycho-metadata-model-1.7.0.pom
Try to add the `-U` flag and make sure your build references the actual Maven Central repo, and not some not-yet-up-to-date mirror.

Back to the top