OSDN Git Service

[maven-release-plugin] prepare release xerial-core-1.0.13
[xerial/xerial-core.git] / pom.xml
1 <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
2   <parent>\r
3     <artifactId>xerial-project</artifactId>\r
4     <groupId>org.xerial</groupId>\r
5     <version>1.1</version>\r
6   </parent>\r
7 \r
8   <modelVersion>4.0.0</modelVersion>\r
9   <groupId>org.xerial</groupId>\r
10   <artifactId>xerial-core</artifactId>\r
11   <name>Xerial Core</name>\r
12   <version>1.0.13</version>\r
13   <description>xerial-core is a common utilities for the Xerial project.</description>\r
14 \r
15   <build>\r
16     <resources>\r
17       <resource>\r
18         <directory>src/main/java</directory>\r
19       </resource>\r
20       <resource>\r
21         <directory>src/main/resources</directory>\r
22         <excludes>\r
23           <exclude>**/.svn/**</exclude>\r
24         </excludes>\r
25       </resource>\r
26     </resources>\r
27     <testResources>\r
28       <testResource>\r
29         <directory>src/test/java</directory>\r
30       </testResource>\r
31       <testResource>\r
32         <directory>src/test/resources</directory>\r
33       </testResource>\r
34     </testResources>\r
35 \r
36     <plugins>\r
37       <plugin>\r
38         <groupId>org.xerial.maven</groupId>\r
39         <artifactId>maven-antlr-plugin</artifactId>\r
40             <version>1.3</version>\r
41         <executions>\r
42           <execution>\r
43             <phase>generate-sources</phase>\r
44             <goals>\r
45               <goal>generate</goal>\r
46             </goals>\r
47           </execution>\r
48         </executions>\r
49         <configuration>\r
50           <sourceDirectory>${basedir}/src/main/java</sourceDirectory>\r
51         </configuration>\r
52       </plugin>\r
53       \r
54       <plugin>\r
55         <artifactId>maven-eclipse-plugin</artifactId>\r
56         <version>2.5.1</version>\r
57       </plugin>\r
58       \r
59       <plugin>\r
60         <artifactId>maven-assembly-plugin</artifactId>\r
61         <version>2.2-beta-3</version>\r
62         <configuration>\r
63           <!-- <finalName>xerial</finalName>-->\r
64           <appendAssemblyId>true</appendAssemblyId>\r
65           <descriptors>\r
66             <descriptor>src/assembly/standalone.xml</descriptor>\r
67           </descriptors>\r
68           <archive>\r
69           <!-- \r
70             <manifest>\r
71               <mainClass>org.xerial.silk.cui.SilkMain</mainClass>\r
72             </manifest>\r
73              -->\r
74             <index>true</index>\r
75           </archive>\r
76         </configuration>\r
77         <executions>\r
78           <execution>\r
79             <id>silk</id> \r
80             <phase>package</phase> \r
81             <goals>\r
82               <goal>single</goal>\r
83             </goals>\r
84           </execution>\r
85         </executions>\r
86       </plugin>\r
87       \r
88       <plugin>\r
89         <artifactId>maven-release-plugin</artifactId>\r
90         <configuration>\r
91           <!--  do not run site-deploy goal, included in the default settings  -->\r
92           <goals>deploy</goals>\r
93         </configuration>\r
94       </plugin>\r
95     </plugins>\r
96   </build>\r
97 \r
98   <dependencies>\r
99     <dependency>\r
100       <groupId>org.antlr</groupId>\r
101       <artifactId>antlr</artifactId>\r
102       <version>3.1.3</version>\r
103     </dependency>\r
104     <dependency>\r
105       <groupId>xpp3</groupId>\r
106       <artifactId>xpp3</artifactId>\r
107       <version>1.1.4c</version>\r
108     </dependency>\r
109   </dependencies>\r
110 \r
111   <scm>\r
112     <connection>scm:svn:http://www.xerial.org/svn/project/XerialJ/tags/xerial-core/xerial-core-1.0.13</connection>\r
113     <developerConnection>scm:svn:https://www.xerial.org/svn/project/XerialJ/tags/xerial-core/xerial-core-1.0.13</developerConnection>\r
114     <url>http://www.xerial.org/svn/project/XerialJ/tags/xerial-core/xerial-core-1.0.13</url>\r
115   </scm>\r
116 </project>