OSDN Git Service

deleted unnecessary dll files.
[xerial/sqlite-jdbc.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 9b6cf22..b6131af 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,12 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<project xmlns="http://maven.apache.org/POM/4.0.0"\r
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\r
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">\r
 \r
   <modelVersion>4.0.0</modelVersion>\r
   <groupId>org.xerial</groupId>\r
   <artifactId>sqlite-jdbc</artifactId>\r
-  <version>3.6.4-SNAPSHOT</version>\r
+  <version>3.6.18-SNAPSHOT</version>\r
   <name>SQLite JDBC</name>\r
   <description>SQLite JDBC library</description>\r
 \r
           <include>org/**</include>\r
         </includes>\r
       </resource>\r
+      <resource>\r
+        <directory>${basedir}</directory>\r
+        <targetPath>META-INF/maven/${groupId}/${artifactId}</targetPath>\r
+        <includes>\r
+          <include>VERSION</include>\r
+          <include>LICENSE*</include>\r
+        </includes>\r
+      </resource>\r
     </resources>\r
-\r
+    \r
     <plugins>\r
       <plugin>\r
         <groupId>org.apache.maven.plugins</groupId>\r
@@ -54,6 +59,7 @@
               <goal>unpack</goal>\r
             </goals>\r
             <configuration>\r
+              <excludes>META-INF,META-INF/**</excludes>\r
               <artifactItems>\r
                 <artifactItem>\r
                   <groupId>org.xerial.thirdparty</groupId>\r
                   <type>jar</type>\r
                 </artifactItem>\r
               </artifactItems>\r
-              <outputDirectory>target/classes</outputDirectory>\r
+              <overWrite>true</overWrite>\r
+              <outputDirectory>src/main/resources</outputDirectory>\r
             </configuration>\r
           </execution>\r
         </executions>\r
       </plugin>\r
 \r
+      <plugin>\r
+        <artifactId>maven-release-plugin</artifactId>\r
+        <configuration>\r
+          <!--  do not run site-deploy goal, included in the default settings  -->\r
+          <goals>deploy</goals>\r
+        </configuration>\r
+      </plugin>\r
+\r
     </plugins>\r
 \r
   </build>\r
       <version>1.4</version>\r
       <scope>provided</scope>\r
     </dependency>\r
-    <dependency>\r
-      <groupId>org.xerial</groupId>\r
-      <artifactId>xerial-core</artifactId>\r
-      <version>0.8.0</version>\r
-      <scope>test</scope>\r
-    </dependency>\r
   </dependencies>\r
-\r
 </project>\r
-\r