Develop and Download Open Source Software

Browse CVS Repository

Diff of /pal/cms-portlets/pom.xml

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

revision 1.14 by shinsuke, Sat Dec 9 23:15:22 2006 UTC revision 1.15 by shinsuke, Sun Dec 17 00:19:08 2006 UTC
# Line 1  Line 1 
1  <project xmlns="http://maven.apache.org/POM/4.0.0"  <?xml version="1.0"?>
2      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  <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      xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">    <modelVersion>4.0.0</modelVersion>
4      <modelVersion>4.0.0</modelVersion>    <groupId>jp.sf.pal</groupId>
5      <groupId>jp.sf.pal</groupId>    <artifactId>cms-portlet</artifactId>
6      <artifactId>cms-portlet</artifactId>    <packaging>war</packaging>
7      <packaging>war</packaging>    <version>0.3-SNAPSHOT</version>
8      <version>0.3-SNAPSHOT</version>    <name>CMS Portlet Project</name>
9      <name>CMS Portlet Project</name>    <description/>
10      <description></description>    <url>http://pal.sourceforge.jp/</url>
11      <url>http://pal.sourceforge.jp/</url>    <inceptionYear>2005</inceptionYear>
12      <inceptionYear>2005</inceptionYear>    <developers>
13      <developers>      <developer>
14          <developer>        <id>shinsuke</id>
15              <id>shinsuke</id>        <name>Shinsuke Sugaya</name>
16              <name>Shinsuke Sugaya</name>        <email>shinsuke_at_yahoo.co.jp</email>
17              <email>shinsuke_at_yahoo.co.jp</email>        <url>http://d.hatena.ne.jp/shinsuke_sugaya/</url>
18              <url>http://d.hatena.ne.jp/shinsuke_sugaya/</url>        <organization/>
19              <organization />        <organizationUrl/>
20              <organizationUrl />        <timezone>+9</timezone>
21              <timezone>+9</timezone>      </developer>
22          </developer>    </developers>
23      </developers>    <licenses>
24      <licenses>      <license>
25          <license>        <name>The Apache Software License, Version 2.0</name>
26              <name>The Apache Software License, Version 2.0</name>        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
27              <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>        <distribution>repo</distribution>
28              <distribution>repo</distribution>      </license>
29          </license>    </licenses>
30      </licenses>    <scm>
31      <scm>      <connection>
         <connection>  
32              scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:cms-portlet              scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:cms-portlet
33          </connection>          </connection>
34          <developerConnection>      <developerConnection>
35              scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:cms-portlet              scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:cms-portlet
36          </developerConnection>          </developerConnection>
37          <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/cms-portlet</url>      <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/cms-portlet</url>
38      </scm>    </scm>
39      <organization>    <organization>
40          <name>Portal Application Laboratory</name>      <name>Portal Application Laboratory</name>
41          <url>http://pal.sourceforge.jp/</url>      <url>http://pal.sourceforge.jp/</url>
42      </organization>    </organization>
43      <build>    <build>
44          <finalName>cms-portlet</finalName>      <finalName>cms-portlet</finalName>
45          <defaultGoal>validate</defaultGoal>      <defaultGoal>validate</defaultGoal>
46          <pluginManagement>      <pluginManagement>
47              <plugins>        <plugins>
48                  <plugin>          <plugin>
49                      <artifactId>maven-compiler-plugin</artifactId>            <artifactId>maven-compiler-plugin</artifactId>
50                      <configuration>            <configuration>
51                          <source>1.4</source>              <source>1.4</source>
52                          <target>1.4</target>              <target>1.4</target>
53                          <encoding>UTF-8</encoding>              <encoding>UTF-8</encoding>
54                      </configuration>            </configuration>
55                  </plugin>          </plugin>
56                  <plugin>          <plugin>
57                      <artifactId>maven-deploy-plugin</artifactId>            <artifactId>maven-deploy-plugin</artifactId>
58                      <configuration>            <configuration>
59                          <updateReleaseInfo>true</updateReleaseInfo>              <updateReleaseInfo>true</updateReleaseInfo>
60                      </configuration>            </configuration>
61                  </plugin>          </plugin>
62                  <!--  <!--
63                      <plugin>                      <plugin>
64                      <artifactId>maven-site-plugin</artifactId>                      <artifactId>maven-site-plugin</artifactId>
65                      <configuration>                      <configuration>
# Line 74  Line 73 
73                      </configuration>                      </configuration>
74                      </plugin>                      </plugin>
75                  -->                  -->
76                  <plugin>          <plugin>
77                      <groupId>org.codehaus.mojo</groupId>            <groupId>org.codehaus.mojo</groupId>
78                      <artifactId>cobertura-maven-plugin</artifactId>            <artifactId>cobertura-maven-plugin</artifactId>
79                      <version>2.0-SNAPSHOT</version>            <version>2.0-SNAPSHOT</version>
80                      <executions>            <executions>
81                          <execution>              <execution>
82                              <goals>                <goals>
83                                  <goal>clean</goal>                  <goal>clean</goal>
84                              </goals>                </goals>
85                          </execution>              </execution>
86                      </executions>            </executions>
87                  </plugin>          </plugin>
88              </plugins>        </plugins>
89          </pluginManagement>      </pluginManagement>
90          <plugins>      <plugins>
91              <plugin>        <plugin>
92                  <artifactId>maven-source-plugin</artifactId>          <artifactId>maven-source-plugin</artifactId>
93                  <executions>          <executions>
94                      <execution>            <execution>
95                          <id>source-jar</id>              <id>source-jar</id>
96                          <phase>package</phase>              <phase>package</phase>
97                          <goals>              <goals>
98                              <goal>jar</goal>                <goal>jar</goal>
99                          </goals>              </goals>
100                      </execution>            </execution>
101                  </executions>          </executions>
102              </plugin>        </plugin>
103              <!--  <!--
104                  <plugin>                  <plugin>
105                  <artifactId>maven-javadoc-plugin</artifactId>                  <artifactId>maven-javadoc-plugin</artifactId>
106                  <executions>                  <executions>
# Line 118  Line 117 
117                  </configuration>                  </configuration>
118                  </plugin>                  </plugin>
119              -->              -->
120          </plugins>      </plugins>
121      </build>    </build>
122      <repositories>    <repositories>
123          <repository>      <repository>
124              <id>maven.marevol.com</id>        <id>maven.marevol.com</id>
125              <name>Maven2 Repository on marevol.com</name>        <name>Maven2 Repository on marevol.com</name>
126              <url>http://www.marevol.com/maven2</url>        <url>http://www.marevol.com/maven2</url>
127          </repository>      </repository>
128          <repository>      <repository>
129              <id>maven.seasar.org</id>        <id>maven.seasar.org</id>
130              <name>The Seasar Foundation Maven2 Repository</name>        <name>The Seasar Foundation Maven2 Repository</name>
131              <url>http://maven.seasar.org/maven2</url>        <url>http://maven.seasar.org/maven2</url>
132          </repository>      </repository>
133      </repositories>    </repositories>
134      <pluginRepositories>    <pluginRepositories>
135          <pluginRepository>      <pluginRepository>
136              <id>people.apache.org m2-snapshot</id>        <id>people.apache.org m2-snapshot</id>
137              <url>http://people.apache.org/repo/m2-snapshot-repository</url>        <url>http://people.apache.org/repo/m2-snapshot-repository</url>
138              <snapshots>        <snapshots>
139                  <enabled>true</enabled>          <enabled>true</enabled>
140              </snapshots>        </snapshots>
141              <releases>        <releases>
142                  <enabled>false</enabled>          <enabled>false</enabled>
143              </releases>        </releases>
144          </pluginRepository>      </pluginRepository>
145          <pluginRepository>      <pluginRepository>
146              <id>snapshots.repository.codehaus.org</id>        <id>snapshots.repository.codehaus.org</id>
147              <url>http://snapshots.repository.codehaus.org</url>        <url>http://snapshots.repository.codehaus.org</url>
148              <snapshots>        <snapshots>
149                  <enabled>true</enabled>          <enabled>true</enabled>
150              </snapshots>        </snapshots>
151              <releases>        <releases>
152                  <enabled>false</enabled>          <enabled>false</enabled>
153              </releases>        </releases>
154          </pluginRepository>      </pluginRepository>
155      </pluginRepositories>    </pluginRepositories>
156      <dependencies>    <dependencies>
157  <!-- SERVLET DEV: BEGIN @@@  <!-- SERVLET DEV: BEGIN @@@
158      <dependency>      <dependency>
159        <groupId>jp.sf.pal</groupId>        <groupId>jp.sf.pal</groupId>
# Line 163  Line 162 
162        <scope>compile</scope>        <scope>compile</scope>
163      </dependency>      </dependency>
164  @@@@ SERVLET DEV: END -->  @@@@ SERVLET DEV: END -->
165        <dependency>
166              <dependency>        <groupId>org.apache.derby</groupId>
167                  <groupId>org.apache.derby</groupId>        <artifactId>derby</artifactId>
168                  <artifactId>derby</artifactId>        <version>10.1.1.0</version>
169                  <version>10.1.1.0</version>      </dependency>
170              </dependency>      <dependency>
171          <groupId>junit</groupId>
172          <artifactId>junit</artifactId>
173          <dependency>        <version>3.8.1</version>
174              <groupId>junit</groupId>        <scope>test</scope>
175              <artifactId>junit</artifactId>      </dependency>
             <version>3.8.1</version>  
             <scope>test</scope>  
         </dependency>  
176      <dependency>      <dependency>
177        <groupId>javax.servlet</groupId>        <groupId>javax.servlet</groupId>
178        <artifactId>servlet-api</artifactId>        <artifactId>servlet-api</artifactId>
179        <version>2.3</version>        <version>2.3</version>
180        <scope>provided</scope>        <scope>provided</scope>
181      </dependency>      </dependency>
182          <dependency>      <dependency>
183              <groupId>portlet-api</groupId>        <groupId>portlet-api</groupId>
184              <artifactId>portlet-api</artifactId>        <artifactId>portlet-api</artifactId>
185              <version>1.0</version>        <version>1.0</version>
186              <scope>provided</scope>        <scope>provided</scope>
187          </dependency>      </dependency>
188          <dependency>      <dependency>
189              <groupId>jstl</groupId>        <groupId>jstl</groupId>
190              <artifactId>jstl</artifactId>        <artifactId>jstl</artifactId>
191              <version>1.1.2</version>        <version>1.1.2</version>
192          </dependency>      </dependency>
193          <dependency>      <dependency>
194              <groupId>commons-logging</groupId>        <groupId>commons-logging</groupId>
195              <artifactId>commons-logging</artifactId>        <artifactId>commons-logging</artifactId>
196              <version>1.0.4</version>        <version>1.0.4</version>
197              <scope>compile</scope>        <scope>compile</scope>
198          </dependency>      </dependency>
199          <dependency>      <dependency>
200              <groupId>commons-lang</groupId>        <groupId>commons-lang</groupId>
201              <artifactId>commons-lang</artifactId>        <artifactId>commons-lang</artifactId>
202              <version>2.1</version>        <version>2.1</version>
203          </dependency>      </dependency>
204          <dependency>      <dependency>
205              <groupId>commons-fileupload</groupId>        <groupId>commons-fileupload</groupId>
206              <artifactId>commons-fileupload</artifactId>        <artifactId>commons-fileupload</artifactId>
207              <version>1.1</version>        <version>1.1</version>
208          </dependency>      </dependency>
209        <dependency>
210          <dependency>        <groupId>org.apache.portals.bridges</groupId>
211              <groupId>org.apache.portals.bridges</groupId>        <artifactId>portals-bridges-portletfilter</artifactId>
212              <artifactId>portals-bridges-portletfilter</artifactId>        <version>1.0.1-20061109</version>
213              <version>1.0.1-20061109</version>      </dependency>
214          </dependency>      <dependency>
215          <dependency>        <groupId>jp.sf.pal</groupId>
216              <groupId>jp.sf.pal</groupId>        <artifactId>faces-response-filter</artifactId>
217              <artifactId>faces-response-filter</artifactId>        <version>0.1</version>
218              <version>0.1</version>      </dependency>
219          </dependency>      <dependency>
220          <dependency>        <groupId>jp.sf.pal</groupId>
221              <groupId>jp.sf.pal</groupId>        <artifactId>tomahawk-bridge</artifactId>
222              <artifactId>tomahawk-bridge</artifactId>        <version>0.9</version>
223              <version>0.9</version>      </dependency>
224          </dependency>      <dependency>
225          <dependency>        <groupId>org.apache.myfaces.tomahawk</groupId>
226              <groupId>org.apache.myfaces.tomahawk</groupId>        <artifactId>tomahawk</artifactId>
227              <artifactId>tomahawk</artifactId>        <version>1.1.3</version>
228              <version>1.1.3</version>        <exclusions>
229              <exclusions>          <exclusion>
230                  <exclusion>            <groupId>struts</groupId>
231                      <groupId>struts</groupId>            <artifactId>struts</artifactId>
232                      <artifactId>struts</artifactId>          </exclusion>
233                  </exclusion>        </exclusions>
234              </exclusions>      </dependency>
235          </dependency>      <dependency>
236          <groupId>com.marevol</groupId>
237          <dependency>        <artifactId>marevol-faces-utils</artifactId>
238              <groupId>com.marevol</groupId>        <version>0.3</version>
239              <artifactId>marevol-faces-utils</artifactId>      </dependency>
240              <version>0.3</version>      <dependency>
241          </dependency>        <groupId>org.seasar.container</groupId>
242          <artifactId>s2-framework</artifactId>
243          <dependency>        <version>2.4.5</version>
244              <groupId>org.seasar.container</groupId>      </dependency>
245              <artifactId>s2-framework</artifactId>      <dependency>
246              <version>2.4.5</version>        <groupId>org.seasar.container</groupId>
247          </dependency>        <artifactId>s2-extension</artifactId>
248          <dependency>        <version>2.4.5</version>
249              <groupId>org.seasar.container</groupId>      </dependency>
250              <artifactId>s2-extension</artifactId>      <dependency>
251              <version>2.4.5</version>        <groupId>org.seasar.teeda</groupId>
252          </dependency>        <artifactId>teeda-core</artifactId>
253          <dependency>        <version>1.0.3-20061215</version>
254              <groupId>org.seasar.teeda</groupId>        <exclusions>
255              <artifactId>teeda-core</artifactId>          <exclusion>
256              <version>1.0.2</version>            <groupId>rhino</groupId>
257              <exclusions>            <artifactId>rhino</artifactId>
258                  <exclusion>          </exclusion>
259                      <groupId>rhino</groupId>        </exclusions>
260                      <artifactId>rhino</artifactId>      </dependency>
261                  </exclusion>      <dependency>
262              </exclusions>        <groupId>org.seasar.portlet</groupId>
263          </dependency>        <artifactId>s2-portlet</artifactId>
264          <dependency>        <version>1.0.6</version>
265              <groupId>org.seasar.portlet</groupId>      </dependency>
266              <artifactId>s2-portlet</artifactId>      <dependency>
267              <version>1.0.6</version>        <groupId>org.seasar.jcr</groupId>
268          </dependency>        <artifactId>s2-jcr</artifactId>
269          <dependency>        <version>0.1.0-SNAPSHOT</version>
270              <groupId>org.seasar.jcr</groupId>      </dependency>
271              <artifactId>s2-jcr</artifactId>  <!-- Jackrabbit -->
272              <version>0.1.0-SNAPSHOT</version>      <dependency>
273          </dependency>        <groupId>org.apache.jackrabbit</groupId>
274          <artifactId>jackrabbit-core</artifactId>
275          <!-- Jackrabbit -->        <version>1.1</version>
276          <dependency>        <type>jar</type>
277              <groupId>org.apache.jackrabbit</groupId>      </dependency>
278              <artifactId>jackrabbit-core</artifactId>      <dependency>
279              <version>1.1</version>        <groupId>org.apache.jackrabbit</groupId>
280              <type>jar</type>        <artifactId>jackrabbit-jcr-commons</artifactId>
281          </dependency>        <version>1.1</version>
282          <dependency>        <type>jar</type>
283              <groupId>org.apache.jackrabbit</groupId>      </dependency>
284              <artifactId>jackrabbit-jcr-commons</artifactId>      <dependency>
285              <version>1.1</version>        <groupId>org.apache.jackrabbit</groupId>
286              <type>jar</type>        <artifactId>jackrabbit-index-filters</artifactId>
287          </dependency>        <version>1.1</version>
288          <dependency>        <type>jar</type>
289              <groupId>org.apache.jackrabbit</groupId>      </dependency>
290              <artifactId>jackrabbit-index-filters</artifactId>      <dependency>
291              <version>1.1</version>        <groupId>org.apache.jackrabbit</groupId>
292              <type>jar</type>        <artifactId>jackrabbit-backup</artifactId>
293          </dependency>        <version>1.1</version>
294          <dependency>        <type>jar</type>
295              <groupId>org.apache.jackrabbit</groupId>      </dependency>
296              <artifactId>jackrabbit-backup</artifactId>      <dependency>
297              <version>1.1</version>        <groupId>nekohtml</groupId>
298              <type>jar</type>        <artifactId>nekohtml</artifactId>
299          </dependency>        <version>0.9.5</version>
300        </dependency>
301          <dependency>    </dependencies>
302              <groupId>nekohtml</groupId>    <reporting>
303              <artifactId>nekohtml</artifactId>      <plugins>
304              <version>0.9.5</version>        <plugin>
305          </dependency>          <artifactId>maven-project-info-reports-plugin</artifactId>
306      </dependencies>        </plugin>
307    <!--
     <reporting>  
         <plugins>  
             <plugin>  
                 <artifactId>maven-project-info-reports-plugin</artifactId>  
             </plugin>  
             <!--  
308                  <plugin>                  <plugin>
309                  <groupId>org.codehaus.mojo</groupId>                  <groupId>org.codehaus.mojo</groupId>
310                  <artifactId>surefire-report-maven-plugin</artifactId>                  <artifactId>surefire-report-maven-plugin</artifactId>
311                  </plugin>                  </plugin>
312              -->              -->
313              <plugin>        <plugin>
314                  <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
315                  <artifactId>changelog-maven-plugin</artifactId>          <artifactId>changelog-maven-plugin</artifactId>
316              </plugin>        </plugin>
317              <plugin>        <plugin>
318                  <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
319                  <artifactId>taglist-maven-plugin</artifactId>          <artifactId>taglist-maven-plugin</artifactId>
320                  <configuration>          <configuration>
321                      <tags>            <tags>
322                          <tag>FIXME</tag>              <tag>FIXME</tag>
323                          <tag>TODO</tag>              <tag>TODO</tag>
324                          <tag>XXX</tag>              <tag>XXX</tag>
325                      </tags>            </tags>
326                  </configuration>          </configuration>
327              </plugin>        </plugin>
328              <plugin>        <plugin>
329                  <groupId>org.codehaus.mojo</groupId>          <groupId>org.codehaus.mojo</groupId>
330                  <artifactId>cobertura-maven-plugin</artifactId>          <artifactId>cobertura-maven-plugin</artifactId>
331                  <version>2.0-SNAPSHOT</version>          <version>2.0-SNAPSHOT</version>
332                  <!--  <!--
333                      <configuration>                      <configuration>
334                      <outputDirectory>${project.build.directory}/site/cobertura</outputDirectory>                      <outputDirectory>${project.build.directory}/site/cobertura</outputDirectory>
335                      </configuration>                      </configuration>
336                  -->                  -->
337              </plugin>        </plugin>
338              <!--  <!--
339                  <plugin>                  <plugin>
340                  <artifactId>maven-javadoc-plugin</artifactId>                  <artifactId>maven-javadoc-plugin</artifactId>
341                  </plugin>                  </plugin>
# Line 359  Line 349 
349                  <artifactId>maven-checkstyle-plugin</artifactId>                  <artifactId>maven-checkstyle-plugin</artifactId>
350                  </plugin>                  </plugin>
351              -->              -->
352          </plugins>      </plugins>
353      </reporting>    </reporting>
354  </project>  </project>

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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