maven jar安装到本地
Sometimes, you project will have dependency on a jar which is not in official?maven?repository?, and maybe it is propriety jar file which will never be part of?maven?repository?. In this case, you have to put it to your localrepository?your self to solve the dependency.
There is a install plug in to do this job, which is something like:
package install?