@echo off echo °²×°jar°ü·¾¶:%~dp0 echo ¿ªÊ¼°²×°jarµ½Maven²Ö¿â echo product-server-core-1.0.0-releases.jar call mvn install:install-file -Dfile=product-server-core-1.0.0-releases.jar -DgroupId=com.lx -DartifactId=product-server-core -Dversion=1.0.0-releases -Dpackaging=jar echo spring-server-master-1.2.6.6.jar call mvn install:install-file -Dfile=spring-server-master-1.2.6.6.jar -DgroupId=org.spring -DartifactId=spring-server-master -Dversion=1.2.6.6 -Dpackaging=jar echo jodconverter-2.2.2.jar call mvn install:install-file -Dfile=jodconverter-2.2.2.jar -DgroupId=com.artofsolving -DartifactId=jodconverter -Dversion=2.2.2 -Dpackaging=jar echo jodconverter-core-3.0-beta-4.jar call mvn install:install-file -Dfile=jodconverter-core-3.0-beta-4.jar -DgroupId=org.artofsolving.jodconverter -DartifactId=jodconverter-core -Dversion=3.0-beta-4 -Dpackaging=jar pause