为了账号安全,请及时绑定邮箱和手机立即绑定

为什么mavne打包时无法导入依赖包

为什么mavne打包时无法导入依赖包

子衿沉夜 2019-04-17 18:15:01
以下是我pom.xml的配置 在 mvn clean package后 META-INF文件下没有lib文件只能手动拷贝进去我的项目不是web项目没有WEB-INF目录求大神解决<build>         <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->             <plugins>                 <plugin>                     <groupId>org.apache.maven.plugins</groupId>                     <artifactId>maven-dependency-plugin</artifactId>                     <executions>                         <execution>                             <id>copy-dependencies</id>                             <phase>prepare-package</phase>                             <goals>                                 <goal>copy-dependencies</goal>                             </goals>                             <configuration>                                 <outputDirectory>${project.build.directory}/lib</outputDirectory>                                 <overWriteReleases>false</overWriteReleases>                                 <overWriteSnapshots>false</overWriteSnapshots>                                 <overWriteIfNewer>true</overWriteIfNewer>                             </configuration>                         </execution>                     </executions>                 </plugin>                 <plugin>                     <groupId>org.apache.maven.plugins</groupId>                     <artifactId>maven-dependency-plugin</artifactId>                     <version>2.8</version>                     <executions>                         <execution>                             <phase>package</phase>                             <goals>                                 <goal>copy-dependencies</goal>                             </goals>                         </execution>                     </executions>                     <configuration>                         <archive>
查看完整描述

2 回答

?
慕标琳琳

TA贡献1830条经验 获得超9个赞

LIB文件应该在WEB-INFO下。


查看完整回答
反对 回复 2019-05-16
  • 2 回答
  • 0 关注
  • 608 浏览

添加回答

举报

0/150
提交
取消
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号