利用者向け情報

開発者向け情報

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1849 - (hide annotations)
Mon Jul 6 02:47:48 2009 JST (3 years, 11 months ago) by baba
File MIME type: text/plain
File size: 1008 byte(s)
アーキタイププラグインのバージョン更新
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 1832 <version>2.0.0-rc2-SNAPSHOT</version>
7 baba 1453 </parent>
8     <modelVersion>4.0.0</modelVersion>
9     <artifactId>cubby-s2-archetype</artifactId>
10     <packaging>maven-archetype</packaging>
11 baba 1817 <name>Cubby S2Container Integration Archetype</name>
12 baba 1453 <build>
13     <extensions>
14     <extension>
15     <groupId>org.apache.maven.archetype</groupId>
16     <artifactId>archetype-packaging</artifactId>
17 baba 1849 <version>2.0-alpha-4</version>
18 baba 1453 </extension>
19     </extensions>
20     <plugins>
21     <plugin>
22     <artifactId>maven-archetype-plugin</artifactId>
23 baba 1849 <version>2.0-alpha-4</version>
24 baba 1453 <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