mkitti commented on PR #99: URL: https://github.com/apache/ant-ivy/pull/99#issuecomment-2592138988
I described the issue here: https://lists.apache.org/thread/j2gw1rt1xl9f4126cmhqb9gd2oz51c4k > When adding the dependency org.janelia.saalfeld.lab.n5-ij [2] Ivy does not correctly recognize net.imglib2.imglib2 [3] as a compile dependency. This is because when processing the parent POM (pom-scijava [4]), Ivy only stores extra information with a groupId__artifactId key without the classifier. The initial fix I have produced is to modify the key to include the classifier: groupId__artifiactId__classifierId. I have prototyped these changes on a Github fork [5]. I would like to discuss how we might upstream these changes to Apache Ivy. [2] https://github.com/saalfeldlab/n5-ij [3] https://github.com/imglib/imglib2 [4] https://github.com/scijava/pom-scijava [5] https://github.com/mkitti/ant-ivy/commits/mkitti-maven-classifier -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org