There I described a problem: maven can't find dependencies [dependencyResolutionException]
But when I start to analyze the url from which maven
try to download object I saw
http://artifacts.com/rep/com/project/rest/common/2.0.5/common-2.0.5.pom
that it uses com/project/rest
path. But in the repository in artifacts.com
it has folder with com.project.rest
and not subfolder structure.
How to resolve it? How to make maven download from
http://artifacts.com/rep/com.projet.rest/common/2.0.5/common-2.0.5.pom