Jitpack.io: Look for pom.xml in subfolder

Created on 23 Aug 2017  路  4Comments  路  Source: jitpack/jitpack.io

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.

Most helpful comment

https://github.com/jitpack/maven-modular

In short, you can use a groupId of com.github.USER.PROJECT with an artifactId of MODULE

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jtang-ml picture jtang-ml  路  4Comments

bsideup picture bsideup  路  4Comments

afollestad picture afollestad  路  5Comments

leahjlou picture leahjlou  路  4Comments

hnagrasona picture hnagrasona  路  7Comments