利用者向け情報

開発者向け情報

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1753 - (hide annotations)
Wed Jun 3 13:54:10 2009 JST (3 years, 11 months ago) by baba
File MIME type: text/plain
File size: 1006 byte(s)
[maven-release-plugin] prepare for next development iteration
1 baba 1453 <?xml version="1.0" encoding="UTF-8"?>
2 baba 1627 <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 baba 1453 <parent>
4     <artifactId>cubby-project</artifactId>
5     <groupId>org.seasar.cubby</groupId>
6 baba 1753 <version>2.0.0-beta4-SNAPSHOT</version>
7 baba 1453 </parent>
8     <modelVersion>4.0.0</modelVersion>
9     <artifactId>cubby-s2-archetype</artifactId>
10     <packaging>maven-archetype</packaging>
11     <name>Cubby Seasar2 Integration Archetype</name>
12     <build>
13     <extensions>
14     <extension>
15     <groupId>org.apache.maven.archetype</groupId>
16     <artifactId>archetype-packaging</artifactId>
17     <version>2.0-alpha-3</version>
18     </extension>
19     </extensions>
20     <plugins>
21     <plugin>
22     <artifactId>maven-archetype-plugin</artifactId>
23     <version>2.0-alpha-3</version>
24     <extensions>true</extensions>
25     </plugin>
26     </plugins>
27     </build>
28     </project>

Properties

Name Value
svn:mime-type text/plain

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC