International-Data-Spaces-Association / metadata-broker-open-core

This is the repository of the open-core reference implementation of the IDS Metadata Broker.
Apache License 2.0
10 stars 17 forks source link

Issue building #5

Closed jimmarino closed 3 years ago

jimmarino commented 3 years ago

Hi,

It looks like some of the dependencies are not resolving when I build master using: mvn clean install.

Specifically:

de.fraunhofer.iais.eis.ids:interaction:4.0.2-SNAPSHOT de.fraunhofer.iais.eis.ids:protocol:4.0.2-SNAPSHOT de.fraunhofer.iais.eis.ids:ecosystemintegration:4.0.2-SNAPSHOT de.fraunhofer.iais.eis.ids:core:4.0.2-SNAPSHOT de.fraunhofer.iais.eis.ids:connector-commons:4.0.2-SNAPSHOT

Do I need to configure a third-party repository for those artifacts? It would be nice to have the repository defined in the project pom.

Thanks! Jim

maboeckmann commented 3 years ago

Hello Jim,

thank you very much for reporting this issue! My apologies for the late reply. We have now published a bunch of artifacts on the repository which is linked in this pom file and is accessible without a password. Can you please let us know if the issue is now solved?

Thanks!

Matthias

jimmarino commented 3 years ago

Hi Matthias,

Thanks, that resolved the issue, and I was able to build successfully.

Are those dependencies available as open source, or are just the Maven artifacts available?

Jim

maboeckmann commented 3 years ago

Hi Jim,

thanks for letting us know! As of now, they are not open-source and are just Maven artifacts.

Best,

Matthias

jimmarino commented 3 years ago

OK, thanks. One more question: Which license are they distributed under?

Cheers, Jim

maboeckmann commented 3 years ago

It seems like we still need to add a license file to some of them. However, we are planning to put these artifacts under Apache 2.0 license.