1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325
|
<?xml version="1.0" encoding="UTF-8"?>
<project>
<!-- the version of maven's project object model -->
<pomVersion>3</pomVersion>
<!-- a unique name for this project -->
<artifactId>easyconf</artifactId>
<groupId>easyconf</groupId>
<id>easyconf</id>
<!-- a short but descriptive name for the project -->
<name>Easyconf library</name>
<!-- The version of the project under development, e.g.
1.1, 1.2, 2.0-SNAPSHOT -->
<currentVersion>0.9.5</currentVersion>
<organization>
<name>EasyConf team</name>
<url>http://www.sourceforge.net/projects/easyconf</url>
</organization>
<!-- the year the project started -->
<inceptionYear>2005</inceptionYear>
<package>com.germinus.easyconf</package>
<logo>http://easyconf.sourceforge.net/easyconf.jpg</logo>
<description>EasyConf is a library to access configuration of software components and applications. It defines simple conventions to make it easier to use. It was born in a portlets-based portal and has several features useful for this and similar environments.</description>
<shortDescription>Software configuration made easy</shortDescription>
<!-- the project home page -->
<url>http://easyconf.sourceforge.net</url>
<issueTrackingUrl>https://sourceforge.net/tracker/?group_id=131552&atid=721404</issueTrackingUrl>
<siteAddress>shell.sourceforge.net</siteAddress>
<siteDirectory>/home/groups/e/ea/easyconf/htdocs</siteDirectory>
<distributionDirectory>/www/easyconf/builds/</distributionDirectory>
<!-- the version control repository and http url for online access
the connection element has the form:
scm:<system>:<system specific connection string> -->
<repository>
<connection>scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/easyconf:easyconf</connection>
<developerConnection>scm:cvs:ext:jferrergerminus@cvs.sourceforge.net:/cvsroot/easyconf:easyconf</developerConnection>
<url>http://cvs.sourceforge.net/viewcvs.py/easyconf/</url>
</repository>
<!-- any mailing lists for the project -->
<mailingLists>
<mailingList>
<name>easyconf-users</name>
<subscribe>easyconf-users-subscribe@sourceforge.net</subscribe>
<unsubscribe>easyconf-users-unsubscribe@sourceforge.net</unsubscribe>
<archive>http://sourceforge.net/mailarchive/forum.php?forum=easyconf-users</archive>
</mailingList>
</mailingLists>
<!-- who the developers are for the project -->
<developers>
<developer>
<name>Jorge Ferrer</name>
<id>jferrer</id>
<email>jferrer germinus.com</email>
<organization>Germinus XXI</organization>
<timezone>0</timezone>
</developer>
<developer>
<name>Jesús Jaimez</name>
<id>jjaimez</id>
<timezone>0</timezone>
</developer>
<developer>
<name>Ismael Ferrer</name>
<id>ifolmedo</id>
<email>iferrer germinus.com</email>
<organization>Germinus XXI</organization>
<timezone>0</timezone>
</developer>
<developer>
<name>Álvaro González</name>
<id>agonzalez</id>
<email>agonzalez germinus.com</email>
<organization>Germinus XXI</organization>
<timezone>0</timezone>
</developer>
</developers>
<!-- jar files the project is dependent on -->
<dependencies>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.8</version>
<type>jar</type>
<url>http://www.apache.org/</url>
<properties>
<unknown>unknown</unknown>
</properties>
</dependency>
<dependency>
<groupId>servletapi</groupId>
<artifactId>servletapi</artifactId>
<version>2.3</version>
<type>jar</type>
<url>http://www.apache.org/</url>
<properties>
<war.bundle>false</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>struts</groupId>
<artifactId>struts</artifactId>
<version>1.1</version>
<type>jar</type>
<url>http://www.apache.org/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<!-- Commons configuration and dependant libraries -->
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
<version>1.1</version>
<type>jar</type>
<url>http://www.apache.org/</url>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.1</version>
<type>jar</type>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.0</version>
<type>jar</type>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.4</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
<type>jar</type>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
<artifactId>commons-digester</artifactId>
<version>1.6</version>
<type>jar</type>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>xerces</groupId>
<artifactId>xerces</artifactId>
<version>2.2.1</version>
<type>jar</type>
<url>http://xml.apache.org/xerces2-j/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
<type>jar</type>
<url>http://xml.apache.org/commons/</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet</artifactId>
<version>1.2.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<type>jar</type>
</dependency>
<!-- <dependency> -->
<!-- <groupId>test-conf</groupId> -->
<!-- <artifactId>test-conf</artifactId> -->
<!-- <version>1.0</version> -->
<!-- <type>jar</type> -->
<!-- </dependency> -->
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils-core</artifactId>
<version>1.7.0</version>
<type>jar</type>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils-bean-collections</artifactId>
<version>1.7.0</version>
<type>jar</type>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>xdoclet</groupId>
<artifactId>maven-xdoclet-plugin</artifactId>
<version>1.2.1</version>
<type>plugin</type>
</dependency>
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xdoclet-web-module</artifactId>
<version>1.2.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>mx4j</groupId>
<artifactId>mx4j-jmx</artifactId>
<version>2.1.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>mx4j</groupId>
<artifactId>mx4j-impl</artifactId>
<version>2.1.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.1.2</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>xpp3</groupId>
<artifactId>xpp3_min</artifactId>
<version>1.1.3.4.I</version>
<type>jar</type>
</dependency>
</dependencies>
<!-- build information for the project -->
<build>
<nagEmailAddress>easyconf-users@sorceforge.net</nagEmailAddress>
<sourceDirectory>src/java</sourceDirectory>
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
<unitTest>
<includes>
<include>com/germinus/easyconf/${test.run.type}Tests.java</include>
</includes>
<resources>
<resource>
<directory>src/test</directory>
<includes>
<include>*.properties</include>
<include>*.xml</include>
</includes>
<filtering>false</filtering>
</resource>
</resources>
</unitTest>
<resources>
<resource>
<directory>src/conf</directory>
<includes>
<include>*.properties</include>
<include>*.xml</include>
<include>*.dtd</include>
</includes>
<filtering>false</filtering>
</resource>
</resources>
</build>
<!--
<reports>
<report>maven-jdepend-plugin</report>
<report>maven-checkstyle-plugin</report>
<report>maven-changes-plugin</report>
<report>maven-changelog-plugin</report>
<report>maven-file-activity-plugin</report>
<report>maven-developer-activity-plugin</report>
<report>maven-javadoc-plugin</report>
<report>maven-jxr-plugin</report>
<report>maven-junit-report-plugin</report>
<report>maven-tasklist-plugin</report>
<report>maven-pmd-plugin</report>
<report>maven-simian-plugin</report>
<report>maven-faq-plugin</report>
<report>maven-jcoverage-plugin</report>
<report>maven-tasks-plugin</report>
<report>maven-findbugs-plugin</report>
</reports>
-->
<versions>
<version>
<id>0.9.5</id>
<name>0.9.5</name>
<tag>RELEASE_0_9_5</tag>
</version>
</versions>
</project>
|