Jars Issues in Maven Spring Hibernate Project
问题 I had made Web Application on Spring and Hibernate by taking reference from Vaannila When I specify lib name on pom.xml using eclipse, the maven repository could not include all the jars. How can I include the jars on my application? 回答1: you could use the maven install:install command which includes the jars into your maven repo mvn install:install-file -DgroupId=group_id -DartifactId=artifact_id -Dversion=version -Dpackaging=jar -Dfile=path_to_jar For this , you could try mvn package -