maven2 install-file 不能一条命令安装jar source javadoc

http://old.nabble.com/Help-understanding-install:install-file-and--Dsources-or--Djavadoc-td26753937.html

不知哪里定义了内部使用的plugin版本,有2.3的install,还是去下载使用2.2的install,导致不能一次安装3个jar到本地库

continue:

原因:超级pom指定了默认版本;

若需要最新版本的插件需要在自己的pom里面指定,或者修改超级pom;

猜你喜欢

转载自huangxx.iteye.com/blog/619973