BestSolution-at / e4-efxclipse-maven-sample

Sample using pure maven for e4 application
5 stars 9 forks source link

Index of repo efxclipse-snapshots invalid? #7

Closed khbrassel closed 5 years ago

khbrassel commented 5 years ago

Hello, I try to get e4-efxclipse-maven-sample running with Netbeans 10.

Maven build warned „The POM for at.bestsolution:tycho-lifecycle-controller:jar:0.0.2-SNAPSHOT is missing, no dependency information available“ and then failed. Also, Netbeans could not index your http://maven.bestsolution.at/efxclipse-snapshots/ repo.

Looking into it, http://maven.bestsolution.at/efxclipse-snapshots/.index/nexus-maven-repository-index.gz seems to be corrupted (or never build in the first place). This may also the reason, why @pamarti in #5 noted: „However, I had to explicitly get the dependency maven-osgi-package-plugin-0.0.2-SNAPSHOT.“

Just another small thing: In sample.mvn.feature/pom.xml, the version of maven-osgi-package-plugin (line 59) - probably unintentionally - overrides the parent pom's setting.

daudo commented 5 years ago

Thanks for the report and sorry for the late reply.

The issue happened due to an infrastructure change and has been long resolved since.

For the other problem (sample.mvn.feature/pom.xml), please file a separate issue.