Explorar o código

优化本地jar的配置

ChenYang hai 1 ano
pai
achega
e427ff61cf
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      pom.xml
  2. BIN=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=BIN
src/main/resources/lib/rfid-1.0.0.jar