Develop and Download Open Source Software

Browse Subversion Repository

Contents of /webparts/trunk/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 890 - (show annotations) (download) (as text)
Fri Apr 25 22:13:49 2008 UTC (16 years, 1 month ago) by shinsuke
File MIME type: application/xml
File size: 4458 byte(s)
version 0.2
1 <?xml version="1.0"?>
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 <groupId>jp.sf.pal</groupId>
5 <artifactId>webparts-project</artifactId>
6 <packaging>pom</packaging>
7 <version>0.2</version>
8 <name>Web Parts Project</name>
9 <description/>
10 <url>http://pal.sourceforge.jp/</url>
11 <inceptionYear>2005</inceptionYear>
12 <developers>
13 <developer>
14 <id>shinsuke</id>
15 <name>Shinsuke Sugaya</name>
16 <email>shinsuke_at_yahoo.co.jp</email>
17 <url>http://d.hatena.ne.jp/shinsuke_sugaya/</url>
18 <organization/>
19 <organizationUrl/>
20 <timezone>+9</timezone>
21 </developer>
22 </developers>
23 <licenses>
24 <license>
25 <name>The Apache Software License, Version 2.0</name>
26 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
27 <distribution>repo</distribution>
28 </license>
29 </licenses>
30 <scm>
31 <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:webparts</connection>
32 <developerConnection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:webparts</developerConnection>
33 <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/webparts</url>
34 </scm>
35 <organization>
36 <name>Portal Application Laboratory</name>
37 <url>http://pal.sourceforge.jp/</url>
38 </organization>
39 <build>
40 <defaultGoal>validate</defaultGoal>
41 <pluginManagement>
42 <plugins>
43 <plugin>
44 <artifactId>maven-compiler-plugin</artifactId>
45 <configuration>
46 <source>1.4</source>
47 <target>1.4</target>
48 <encoding>UTF-8</encoding>
49 </configuration>
50 </plugin>
51 <plugin>
52 <artifactId>maven-deploy-plugin</artifactId>
53 <configuration>
54 <updateReleaseInfo>true</updateReleaseInfo>
55 </configuration>
56 </plugin>
57 <plugin>
58 <groupId>org.codehaus.mojo</groupId>
59 <artifactId>cobertura-maven-plugin</artifactId>
60 <version>2.0-SNAPSHOT</version>
61 <executions>
62 <execution>
63 <goals>
64 <goal>clean</goal>
65 </goals>
66 </execution>
67 </executions>
68 </plugin>
69 </plugins>
70 </pluginManagement>
71 <plugins>
72 <plugin>
73 <artifactId>maven-source-plugin</artifactId>
74 <executions>
75 <execution>
76 <id>source-jar</id>
77 <phase>package</phase>
78 <goals>
79 <goal>jar</goal>
80 </goals>
81 </execution>
82 </executions>
83 </plugin>
84 </plugins>
85 </build>
86 <modules>
87 <module>webparts-core</module>
88 <module>webparts-portlet</module>
89 </modules>
90 <repositories>
91 <repository>
92 <id>maven.marevol.com</id>
93 <name>Maven2 Repository on marevol.com</name>
94 <url>http://www.marevol.com/maven2</url>
95 </repository>
96 </repositories>
97 <pluginRepositories>
98 <pluginRepository>
99 <id>people.apache.org m2-snapshot</id>
100 <url>http://people.apache.org/repo/m2-snapshot-repository</url>
101 <snapshots>
102 <enabled>true</enabled>
103 </snapshots>
104 <releases>
105 <enabled>false</enabled>
106 </releases>
107 </pluginRepository>
108 <pluginRepository>
109 <id>snapshots.repository.codehaus.org</id>
110 <url>http://snapshots.repository.codehaus.org</url>
111 <snapshots>
112 <enabled>true</enabled>
113 </snapshots>
114 <releases>
115 <enabled>false</enabled>
116 </releases>
117 </pluginRepository>
118 </pluginRepositories>
119 <reporting>
120 <plugins>
121 <plugin>
122 <artifactId>maven-project-info-reports-plugin</artifactId>
123 </plugin>
124 <plugin>
125 <groupId>org.codehaus.mojo</groupId>
126 <artifactId>changelog-maven-plugin</artifactId>
127 </plugin>
128 <plugin>
129 <groupId>org.codehaus.mojo</groupId>
130 <artifactId>taglist-maven-plugin</artifactId>
131 <configuration>
132 <tags>
133 <tag>FIXME</tag>
134 <tag>TODO</tag>
135 <tag>XXX</tag>
136 </tags>
137 </configuration>
138 </plugin>
139 <plugin>
140 <groupId>org.codehaus.mojo</groupId>
141 <artifactId>cobertura-maven-plugin</artifactId>
142 <version>2.0-SNAPSHOT</version>
143 </plugin>
144 </plugins>
145 </reporting>
146 </project>

Properties

Name Value
svn:eol-style native

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26