利用者向け情報

開発者向け情報

[cubby]/branches/2.0.x/cubby-project/cubby-dist/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1916 - (show annotations)
Sat Aug 8 18:52:38 2009 JST (3 years, 9 months ago) by baba
File MIME type: text/plain
File size: 1127 byte(s)
[maven-release-plugin] prepare release cubby-project-2.0.0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3 <modelVersion>4.0.0</modelVersion>
4
5 <artifactId>cubby-dist</artifactId>
6 <packaging>pom</packaging>
7 <parent>
8 <groupId>org.seasar.cubby</groupId>
9 <artifactId>cubby-project</artifactId>
10 <version>2.0.0</version>
11 </parent>
12
13 <name>Cubby Distribution</name>
14
15 <build>
16 <plugins>
17 <plugin>
18 <artifactId>maven-antrun-plugin</artifactId>
19 <executions>
20 <execution>
21 <id>ant-dist</id>
22 <phase>site</phase>
23 <configuration>
24 <tasks>
25 <ant antfile="build.xml" target="dist">
26 <property name="ver" value="${version}" />
27 </ant>
28 </tasks>
29 </configuration>
30 <goals>
31 <goal>run</goal>
32 </goals>
33 </execution>
34 </executions>
35 </plugin>
36 </plugins>
37 </build>
38
39 </project>

Properties

Name Value
svn:mime-type text/plain

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC