[
https://issues.apache.org/jira/browse/DRILL-8277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17578942#comment-17578942
]
ASF GitHub Bot commented on DRILL-8277:
---------------------------------------
jnturton commented on PR #2619:
URL: https://github.com/apache/drill/pull/2619#issuecomment-1213044226
@vvysotskyi GitHub secrets are not visible to PRs so the new snapshot
artifact deployment workflow cannot run successfully here. Therefore, please
review the following workflow run which I triggered by pushing a temporary
branch to this repo instead.
https://github.com/apache/drill/runs/7805509131
The outputs of that run landed here.
https://repository.apache.org/content/repositories/snapshots/org/apache/drill/
> Publish SNAPSHOT artifacts to the Apache snapshots repo from CI
> ---------------------------------------------------------------
>
> Key: DRILL-8277
> URL: https://issues.apache.org/jira/browse/DRILL-8277
> Project: Apache Drill
> Issue Type: Improvement
> Components: Tools, Build & Test
> Affects Versions: 1.20.2
> Reporter: James Turton
> Priority: Minor
> Fix For: 2.0.0
>
>
> It is possible to publish snapshot artifiacts from the current, unrelased
> version of Drill by using the mvn deploy goal. This publishes the aritifacts
> to
> [https://repository.apache.org/content/repositories/snapshots/org/apache/drill.]
> Developers who would like to program against these artifacts in anticipation
> of the upcoming release, say 2.0.0, can do so by adding the Apache snapshots
> repository to their project and dependency entries like
> {code:java}
> <dependency>
> <groupId>org.apache.drill.exec</groupId>
> <artifactId>drill-java-exec</artifactId>
> <version>2.0.0-SNAPSHOT</version>
> </dependency> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)