GreenDelta / epd-editor

This is an editor for ILCD data sets with EPD format extensions
Mozilla Public License 2.0
4 stars 2 forks source link

pin the version of the olca-ilcd dependency #68

Closed msrocka closed 3 months ago

msrocka commented 3 years ago

Currently, the editor depends on the olca-ilcd module (and its transitive dependencies) in the master branch of the olca-modules repository. You need to install it locally before you update the dependencies of the editor:

git clone https://github.com/GreenDelta/olca-modules.git          # or git pull ...
cd olca-modules/olca-ilcd
mvn install -DskipTests=true
cd path/to/repo/of/epd-editor
mvn package

We should push a version of olca-ilcd to the central Maven repository and use that version in the editor.

msrocka commented 3 months ago

Starting with 5.0.1+, we will have a pinned version that is then also available on the Maven Central Repository.