mvn包怎么构建
短信预约 -IT技能 免费直播动态提醒
本篇内容主要讲解“mvn包怎么构建”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“mvn包怎么构建”吧!
mvn包
此命令构建 maven 项目并将它们打包成 JAR、WAR 等。
$ mvn package...[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ maven-example-jar ---[INFO] Changes detected - recompiling the module![INFO] Compiling 1 source file to /Users/pankaj/Desktop/maven-examples/maven-example-jar/target/classes...[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ maven-example-jar ---[INFO] Changes detected - recompiling the module![INFO] Compiling 1 source file to /Users/pankaj/Desktop/maven-examples/maven-example-jar/target/test-classes[INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ maven-example-jar ---[INFO] Surefire report directory: /Users/pankaj/Desktop/maven-examples/maven-example-jar/target/surefire-reports------------------------------------------------------- T E S T S-------------------------------------------------------Running com.journaldev.maven.classes.AppTestTests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 secResults :Tests run: 1, Failures: 0, Errors: 0, Skipped: 0[INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ maven-example-jar ---[INFO] Building jar: /Users/pankaj/Desktop/maven-examples/maven-example-jar/target/maven-example-jar-0.0.1-SNAPSHOT.jar[INFO] ------------------------------------------------------------------------[INFO] BUILD SUCCESS...
输出在“BUILD SUCCESS”消息之前显示 JAR 文件的位置。请注意,包目标在打包构建之前执行 compile、testCompile 和 test 目标。
到此,相信大家对“mvn包怎么构建”有了更深的了解,不妨来实际操作一番吧!这里是编程网网站,更多相关内容可以进入相关频道进行查询,关注我们,继续学习!
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341