Multiple module maven project Error Could not find artifact -


i have multiple module maven project. changed snapshot version in each module.

root  -web-module     --pom.xml  -ear-module     --pom.xml  -common-module     --pom.xml 

after changing version getting below error.

could not find artifact com.kulhade.prj:common-module:jar:2017.08-snapshot in in myrepo  

i have few repositories in root pom helps me different dependencies. myrepo 1 of them. please suggest if encountered similar issue.


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -