I made a bug for this specific issue (artifacts not publishing to the Apache Maven repo): https://issues.apache.org/jira/browse/BEAM-6919
While I was gathering info for the bug report I also noticed +Yifan Zou <[email protected]> has an experimental PR testing a fix: https://github.com/apache/beam/pull/8148 On Tue, Mar 26, 2019 at 11:42 AM Boyuan Zhang <[email protected]> wrote: > +Daniel Oliveira <[email protected]> > > On Tue, Mar 26, 2019 at 9:57 AM Boyuan Zhang <[email protected]> wrote: > >> Sorry for the typo. Ideally, the snapshot publish is *independent* from >> postrelease_snapshot. >> >> On Tue, Mar 26, 2019 at 9:55 AM Boyuan Zhang <[email protected]> wrote: >> >>> Hey, >>> >>> I'm trying to publish the artifacts by commenting "Run Gradle Publish" >>> in my PR, but there are several errors saying "cannot write artifacts >>> into dir" >>> <https://scans.gradle.com/s/g4uwxrj5gsizo/console-log?task=:beam-examples-java:publishMavenJavaPublicationToMavenRepository>, >>> anyone has idea on it? Ideally, the snapshot publish is dependent from >>> postrelease_snapshot. The publish task is to build and publish artifacts >>> and the postrelease_snapshot is to verify whether the snapshot works. >>> >>> On Tue, Mar 26, 2019 at 8:45 AM Ahmet Altay <[email protected]> wrote: >>> >>>> I believe this is related to >>>> https://issues.apache.org/jira/browse/BEAM-6840 and +Boyuan Zhang >>>> <[email protected]> has a fix in progress >>>> https://github.com/apache/beam/pull/8132 >>>> >>>> On Tue, Mar 26, 2019 at 7:09 AM Ismaël Mejía <[email protected]> wrote: >>>> >>>>> I was trying to validate a fix on the Spark runner and realized that >>>>> Beam SNAPSHOTS have not been updated since February 24 ! >>>>> >>>>> >>>>> https://repository.apache.org/content/repositories/snapshots/org/apache/beam/beam-sdks-java-core/2.12.0-SNAPSHOT/ >>>>> >>>>> Can somebody please take a look at why this is not been updated? >>>>> >>>>> Thanks, >>>>> Ismaël >>>>> >>>>
