| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<!-- |
| 3 |
Copyright 2004 The Apache Software Foundation |
| 4 |
|
| 5 |
Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 |
you may not use this file except in compliance with the License. |
| 7 |
You may obtain a copy of the License at |
| 8 |
|
| 9 |
http://www.apache.org/licenses/LICENSE-2.0 |
| 10 |
|
| 11 |
Unless required by applicable law or agreed to in writing, software |
| 12 |
distributed under the License is distributed on an "AS IS" BASIS, |
| 13 |
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 |
See the License for the specific language governing permissions and |
| 15 |
limitations under the License. |
| 16 |
|
| 17 |
$Id: project.xml,v 1.3 2006/08/29 22:12:38 shinsuke Exp $ |
| 18 |
--> |
| 19 |
|
| 20 |
<project> |
| 21 |
<pomVersion>3</pomVersion> |
| 22 |
<groupId>pal</groupId> |
| 23 |
<artifactId>searchselector</artifactId> |
| 24 |
<name>Search Selector</name> |
| 25 |
<currentVersion>0.2-SNAPSHOT</currentVersion> |
| 26 |
<description>This portlet allows you to select a search engine.</description> |
| 27 |
<shortDescription>Search Engine Selector</shortDescription> |
| 28 |
|
| 29 |
<organization> |
| 30 |
<name>Portal Application Laboratorycom</name> |
| 31 |
<url>http://sourceforge.jp/projects/pal/</url> |
| 32 |
<logo>http://pal.sourceforge.jp/images/pal-logo.png</logo> |
| 33 |
</organization> |
| 34 |
<!-- If this project has a logo image, replace it --> |
| 35 |
<logo>http://pal.sourceforge.jp/images/sflogo.png</logo> |
| 36 |
|
| 37 |
<issueTrackingUrl>https://sourceforge.jp/projects/pal/tracker/</issueTrackingUrl> |
| 38 |
<siteAddress>shell.sourceforge.jp</siteAddress> |
| 39 |
<siteDirectory>/home/groups/p/pa/pal/htdocs/searchselector</siteDirectory> |
| 40 |
<distributionDirectory>/home/groups/p/pa/pal/htdocs/distributions</distributionDirectory> |
| 41 |
|
| 42 |
<repository> |
| 43 |
<connection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:searchselector</connection> |
| 44 |
<developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:searchselector</developerConnection> |
| 45 |
<url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/searchselector</url> |
| 46 |
</repository> |
| 47 |
|
| 48 |
<mailingLists> |
| 49 |
<mailingList> |
| 50 |
<name>CVS Notification List</name> |
| 51 |
<subscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</subscribe> |
| 52 |
<unsubscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</unsubscribe> |
| 53 |
<archive>http://lists.sourceforge.jp/mailman/archives/pal-cvs/</archive> |
| 54 |
</mailingList> |
| 55 |
</mailingLists> |
| 56 |
|
| 57 |
<developers> |
| 58 |
<developer> |
| 59 |
<name>Shinsuke Sugaya</name> |
| 60 |
<id>shinsuke</id> |
| 61 |
<email>shinsuke@users.sourceforge.jp</email> |
| 62 |
<organization>marevol.com</organization> |
| 63 |
<roles> |
| 64 |
<role>Java Developer</role> |
| 65 |
</roles> |
| 66 |
<timezone>+9</timezone> |
| 67 |
</developer> |
| 68 |
</developers> |
| 69 |
|
| 70 |
<dependencies> |
| 71 |
<dependency> |
| 72 |
<groupId>marevol</groupId> |
| 73 |
<artifactId>marevol-faces-utils</artifactId> |
| 74 |
<version>0.2</version> |
| 75 |
<type>jar</type> |
| 76 |
<properties> |
| 77 |
<war.bundle>true</war.bundle> |
| 78 |
</properties> |
| 79 |
</dependency> |
| 80 |
|
| 81 |
<dependency> |
| 82 |
<groupId>portlet-api</groupId> |
| 83 |
<artifactId>portlet-api</artifactId> |
| 84 |
<version>1.0</version> |
| 85 |
<properties> |
| 86 |
<war.bundle>false</war.bundle> |
| 87 |
</properties> |
| 88 |
</dependency> |
| 89 |
<dependency> |
| 90 |
<groupId>jstl</groupId> |
| 91 |
<artifactId>jstl</artifactId> |
| 92 |
<version>1.1.2</version> |
| 93 |
<properties> |
| 94 |
<war.bundle>true</war.bundle> |
| 95 |
</properties> |
| 96 |
</dependency> |
| 97 |
<dependency> |
| 98 |
<groupId>taglibs</groupId> |
| 99 |
<artifactId>standard</artifactId> |
| 100 |
<version>1.0.4</version> |
| 101 |
<properties> |
| 102 |
<war.bundle>false</war.bundle> |
| 103 |
</properties> |
| 104 |
</dependency> |
| 105 |
|
| 106 |
<dependency> |
| 107 |
<groupId>log4j</groupId> |
| 108 |
<artifactId>log4j</artifactId> |
| 109 |
<version>1.2.9</version> |
| 110 |
<properties> |
| 111 |
<war.bundle>true</war.bundle> |
| 112 |
</properties> |
| 113 |
</dependency> |
| 114 |
<dependency> |
| 115 |
<groupId>commons-logging</groupId> |
| 116 |
<artifactId>commons-logging</artifactId> |
| 117 |
<version>1.1</version> |
| 118 |
<url>http://jakarta.apache.org/commons/logging.html</url> |
| 119 |
<properties> |
| 120 |
<war.bundle>true</war.bundle> |
| 121 |
</properties> |
| 122 |
</dependency> |
| 123 |
|
| 124 |
<dependency> |
| 125 |
<groupId>org.apache.portals.bridges</groupId> |
| 126 |
<artifactId>portals-bridges-portletfilter</artifactId> |
| 127 |
<version>1.0</version> |
| 128 |
<type>jar</type> |
| 129 |
<properties> |
| 130 |
<war.bundle>true</war.bundle> |
| 131 |
</properties> |
| 132 |
</dependency> |
| 133 |
<!-- |
| 134 |
<dependency> |
| 135 |
<groupId>org.apache.portals.bridges</groupId> |
| 136 |
<artifactId>portals-bridges-jsf</artifactId> |
| 137 |
<version>1.0</version> |
| 138 |
<type>jar</type> |
| 139 |
<properties> |
| 140 |
<war.bundle>true</war.bundle> |
| 141 |
</properties> |
| 142 |
</dependency> |
| 143 |
|
| 144 |
<dependency> |
| 145 |
<groupId>org.apache.myfaces.tomahawk</groupId> |
| 146 |
<artifactId>tomahawk</artifactId> |
| 147 |
<version>1.1.3-SNAPSHOT</version> |
| 148 |
<type>jar</type> |
| 149 |
<properties> |
| 150 |
<war.bundle>true</war.bundle> |
| 151 |
</properties> |
| 152 |
</dependency> |
| 153 |
--> |
| 154 |
|
| 155 |
<!-- Seasar2 --> |
| 156 |
|
| 157 |
<dependency> |
| 158 |
<groupId>aopalliance</groupId> |
| 159 |
<artifactId>aopalliance</artifactId> |
| 160 |
<version>1.0</version> |
| 161 |
<properties> |
| 162 |
<war.bundle>true</war.bundle> |
| 163 |
</properties> |
| 164 |
</dependency> |
| 165 |
<dependency> |
| 166 |
<groupId>geronimo-spec</groupId> |
| 167 |
<artifactId>geronimo-spec-j2ee</artifactId> |
| 168 |
<version>1.4-rc4</version> |
| 169 |
<properties> |
| 170 |
<war.bundle>false</war.bundle> |
| 171 |
</properties> |
| 172 |
</dependency> |
| 173 |
<dependency> |
| 174 |
<groupId>javassist</groupId> |
| 175 |
<artifactId>javassist</artifactId> |
| 176 |
<version>3.0</version> |
| 177 |
<properties> |
| 178 |
<war.bundle>true</war.bundle> |
| 179 |
</properties> |
| 180 |
</dependency> |
| 181 |
<dependency> |
| 182 |
<groupId>poi</groupId> |
| 183 |
<artifactId>poi</artifactId> |
| 184 |
<version>2.5.1-final-20040804</version> |
| 185 |
<properties> |
| 186 |
<war.bundle>true</war.bundle> |
| 187 |
</properties> |
| 188 |
</dependency> |
| 189 |
<dependency> |
| 190 |
<groupId>ognl</groupId> |
| 191 |
<artifactId>ognl</artifactId> |
| 192 |
<version>2.6.7</version> |
| 193 |
<properties> |
| 194 |
<war.bundle>true</war.bundle> |
| 195 |
</properties> |
| 196 |
</dependency> |
| 197 |
<!-- |
| 198 |
<dependency> |
| 199 |
<groupId>seasar</groupId> |
| 200 |
<artifactId>s2-extension</artifactId> |
| 201 |
<version>2.4.0-rc-1</version> |
| 202 |
<properties> |
| 203 |
<war.bundle>true</war.bundle> |
| 204 |
</properties> |
| 205 |
</dependency> |
| 206 |
--> |
| 207 |
<dependency> |
| 208 |
<groupId>seasar</groupId> |
| 209 |
<artifactId>s2-framework</artifactId> |
| 210 |
<version>2.4.0-rc-1</version> |
| 211 |
<properties> |
| 212 |
<war.bundle>true</war.bundle> |
| 213 |
</properties> |
| 214 |
</dependency> |
| 215 |
<dependency> |
| 216 |
<groupId>seasar</groupId> |
| 217 |
<artifactId>s2-portlet</artifactId> |
| 218 |
<version>1.0.3</version> |
| 219 |
<properties> |
| 220 |
<war.bundle>true</war.bundle> |
| 221 |
</properties> |
| 222 |
</dependency> |
| 223 |
<!-- |
| 224 |
<dependency> |
| 225 |
<groupId>seasar</groupId> |
| 226 |
<artifactId>s2-portlet-extension</artifactId> |
| 227 |
<version>1.0.2-SNAPSHOT</version> |
| 228 |
<properties> |
| 229 |
<war.bundle>true</war.bundle> |
| 230 |
</properties> |
| 231 |
</dependency> |
| 232 |
--> |
| 233 |
|
| 234 |
<dependency> |
| 235 |
<groupId>org.seasar.teeda</groupId> |
| 236 |
<artifactId>teeda-core</artifactId> |
| 237 |
<version>1.0-beta-5.2</version> |
| 238 |
<properties> |
| 239 |
<war.bundle>true</war.bundle> |
| 240 |
</properties> |
| 241 |
</dependency> |
| 242 |
<!--dependency> |
| 243 |
<groupId>org.seasar.teeda</groupId> |
| 244 |
<artifactId>teeda-extension</artifactId> |
| 245 |
<version>1.0-beta-3-SNAPSHOT</version> |
| 246 |
<properties> |
| 247 |
<war.bundle>true</war.bundle> |
| 248 |
</properties> |
| 249 |
</dependency--> |
| 250 |
<dependency> |
| 251 |
<groupId>commons-beanutils</groupId> |
| 252 |
<artifactId>commons-beanutils</artifactId> |
| 253 |
<version>1.7.0</version> |
| 254 |
<url>http://jakarta.apache.org/commons/beanutils</url> |
| 255 |
<properties> |
| 256 |
<war.bundle>true</war.bundle> |
| 257 |
</properties> |
| 258 |
</dependency> |
| 259 |
<dependency> |
| 260 |
<groupId>commons-collections</groupId> |
| 261 |
<artifactId>commons-collections</artifactId> |
| 262 |
<version>2.1.1</version> |
| 263 |
<url>http://jakarta.apache.org/commons/collections</url> |
| 264 |
<properties> |
| 265 |
<war.bundle>true</war.bundle> |
| 266 |
</properties> |
| 267 |
</dependency> |
| 268 |
<dependency> |
| 269 |
<groupId>commons-el</groupId> |
| 270 |
<artifactId>commons-el</artifactId> |
| 271 |
<version>1.0</version> |
| 272 |
<url>http://jakarta.apache.org/commons/el/</url> |
| 273 |
<properties> |
| 274 |
<war.bundle>true</war.bundle> |
| 275 |
</properties> |
| 276 |
</dependency> |
| 277 |
<dependency> |
| 278 |
<groupId>commons-lang</groupId> |
| 279 |
<artifactId>commons-lang</artifactId> |
| 280 |
<version>2.1</version> |
| 281 |
<url>http://jakarta.apache.org/commons/lang</url> |
| 282 |
<properties> |
| 283 |
<war.bundle>true</war.bundle> |
| 284 |
</properties> |
| 285 |
</dependency> |
| 286 |
|
| 287 |
<!-- |
| 288 |
<dependency> |
| 289 |
<groupId>commons-fileupload</groupId> |
| 290 |
<artifactId>commons-fileupload</artifactId> |
| 291 |
<version>1.1</version> |
| 292 |
<properties> |
| 293 |
<war.bundle>true</war.bundle> |
| 294 |
</properties> |
| 295 |
</dependency> |
| 296 |
<dependency> |
| 297 |
<groupId>commons-io</groupId> |
| 298 |
<artifactId>commons-io</artifactId> |
| 299 |
<version>1.1</version> |
| 300 |
<properties> |
| 301 |
<war.bundle>true</war.bundle> |
| 302 |
</properties> |
| 303 |
</dependency> |
| 304 |
--> |
| 305 |
|
| 306 |
</dependencies> |
| 307 |
|
| 308 |
|
| 309 |
<build> |
| 310 |
<sourceDirectory>src/java</sourceDirectory> |
| 311 |
<resources> |
| 312 |
<resource> |
| 313 |
<directory>${basedir}/src/java/</directory> |
| 314 |
<includes> |
| 315 |
<include>**/*.properties</include> |
| 316 |
<include>**/*.dicon</include> |
| 317 |
<include>env.txt</include> |
| 318 |
</includes> |
| 319 |
</resource> |
| 320 |
</resources> |
| 321 |
</build> |
| 322 |
|
| 323 |
<reports> |
| 324 |
<report>maven-jdepend-plugin</report> |
| 325 |
<report>maven-pmd-plugin</report> |
| 326 |
<report>maven-changelog-plugin</report> |
| 327 |
<report>maven-file-activity-plugin</report> |
| 328 |
<report>maven-developer-activity-plugin</report> |
| 329 |
<report>maven-license-plugin</report> |
| 330 |
<report>maven-javadoc-plugin</report> |
| 331 |
<report>maven-jxr-plugin</report> |
| 332 |
<report>maven-junit-report-plugin</report> |
| 333 |
<report>maven-linkcheck-plugin</report> |
| 334 |
<report>maven-tasklist-plugin</report> |
| 335 |
</reports> |
| 336 |
</project> |