In #22 you implemented support for a build.gradle file in a subfolder. Would it be possible to do the same for pom.xml files?
The repository I'm trying to add to my dependencies has a pom.xml in a subdirectory.
https://github.com/jitpack/maven-modular
In short, you can use a groupId of com.github.USER.PROJECT with an artifactId of MODULE
Would it make sense to add this example to the documentation for JitPack?
@cjc343 can you help for following:
https://github.com/apache/spark/blob/master/external/kinesis-asl-assembly/pom.xml
tried
"com.github.apache.spark.external" % "spark-streaming-kinesis-asl-assembly_2.11" % "2.2.0"
"com.github.apache.spark.external" % "spark-streaming-kinesis-asl-assembly_2.11" % "branch-2.2"
@cjc343, it seems that the maven modular solution only works when a project has a parent pom.xml. But OpenNTF/org.openntf.domino doesn't have one. I ran into the same problem with Liferay Faces Bridge API: https://github.com/jitpack/jitpack.io/issues/3754#issuecomment-468343688
Most helpful comment
https://github.com/jitpack/maven-modular
In short, you can use a groupId of
com.github.USER.PROJECTwith an artifactId ofMODULE