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.1 - (hide annotations) (download) (as text)
Wed Oct 18 13:42:11 2006 UTC (17 years, 5 months ago) by shinsuke
Branch: MAIN
File MIME type: application/xml
replaced with JCR. the current code is just a sample. will be re-implemented in the future.

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     <version>0.2</version>
9     <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     <version>1.0.1-20061016</version>
189     </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     <!--
202     <dependency>
203     <groupId>org.apache.myfaces.tomahawk</groupId>
204     <artifactId>tomahawk</artifactId>
205     <version>1.1.3</version>
206     <exclusions>
207     <exclusion>
208     <groupId>struts</groupId>
209     <artifactId>struts</artifactId>
210     </exclusion>
211     </exclusions>
212     </dependency>
213     -->
214    
215     <dependency>
216     <groupId>org.seasar.container</groupId>
217     <artifactId>s2-framework</artifactId>
218     <version>2.4.0-rc-2</version>
219     </dependency>
220     <dependency>
221     <groupId>org.seasar.container</groupId>
222     <artifactId>s2-extension</artifactId>
223     <version>2.4.0-rc-2</version>
224     </dependency>
225     <dependency>
226     <groupId>org.seasar.teeda</groupId>
227     <artifactId>teeda-core</artifactId>
228     <version>1.0-rc-1</version>
229     <exclusions>
230     <exclusion>
231     <groupId>rhino</groupId>
232     <artifactId>rhino</artifactId>
233     </exclusion>
234     </exclusions>
235     </dependency>
236     <dependency>
237     <groupId>org.seasar.portlet</groupId>
238     <artifactId>s2-portlet</artifactId>
239     <version>1.0.4-SNAPSHOT</version>
240     </dependency>
241     <dependency>
242     <groupId>org.seasar.jcr</groupId>
243     <artifactId>s2-jcr</artifactId>
244     <version>0.1.0-SNAPSHOT</version>
245     </dependency>
246    
247     <!-- Jackrabbit -->
248     <dependency>
249     <groupId>org.apache.jackrabbit</groupId>
250     <artifactId>jackrabbit-core</artifactId>
251     <version>1.1</version>
252     <type>jar</type>
253     </dependency>
254     <dependency>
255     <groupId>org.apache.jackrabbit</groupId>
256     <artifactId>jackrabbit-jcr-commons</artifactId>
257     <version>1.1</version>
258     <type>jar</type>
259     </dependency>
260     <dependency>
261     <groupId>org.apache.jackrabbit</groupId>
262     <artifactId>jackrabbit-index-filters</artifactId>
263     <version>1.1</version>
264     <type>jar</type>
265     </dependency>
266    
267     </dependencies>
268    
269     <reporting>
270     <plugins>
271     <plugin>
272     <artifactId>maven-project-info-reports-plugin</artifactId>
273     </plugin>
274     <!--
275     <plugin>
276     <groupId>org.codehaus.mojo</groupId>
277     <artifactId>surefire-report-maven-plugin</artifactId>
278     </plugin>
279     -->
280     <plugin>
281     <groupId>org.codehaus.mojo</groupId>
282     <artifactId>changelog-maven-plugin</artifactId>
283     </plugin>
284     <plugin>
285     <groupId>org.codehaus.mojo</groupId>
286     <artifactId>taglist-maven-plugin</artifactId>
287     <configuration>
288     <tags>
289     <tag>FIXME</tag>
290     <tag>TODO</tag>
291     <tag>XXX</tag>
292     </tags>
293     </configuration>
294     </plugin>
295     <plugin>
296     <groupId>org.codehaus.mojo</groupId>
297     <artifactId>cobertura-maven-plugin</artifactId>
298     <version>2.0-SNAPSHOT</version>
299     <!--
300     <configuration>
301     <outputDirectory>${project.build.directory}/site/cobertura</outputDirectory>
302     </configuration>
303     -->
304     </plugin>
305     <!--
306     <plugin>
307     <artifactId>maven-javadoc-plugin</artifactId>
308     </plugin>
309     <plugin>
310     <artifactId>maven-clover-plugin</artifactId>
311     </plugin>
312     <plugin>
313     <artifactId>maven-pmd-plugin</artifactId>
314     </plugin>
315     <plugin>
316     <artifactId>maven-checkstyle-plugin</artifactId>
317     </plugin>
318     -->
319     </plugins>
320     </reporting>
321     </project>

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