Develop and Download Open Source Software

Browse CVS Repository

Annotation of /pal/webparts/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (hide annotations) (download) (as text)
Sat Oct 7 22:38:05 2006 UTC (17 years, 6 months ago) by shinsuke
Branch: MAIN
CVS Tags: WEBPARTS-RELEASE-0_1, HEAD
Changes since 1.2: +1 -1 lines
File MIME type: application/xml
changed to release version

1 shinsuke 1.1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2     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 shinsuke 1.3 <version>0.1</version>
8 shinsuke 1.1 <name>Web Parts Project</name>
9     <description></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     <!--
58     <plugin>
59     <artifactId>maven-site-plugin</artifactId>
60     <configuration>
61     <outputEncodinf>UTF-8</outputEncodinf>
62     </configuration>
63     </plugin>
64     <plugin>
65     <artifactId>maven-surefire-plugin</artifactId>
66     <configuration>
67     <forkMode>none</forkMode>
68     </configuration>
69     </plugin>
70     -->
71     <plugin>
72     <groupId>org.codehaus.mojo</groupId>
73     <artifactId>cobertura-maven-plugin</artifactId>
74     <version>2.0-SNAPSHOT</version>
75     <executions>
76     <execution>
77     <goals>
78     <goal>clean</goal>
79     </goals>
80     </execution>
81     </executions>
82     </plugin>
83     </plugins>
84     </pluginManagement>
85     <plugins>
86     <plugin>
87     <artifactId>maven-source-plugin</artifactId>
88     <executions>
89     <execution>
90     <id>source-jar</id>
91     <phase>package</phase>
92     <goals>
93     <goal>jar</goal>
94     </goals>
95     </execution>
96     </executions>
97     </plugin>
98     <!--
99     <plugin>
100     <artifactId>maven-javadoc-plugin</artifactId>
101     <executions>
102     <execution>
103     <id>javadoc-jar</id>
104     <phase>package</phase>
105     <goals>
106     <goal>jar</goal>
107     </goals>
108     </execution>
109     </executions>
110     <configuration>
111     <charset>UTF-8</charset>
112     </configuration>
113     </plugin>
114     -->
115     </plugins>
116     </build>
117     <modules>
118     <module>webparts-core</module>
119     <module>webparts-portlet</module>
120     </modules>
121 shinsuke 1.2 <repositories>
122     <repository>
123     <id>maven.marevol.com</id>
124     <name>Maven2 Repository on marevol.com</name>
125     <url>http://www.marevol.com/maven2</url>
126     </repository>
127     </repositories>
128 shinsuke 1.1 <pluginRepositories>
129     <pluginRepository>
130     <id>people.apache.org m2-snapshot</id>
131     <url>http://people.apache.org/repo/m2-snapshot-repository</url>
132     <snapshots>
133     <enabled>true</enabled>
134     </snapshots>
135     <releases>
136     <enabled>false</enabled>
137     </releases>
138     </pluginRepository>
139     <pluginRepository>
140     <id>snapshots.repository.codehaus.org</id>
141     <url>http://snapshots.repository.codehaus.org</url>
142     <snapshots>
143     <enabled>true</enabled>
144     </snapshots>
145     <releases>
146     <enabled>false</enabled>
147     </releases>
148     </pluginRepository>
149     </pluginRepositories>
150     <reporting>
151     <plugins>
152     <plugin>
153     <artifactId>maven-project-info-reports-plugin</artifactId>
154     </plugin>
155     <!--
156     <plugin>
157     <groupId>org.codehaus.mojo</groupId>
158     <artifactId>surefire-report-maven-plugin</artifactId>
159     </plugin>
160     -->
161     <plugin>
162     <groupId>org.codehaus.mojo</groupId>
163     <artifactId>changelog-maven-plugin</artifactId>
164     </plugin>
165     <plugin>
166     <groupId>org.codehaus.mojo</groupId>
167     <artifactId>taglist-maven-plugin</artifactId>
168     <configuration>
169     <tags>
170     <tag>FIXME</tag>
171     <tag>TODO</tag>
172     <tag>XXX</tag>
173     </tags>
174     </configuration>
175     </plugin>
176     <plugin>
177     <groupId>org.codehaus.mojo</groupId>
178     <artifactId>cobertura-maven-plugin</artifactId>
179     <version>2.0-SNAPSHOT</version>
180     <!--
181     <configuration>
182     <outputDirectory>${project.build.directory}/site/cobertura</outputDirectory>
183     </configuration>
184     -->
185     </plugin>
186     <!--
187     <plugin>
188     <artifactId>maven-javadoc-plugin</artifactId>
189     </plugin>
190     <plugin>
191     <artifactId>maven-clover-plugin</artifactId>
192     </plugin>
193     <plugin>
194     <artifactId>maven-pmd-plugin</artifactId>
195     </plugin>
196     <plugin>
197     <artifactId>maven-checkstyle-plugin</artifactId>
198     </plugin>
199     -->
200     </plugins>
201     </reporting>
202     </project>

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