利用者向け情報

開発者向け情報

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1617 - (hide annotations)
Fri May 1 08:27:27 2009 JST (4 years ago) by baba
File MIME type: text/plain
File size: 1142 byte(s)
[maven-release-plugin] prepare for next development iteration
1 agata 441 <?xml version="1.0" encoding="UTF-8"?>
2 baba 1615 <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 agata 441 <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 baba 1617 <version>2.0.0-beta3-SNAPSHOT</version>
11 agata 441 </parent>
12    
13     <name>Cubby Distribution</name>
14 agata 443
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 baba 1615 <property name="ver" value="${version}" />
27 agata 443 </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 agata 441 </project>

Properties

Name Value
svn:mime-type text/plain

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC