James Turton created DRILL-8277: ----------------------------------- Summary: 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 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)