Best practice to store .jar files in VCS (SVN, Git, …)

前端 未结 3 1692
我在风中等你
我在风中等你 2020-12-02 16:18

I know, in the time of Maven it is not recommended to store libraries in VCS, but sometimes it makes sense, though.

My question is how to best store them - compresse

3条回答
  •  春和景丽
    2020-12-02 16:49

    You can use similar solution as found in answers to "Uncompress OpenOffice files for better storage in version control" question here on SO, namely using clean / smudge gitattribute using rezip as filter to store *.jar files uncompressed.

提交回复
热议问题