You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2019/07/23 00:01:25 UTC

[GitHub] [incubator-iceberg] electrum opened a new issue #305: Publish source jars for JitPack

electrum opened a new issue #305: Publish source jars for JitPack
URL: https://github.com/apache/incubator-iceberg/issues/305
 
 
   We're currently using [JitPack](https://jitpack.io/#apache/incubator-iceberg) in Presto for the Iceberg dependency until there is an official release in Maven Central. Unlike a traditional Maven `SNAPSHOT` build, this is reasonably safe, as the artifacts should be effectively immutable as they are based on a commit ID.
   
   One problem is that the source jars are not published. This seems to be caused by JitPack running the `install` task rather than `publishToMavenLocal` (see [JitPack docs](https://jitpack.io/docs/BUILDING/#gradle-projects)). Would it be possible to modify the build so that source jars are installed when running the `install` task?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org