标签:
转自:http://www.blogjava.net/fancydeepin/archive/2012/06/12/380605.html thanks!!



<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>3.1.0.RELEASE</version>
</dependency>
mvn install:install-file -Dfile=jar包的位置 -DgroupId=上面的groupId -DartifactId=上面的artifactId -Dversion=上面的version -Dpackaging=jar
标签:
原文地址:http://www.cnblogs.com/faithofjustice/p/4458517.html