OSDN Git Service

[maven-release-plugin] prepare release ea2ddl-0.0.3
[ea2ddl/ea2ddl.git] / ea2ddl-dist / 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">
2         <modelVersion>4.0.0</modelVersion>
3         <parent>
4                 <groupId>jp.sourceforge.ea2ddl</groupId>
5                 <artifactId>ea2ddl-parent</artifactId>
6                 <version>0.0.3</version>
7         </parent>
8         <artifactId>ea2ddl-dist</artifactId>
9         <packaging>pom</packaging>
10
11         <name>ea2ddl-dist</name>
12         <description>distribution module</description>
13         <dependencies>
14                 <dependency>
15                         <groupId>jp.sourceforge.ea2ddl</groupId>
16                         <artifactId>ea2ddl-ddl</artifactId>
17                         <version>${project.version}</version>
18                 </dependency>
19         </dependencies>
20         <build>
21                 <plugins>
22                         <plugin>
23                                 <groupId>org.apache.maven.plugins</groupId>
24                                 <artifactId>maven-assembly-plugin</artifactId>
25                                 <configuration>
26                                         <descriptors>
27                                                 <descriptor>assembly.xml</descriptor>
28                                         </descriptors>
29                                 </configuration>
30                                 <executions>
31                                         <execution>
32                                                 <id>make-assembly</id>
33                                                 <phase>package</phase>
34                                                 <goals>
35                                                         <goal>single</goal>
36                                                 </goals>
37                                         </execution>
38                                 </executions>
39                         </plugin>
40                 </plugins>
41
42         </build>
43
44 </project>