Maven 加载本地jar包

来源:互联网 发布:ubuntu firefox 崩溃 编辑:程序博客网 时间:2024/06/05 02:23

在不放入资源库下,偶尔使用jar

<dependency>

     <groupId>vx</groupId>

     <artifactId>webpe-enterx-guard</artifactId>

     <version>1.0</version>

     <scope>system</scope>

     <systemPath>D:/vx/webpe-enterx-guard/1.0/webpe-enterx-guard.jar</systemPath>

   </dependency>

 

groupId, artifactId,version要和目录结构匹配


原创粉丝点击