//installer.bat
@echo off
set localdir=%~dp0
call mvn install:install-file -DgroupId=org.zhixun -DartifactId=IKAnalyzer -Dversion=3.2.3 -Dpackaging=jar -Dfile=%localdir%/libs/IKAnalyzer3.2.3Stable.jar

call mvn install:install-file -DgroupId=org.zhixun -DartifactId=IKAnalyzer -Dversion=3.2.3 -Dpackaging=jar -Dfile=%localdir%/libs/IKAnalyzer3.2.3Stable.jar
pause

		<dependency>
			<groupId>org.zhixun</groupId>
			<artifactId>IKAnalyzer</artifactId>
			<version>1.0</version>
			<scope>system</scope>
			<systemPath>${basedir}/../parent/libs/IKAnalyzer3.2.3Stable.jar</systemPath>
		</dependency>

  

相关文章:

  • 2022-12-23
  • 2021-06-16
  • 2022-12-23
  • 2021-12-29
  • 2021-10-04
  • 2021-11-20
猜你喜欢
  • 2021-07-08
  • 2021-06-14
  • 2021-05-23
  • 2021-11-21
  • 2022-02-04
相关资源
相似解决方案