exodus icon indicating copy to clipboard operation
exodus copied to clipboard

Failed fetching from private github repo

Open lfraimovich opened this issue 4 years ago • 1 comments

I am trying to use Exodus on my private GitHub repo and it fails with: "Exception in thread "main" com.wixpress.build.maven.MissingPomException: Failed to read artifact descriptor" When running "$ java -Xmx12G -Dskip.classpath=false -Dskip.transformation=false -Dlocal.maven.repository.path=<PATH-TO-LOCAL-.m2-REPO> -Dfail.on.severe.conflicts=true -Drepo.root=<TARGET-REPO> [email protected]:YOUR-ORG/target-repo.git -jar <path/to/downloads>/exodus.jar" how should my repo.url look like? "git@git..com:<ORG NAME>/<REPO NAME>.git" is that ok? Also, why do i need to specify both the local directory of the repo AND the github repo url?

lfraimovich avatar Jun 14 '20 07:06 lfraimovich

Hi @Ifraimovich, The repo.url is indeed not REALLY needed. we will work on removing this flag and update soon.

natansil avatar Jun 14 '20 11:06 natansil