Skip to content

MrGung/deps-bundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Motivation

  • restrictive (corporate) firewall that doesn't allow to access clojars (or maven).
  • using deps.edn because on Windows it's difficult to provide artifact-coordinates via command-line.

Introduction

Bundle dependencies on a computer that has access to maven and clojars (PC-A) and bring these over to a computer with limited access (PC-L).

Requirements

Instructions

  • PC-A: Modify deps.edn to contain the dependencies you need.
  • PC-A: Call bb zip <zipname> to create the ZIP-file, omitting the extension .zip.
  • Bring the zip over.
  • PC-L: unpack into local maven-repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published