Develop and Download Open Source Software

Browse CVS Repository

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

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


Revision 1.6 - (hide annotations) (download) (as text)
Thu Nov 9 21:22:34 2006 UTC (17 years, 5 months ago) by shinsuke
Branch: MAIN
Changes since 1.5: +7 -1 lines
File MIME type: application/xml
added page setting. minor bugfixes.

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

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