DevOps
nexus publishing url
codinglog
2023. 11. 10. 16:56
nexus 자원 배포 url은 2와 3이 다르다.
3 버전대는
http://localhost:8081/repository/maven-releases
http://localhost:8081/repository/maven-snapshots
2 버전대는
http://localhost:8081/content/repositories/releases
http://localhost:8081/content/repositories/snapshots
다운로드는
3 버전대
/repository/maven-public
2 버전대
/content/groups/public
반응형