OSDN Git Service

[maven-release-plugin] prepare for next development iteration
[xerial/xerial-core.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 6cdf4c3..356d80a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
   <groupId>org.xerial</groupId>\r
   <artifactId>xerial-core</artifactId>\r
   <name>Xerial Core</name>\r
-  <version>1.0.12-SNAPSHOT</version>\r
+  <version>1.0.15-SNAPSHOT</version>\r
   <description>xerial-core is a common utilities for the Xerial project.</description>\r
 \r
   <build>\r
        <version>2.5.1</version>\r
       </plugin>\r
       \r
+\r
       <plugin>\r
-        <artifactId>maven-assembly-plugin</artifactId>\r
+        <groupId>org.apache.maven.plugins</groupId>\r
+        <artifactId>maven-shade-plugin</artifactId>\r
         <configuration>\r
-          <!-- <finalName>xerial</finalName>-->\r
-          <appendAssemblyId>true</appendAssemblyId>\r
-          <descriptors>\r
-            <descriptor>src/assembly/standalone.xml</descriptor>\r
-          </descriptors>\r
-          <archive>\r
-          <!-- \r
-            <manifest>\r
+          <transformers>\r
+            <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">\r
               <mainClass>org.xerial.silk.cui.SilkMain</mainClass>\r
-            </manifest>\r
-             -->\r
-            <index>true</index>\r
-          </archive>\r
+            </transformer>\r
+          </transformers>\r
         </configuration>\r
         <executions>\r
           <execution>\r
-            <id>silk</id> \r
-            <phase>package</phase> \r
+            <id>make-shade</id>\r
+            <phase>package</phase>\r
             <goals>\r
-              <goal>single</goal>\r
+              <goal>shade</goal>\r
             </goals>\r
+            <configuration>\r
+              <shadedArtifactAttached>true</shadedArtifactAttached>\r
+              <shadedClassifierName>standalone</shadedClassifierName>\r
+            </configuration>\r
           </execution>\r
         </executions>\r
       </plugin>\r
-      \r
+\r
       <plugin>\r
         <artifactId>maven-release-plugin</artifactId>\r
         <configuration>\r