Error when trying to run Project

1
0
-1

Greetings everyone,

I am currently creating a project. After having completed all the necessary tasks in order to run the project I have come across some errors, which I do not know how to solve. I am referring to these:

1) Missing artifact com.company:eshop1-bdm-model:jar:0.0.1

2) Missing artifact com.company:eshop-bdm-model:jar:0.0.1

3) The container 'Maven Dependencies' reference non-existing library 'C:\Users\basil\m.2\repository\com\company\eshop1-bdm-model\0.0\1\eshop1-bdm-model-0.0.1. jar

4) The project cannot be built until build path errors are resolved

Do you know how I could deal with them? I should also mention that I have updated the project through Maven, as well as having done every deployment that was necessary. Thank you for your time !

1 answer

1
0
-1

Hi AlexNks,

Some things you could try:

  • In the BDM editor, check that the package name, artifact and version correspond to what you're calling. In your case it should be

    <groupId>com.company</groupId><br />
    <artifactId>eshop1-bdm-model</artifactId><br />
    <version>0.0.1</version>

  • In the BDM editor, deploy the BDM before running the project

Hope this helps,
-Thalía

Notifications