소스 검색

优化本地jar的配置

ChenYang 1 년 전
부모
커밋
e427ff61cf
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      pom.xml
  2. BIN
      src/main/resources/lib/rfid-1.0.0.jar

+ 2 - 0
pom.xml

@@ -71,6 +71,8 @@
       <groupId>com.warewms</groupId>
       <artifactId>rfid</artifactId>
       <version>1.0.0</version>
+      <scope>system</scope>
+      <systemPath>${basedir}/src/main/resources/lib/rfid-1.0.0.jar</systemPath>
     </dependency>
 
   </dependencies>

BIN
src/main/resources/lib/rfid-1.0.0.jar