Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[elk-dev] ELK Snapshots for Maven are available!

Hi friends of the Elk,

publishing of Maven Snapshots is now done for ELK. Use the repository


and the current version 0.3.0-SNAPSHOT to use ELK in your Maven / Gradle project. You can find a list of published bundles here:


A problem that still has to be solved is the lack of Maven dependency information in the pom.xml files. These dependencies are very important so the build system can determine the transitive dependencies when using ELK as a library. I will start by adding these dependencies explicitly, but that is quite problematic since our own build uses Tycho to resolve dependencies, which in turn refers to the MANIFEST.MF, so

 1. we won’t notice whether we have missed any dependency in the poms (our build will succeed as long as the manifest files are ok),
 2. we’ll have to keep the pom dependencies up-to-date with the manifest dependencies manually.

This is not ideal. Does anyone have a suggestion?

Cheers
--
Dr. Miro Spönemann
Software engineer and consultant

TypeFox GmbH
Am Germaniahafen 1, 24143 Kiel

Tel.: +49 151 42679459

Sitz: Kiel, Registergericht: Amtsgericht Kiel, HRB 17385
Geschäftsführer: Sven Efftinge, Moritz Eysholdt, Dr. Jan Köhnlein


Back to the top