Two thoughts come to mind:
-
The path structure in your internal
repository for your artifact is
incorrect. I suggest running the
maven command with -X parameter. It
will display the maven’s attempt at
downloading the files. Get the line
that has your repository as the url
and try and look for it yourself.The path should look like
/com/example/ourlibrary/1.0.1/ourlibrary-1.0.1-SNAPSHOT.jar
- You didnt include your repository as
a repository in your pom.xml