xiongzhu 5 лет назад
Родитель
Сommit
b6aa35de66

+ 12 - 4
install-jar.sh

@@ -1,8 +1,16 @@
 
 mvn org.apache.maven.plugins:maven-install-plugin:2.5.1:install-file \
--DgroupId=com.dingtalk \
--DartifactId=client-sdk.api \
+-DgroupId=com.sun \
+-DartifactId=jna \
 -Dpackaging=jar \
--Dversion=1.0.2 \
--Dfile=lib/client-sdk.api-1.0.2.jar \
+-Dversion=1.0.0 \
+-Dfile=lib/jna.jar \
+-DlocalRepositoryPath=libs
+
+mvn org.apache.maven.plugins:maven-install-plugin:2.5.1:install-file \
+-DgroupId=com.sun \
+-DartifactId=jna.platform \
+-Dpackaging=jar \
+-Dversion=1.0.0 \
+-Dfile=lib/examples.jar \
 -DlocalRepositoryPath=libs

BIN
lib/examples.jar



BIN
libs/com/sun/jna.platform/1.0.0/jna.platform-1.0.0.jar


+ 9 - 0
libs/com/sun/jna.platform/1.0.0/jna.platform-1.0.0.pom

@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.sun</groupId>
+  <artifactId>jna.platform</artifactId>
+  <version>1.0.0</version>
+  <description>POM was created from install:install-file</description>
+</project>

+ 12 - 0
libs/com/sun/jna.platform/maven-metadata-local.xml

@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>com.sun</groupId>
+  <artifactId>jna.platform</artifactId>
+  <versioning>
+    <release>1.0.0</release>
+    <versions>
+      <version>1.0.0</version>
+    </versions>
+    <lastUpdated>20210205103528</lastUpdated>
+  </versioning>
+</metadata>

BIN
libs/com/sun/jna/1.0.0/jna-1.0.0.jar


+ 9 - 0
libs/com/sun/jna/1.0.0/jna-1.0.0.pom

@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>com.sun</groupId>
+  <artifactId>jna</artifactId>
+  <version>1.0.0</version>
+  <description>POM was created from install:install-file</description>
+</project>

+ 12 - 0
libs/com/sun/jna/maven-metadata-local.xml

@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata>
+  <groupId>com.sun</groupId>
+  <artifactId>jna</artifactId>
+  <versioning>
+    <release>1.0.0</release>
+    <versions>
+      <version>1.0.0</version>
+    </versions>
+    <lastUpdated>20210205103526</lastUpdated>
+  </versioning>
+</metadata>

+ 5 - 0
pom.xml

@@ -266,6 +266,11 @@
             <version>1.6.2</version>
         </dependency>
 
+        <dependency>
+            <groupId>com.sun</groupId>
+            <artifactId>jna.platform</artifactId>
+            <version>1.0.0</version>
+        </dependency>
     </dependencies>
 
 </project>