| 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.2 2005/12/27 21:47:15 shinsuke Exp $ |
| 18 |
--> |
| 19 |
|
| 20 |
<project> |
| 21 |
<pomVersion>3</pomVersion> |
| 22 |
<groupId>pal</groupId> |
| 23 |
<artifactId>yahoosearch</artifactId> |
| 24 |
<name>Yahoo Search Portlet</name> |
| 25 |
<currentVersion>0.1</currentVersion> |
| 26 |
<description>Yahoo Search Portlet</description> |
| 27 |
<shortDescription>Yahoo Search Portlet</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/yahoosearch</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:yahoosearch</connection> |
| 44 |
<developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:yahoosearch</developerConnection> |
| 45 |
<url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/yahoosearch</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>pal</groupId> |
| 73 |
<artifactId>bridges-myfaces</artifactId> |
| 74 |
<version>${bridges.myfaces.version}</version> |
| 75 |
<type>jar</type> |
| 76 |
<properties> |
| 77 |
<war.bundle>true</war.bundle> |
| 78 |
</properties> |
| 79 |
</dependency> |
| 80 |
|
| 81 |
<dependency> |
| 82 |
<groupId>marevol</groupId> |
| 83 |
<artifactId>marevol-portlet-utils</artifactId> |
| 84 |
<version>0.1</version> |
| 85 |
<type>jar</type> |
| 86 |
<properties> |
| 87 |
<war.bundle>true</war.bundle> |
| 88 |
</properties> |
| 89 |
</dependency> |
| 90 |
<dependency> |
| 91 |
<groupId>marevol</groupId> |
| 92 |
<artifactId>marevol-ydn-utils</artifactId> |
| 93 |
<version>0.1</version> |
| 94 |
<type>jar</type> |
| 95 |
<properties> |
| 96 |
<war.bundle>true</war.bundle> |
| 97 |
</properties> |
| 98 |
</dependency> |
| 99 |
|
| 100 |
<dependency> |
| 101 |
<id>jetspeed-header-resource</id> |
| 102 |
<groupId>org.apache.portals.jetspeed-2</groupId> |
| 103 |
<version>${jetspeed.version}</version> |
| 104 |
<properties> |
| 105 |
<war.bundle>false</war.bundle> |
| 106 |
</properties> |
| 107 |
</dependency> |
| 108 |
|
| 109 |
<dependency> |
| 110 |
<groupId>portlet-api</groupId> |
| 111 |
<artifactId>portlet-api</artifactId> |
| 112 |
<version>1.0</version> |
| 113 |
<properties> |
| 114 |
<war.bundle>false</war.bundle> |
| 115 |
</properties> |
| 116 |
</dependency> |
| 117 |
|
| 118 |
<dependency> |
| 119 |
<groupId>commons-lang</groupId> |
| 120 |
<artifactId>commons-lang</artifactId> |
| 121 |
<version>2.1</version> |
| 122 |
<url>http://jakarta.apache.org/commons/lang</url> |
| 123 |
<properties> |
| 124 |
<war.bundle>true</war.bundle> |
| 125 |
</properties> |
| 126 |
</dependency> |
| 127 |
<dependency> |
| 128 |
<groupId>commons-codec</groupId> |
| 129 |
<artifactId>commons-codec</artifactId> |
| 130 |
<version>1.2</version> |
| 131 |
<url>http://jakarta.apache.org/commons/codec/</url> |
| 132 |
<properties> |
| 133 |
<war.bundle>true</war.bundle> |
| 134 |
</properties> |
| 135 |
</dependency> |
| 136 |
<dependency> |
| 137 |
<groupId>commons-collections</groupId> |
| 138 |
<artifactId>commons-collections</artifactId> |
| 139 |
<version>2.1</version> |
| 140 |
<url>http://jakarta.apache.org/commons/collections</url> |
| 141 |
<properties> |
| 142 |
<war.bundle>true</war.bundle> |
| 143 |
</properties> |
| 144 |
</dependency> |
| 145 |
<dependency> |
| 146 |
<groupId>commons-fileupload</groupId> |
| 147 |
<artifactId>commons-fileupload</artifactId> |
| 148 |
<version>1.0</version> |
| 149 |
<properties> |
| 150 |
<war.bundle>true</war.bundle> |
| 151 |
</properties> |
| 152 |
</dependency> |
| 153 |
|
| 154 |
<dependency> |
| 155 |
<groupId>myfaces</groupId> |
| 156 |
<artifactId>myfaces-all</artifactId> |
| 157 |
<version>1.1.1</version> |
| 158 |
<properties> |
| 159 |
<war.bundle>true</war.bundle> |
| 160 |
</properties> |
| 161 |
</dependency> |
| 162 |
|
| 163 |
<dependency> |
| 164 |
<groupId>log4j</groupId> |
| 165 |
<artifactId>log4j</artifactId> |
| 166 |
<version>1.2.9</version> |
| 167 |
<properties> |
| 168 |
<war.bundle>true</war.bundle> |
| 169 |
</properties> |
| 170 |
</dependency> |
| 171 |
<dependency> |
| 172 |
<groupId>commons-logging</groupId> |
| 173 |
<artifactId>commons-logging</artifactId> |
| 174 |
<version>1.0.4</version> |
| 175 |
<url>http://jakarta.apache.org/commons/logging.html</url> |
| 176 |
<properties> |
| 177 |
<war.bundle>true</war.bundle> |
| 178 |
</properties> |
| 179 |
</dependency> |
| 180 |
|
| 181 |
<dependency> |
| 182 |
<groupId>commons-betwixt</groupId> |
| 183 |
<artifactId>commons-betwixt</artifactId> |
| 184 |
<version>0.7</version> |
| 185 |
<type>jar</type> |
| 186 |
<properties> |
| 187 |
<war.bundle>true</war.bundle> |
| 188 |
</properties> |
| 189 |
</dependency> |
| 190 |
<dependency> |
| 191 |
<groupId>commons-digester</groupId> |
| 192 |
<artifactId>commons-digester</artifactId> |
| 193 |
<version>1.6</version> |
| 194 |
<type>jar</type> |
| 195 |
<properties> |
| 196 |
<war.bundle>true</war.bundle> |
| 197 |
</properties> |
| 198 |
</dependency> |
| 199 |
<dependency> |
| 200 |
<groupId>commons-beanutils</groupId> |
| 201 |
<artifactId>commons-beanutils</artifactId> |
| 202 |
<version>1.7.0</version> |
| 203 |
<type>jar</type> |
| 204 |
<properties> |
| 205 |
<war.bundle>true</war.bundle> |
| 206 |
</properties> |
| 207 |
</dependency> |
| 208 |
|
| 209 |
|
| 210 |
</dependencies> |
| 211 |
|
| 212 |
|
| 213 |
<build> |
| 214 |
<sourceDirectory>src/java</sourceDirectory> |
| 215 |
<unitTestSourceDirectory>src/test</unitTestSourceDirectory> |
| 216 |
<unitTest> |
| 217 |
<includes> |
| 218 |
<include>**/*Test.java</include> |
| 219 |
</includes> |
| 220 |
</unitTest> |
| 221 |
<resources> |
| 222 |
<resource> |
| 223 |
<directory>${basedir}/src/java/</directory> |
| 224 |
<includes> |
| 225 |
<include>**/*.properties</include> |
| 226 |
<include>**/*.betwixt</include> |
| 227 |
</includes> |
| 228 |
</resource> |
| 229 |
</resources> |
| 230 |
</build> |
| 231 |
|
| 232 |
<reports> |
| 233 |
<report>maven-jdepend-plugin</report> |
| 234 |
<report>maven-pmd-plugin</report> |
| 235 |
<report>maven-changelog-plugin</report> |
| 236 |
<report>maven-file-activity-plugin</report> |
| 237 |
<report>maven-developer-activity-plugin</report> |
| 238 |
<report>maven-license-plugin</report> |
| 239 |
<report>maven-javadoc-plugin</report> |
| 240 |
<report>maven-jxr-plugin</report> |
| 241 |
<report>maven-junit-report-plugin</report> |
| 242 |
<report>maven-linkcheck-plugin</report> |
| 243 |
<report>maven-tasklist-plugin</report> |
| 244 |
</reports> |
| 245 |
</project> |