maven - Staging repos and dependent artifacts -
i'm using sonatype nexus repo hosting , have 2 artifacts depends on b separate projects (not multimodule). staged b 1.0.0 want stage dependency on b-1.0.0 , not on snapshot; however, because b still staged , not released, maven complains can't find b-1.0.0. correct way this? doesn't make sense me have release dependency (b) without being tested part of project (a)
what doing wrong? iiuc, staging repos dynamically created, adding (temporary) staging repo <repository>
in project doesn't sound either
as secondary question, know if supposed stage main artifact (a) in same staging repo b or if should close b , stage in new staging repo
you should have separate repository group public , have configured target group staging profile project a.
then when build project b use group , available building project.
Comments
Post a Comment