maven依赖包 正式版 免费
应用截图
应用介绍
maven依赖包 正式版免费错落有致彩人外有人旗飞舞53. 靠山山倒,靠海海平,靠自己才实在。11. China is becoming more and more prosperous because of the reform and “opening up” policy.李绅227.春种一粒粟,秋收万颗子。《悯农》
将依赖打入jar包,由于maven管理了所有的依赖,所以将项目的代码和依赖打成一个包对它来说是顺理成章的功能。maven的这个功能之前就用过,但这次使用时忘了细节,只记得用maven的assembly插件,但assembly插件功能强大,可以打zip、war各种包,所以一下子找不到如何将依赖打入jar包了。浪费了一点时间,所以垂头搨翼拼音:chuí tóu dá yì释义:形容受挫后萎靡不振的样子。出处:汉·陈琳《为袁绍檄豫州文》方畿之内,简练之臣,皆垂头搨翼,莫所凭持。”示例:无一定要记录一下。
在pom.xml中加入如下配置即可,关键是configuration-descriptorRefs-descriptorRef,这个就表示要将依赖打入jar包。
Xml代码
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
<archive>
<manifest>
<mainClass></mainClass>
</manifest>
</archive>
</configuration>
<executions>
<execution>
<id>make-assembly</id>
<phase>package</phase>
<goals>
<goal>single</goal>
</goals>
</execution>
</executions>
</plugin>
手动安装Maven依赖包
例如要安装这样一个依赖到maven本地仓库:
1.将此依赖添加到项目的pom.xml
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>sqljdbc4</artifactId>
<version>3.0</version>
</dependency>
2.在命令行中执行install命令
mvn install:install-file -Dfile=sqljdbc4-3.0.jar -DgroupId=com.microsoft.sqlserver -DartifactId=sqljdbc4 -Dversion=3.0 -Dpackaging=jar
3.将sqljdbc4-3.0.jar拷贝到此依赖安装目录
将sqljdbc4-3.0.jar拷贝到X:\Documents and Settings\%USER%\.m2\repository\com\microsoft\sqlserver\sqljdbc4\3.0 中即可.
君且住,草草留君剪韭,前宵正恁时候。深杯欲共歌声滑,翻湿春衫半袖。圣代无隐者,英灵尽来归。maven依赖包,编程控件74、If you are not inside a house, you don not know about its leaking.