You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "James Turton (Jira)" <ji...@apache.org> on 2022/08/17 15:17:00 UTC

[jira] [Closed] (DRILL-8277) Publish SNAPSHOT artifacts to the Apache snapshots repo from CI

     [ https://issues.apache.org/jira/browse/DRILL-8277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Turton closed DRILL-8277.
-------------------------------
      Assignee: James Turton
    Resolution: Fixed

> 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 &amp; Test
>    Affects Versions: 1.20.2
>            Reporter: James Turton
>            Assignee: 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)