Maven本地资源库

来源:互联网 发布:linux grub引导 stage 编辑:程序博客网 时间:2024/05/29 02:19

Maven的本地资源库是用来存储所有项目的依赖关系(插件jar和其他文件,这些文件被Maven下载)到本地文件夹。很简单,当你建立一个Maven项目,所有相关文件将被存储在你的Maven本地仓库。

默认情况下,Maven的本地资源库默认为 .m2 目录文件夹:

~/.m2

进入m2文件夹查看

[root@master ~]# cd ~/.m2[root@master .m2]# lltotal 4drwxr-xr-x 27 root root 4096 Jul 26 21:13 repository[root@master .m2]# cd repository/[root@master repository]# lltotal 100drwxr-xr-x  3 root root 4096 Jul 26 21:01 aopalliancedrwxr-xr-x  4 root root 4096 Jul 26 21:04 args4jdrwxr-xr-x  4 root root 4096 Jul 26 21:08 asmdrwxr-xr-x  3 root root 4096 Jul 26 21:13 backport-util-concurrentdrwxr-xr-x  3 root root 4096 Jul 26 20:57 classworldsdrwxr-xr-x 13 root root 4096 Jul 26 21:08 comdrwxr-xr-x  3 root root 4096 Jul 26 20:57 commons-clidrwxr-xr-x  3 root root 4096 Jul 26 20:59 commons-codecdrwxr-xr-x  3 root root 4096 Jul 26 21:00 commons-configurationdrwxr-xr-x  3 root root 4096 Jul 26 20:59 commons-httpclientdrwxr-xr-x  3 root root 4096 Jul 26 20:59 commons-iodrwxr-xr-x  3 root root 4096 Jul 26 20:57 commons-langdrwxr-xr-x  4 root root 4096 Jul 26 21:13 commons-loggingdrwxr-xr-x  3 root root 4096 Jul 26 20:59 commons-netdrwxr-xr-x  4 root root 4096 Jul 26 21:08 iodrwxr-xr-x  3 root root 4096 Jul 26 21:04 itdrwxr-xr-x  8 root root 4096 Jul 26 21:12 javaxdrwxr-xr-x  3 root root 4096 Jul 26 21:03 jlinedrwxr-xr-x  3 root root 4096 Jul 26 20:57 junitdrwxr-xr-x  3 root root 4096 Jul 26 20:59 log4jdrwxr-xr-x  9 root root 4096 Jul 26 21:14 netdrwxr-xr-x 29 root root 4096 Jul 26 21:15 orgdrwxr-xr-x  3 root root 4096 Jul 26 21:09 orodrwxr-xr-x  4 root root 4096 Jul 26 21:15 staxdrwxr-xr-x  3 root root 4096 Jul 26 20:59 xmlenc
0 0
原创粉丝点击