基础语法 # 强制更新 mvn clean install -e -U 添加本地 jar 包 <dependency> ... <scope>system</scope> <systemPath>...</systemPath> </dependency>