Closed donkeysharp closed 7 years ago
I'm very sorry, it was my bad at all, the problem was I was not specifying the name well so maven-metadata.xml couldn't download and read latest version. I hope I could delete this issue but it's not possible. I'm closing this issue
Hi , I am getting same error .Could you please let me know where you have mentioned the wrong file name??
Actually, I am trying to load the 13 jar files from github into my maven project via Teamcity tool .However , I am facing issues in downloading the jars of exact size from github.
Hi, When I run
mvn clean deploy
it uploads my artifacts successfully to my repository. I have these settings on my pom.xml for uploading:And in other project I want to use this dependency I have this pom.xml:
When running
mvn clean install
on this other project it tries to download:https://raw.github.com/donkeysharp/repo-maven-poc/mvn-repo/com/mycompany/app/myapp/1.0/myapp-1.0.pom
but on there is no such file but others likeI saw that on
maven-metadata.xml
this last version is set but when maven tries to download it cannot add this date suffix.The logs when trying to build is this: