You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2021/07/25 16:41:38 UTC

[cassandra] 02/05: Offline build mode

This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch cassandra-3.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit 3d7c824c1bc81998492a23b69947ecd6fae54f53
Author: Mick Semb Wever <mc...@apache.org>
AuthorDate: Sat Apr 3 02:06:46 2021 +0200

    Offline build mode
    
    When all dependencies are already in the local `~/.m2/repository/` we should not be needing an internet connection. ("Offline" mode should be automatic)
    
     patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-16559
---
 .build/build-resolver.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.build/build-resolver.xml b/.build/build-resolver.xml
index 768fb87..8a413bf 100644
--- a/.build/build-resolver.xml
+++ b/.build/build-resolver.xml
@@ -143,7 +143,6 @@
             <files dir="${test.lib}/jars" layout="{artifactId}-{version}-{classifier}.{extension}" scopes="test,!provide,!system"/>
         </resolver:resolve>
 
-
         <!-- jacoco agent jar comes wrapped in a jar -->
         <unzip src="${user.home}/.m2/repository/org/jacoco/org.jacoco.agent/${jacoco.version}/org.jacoco.agent-${jacoco.version}.jar" dest="${build.dir.lib}/jars">
             <patternset>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org