简体   繁体   中英

Using boot-clj dependency from local

I'm experimenting with boot-new . I'm making some changes to the code and need to test with boot -d . How can I test any boot dependency without having it available in clojars.

To test the changes for the boot dependency libs (the one that we supply in -d ), we can make changes to those lib and run boot build . This add the updated jar to our local maven repo and it will be used when we refer it via boot -d .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM