root/branches/omero/project.xml
| Revision 138, 3.8 kB (checked in by jmoore, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | |
| 3 | <project> |
| 4 | <!-- the version of maven's project object model --> |
| 5 | |
| 6 | <pomVersion>3</pomVersion> |
| 7 | <!-- a unique name for this project --> |
| 8 | |
| 9 | <id>omero</id> |
| 10 | <groupId>omero</groupId> |
| 11 | <name>Open Microscopy Environment Read-Only</name> |
| 12 | <currentVersion>1.0</currentVersion> |
| 13 | <description>OMERO is a web-application providing read-only query |
| 14 | services to an existing OME installation</description> |
| 15 | |
| 16 | <organization> |
| 17 | <name>Open Microscopy Environment</name> |
| 18 | <url>http://www.openmicroscopy.org/</url> |
| 19 | <logo>http://www.openmicroscopy.org/images/logo-4.png</logo> |
| 20 | </organization> |
| 21 | |
| 22 | <inceptionYear>2005</inceptionYear> |
| 23 | <package>org.openmicroscopy.omero</package> |
| 24 | <logo>http://www.openmicroscopy.org/images/logo-4.png</logo> |
| 25 | <shortDescription>A read-only query server for OME</shortDescription> |
| 26 | <url>http://www.openmicroscopy.org</url> |
| 27 | |
| 28 | <issueTrackingUrl>http://bugs.openmicroscopy.org.uk</issueTrackingUrl> |
| 29 | <siteAddress>http://www.openmicroscopy.org</siteAddress> |
| 30 | <siteDirectory></siteDirectory> |
| 31 | <distributionDirectory></distributionDirectory> |
| 32 | <repository> |
| 33 | <connection>scm:svn:http://svn.apache.org/svn/root/module</connection> |
| 34 | </repository> |
| 35 | <mailingLists/> |
| 36 | <developers/> |
| 37 | <dependencies> |
| 38 | <dependency> |
| 39 | <groupId>springframework</groupId> |
| 40 | <artifactId>spring</artifactId> |
| 41 | <version>${spring.version}</version> |
| 42 | <type>jar</type> |
| 43 | <properties> |
| 44 | <war.bundle>true</war.bundle> |
| 45 | </properties> |
| 46 | </dependency> |
| 47 | <dependency> |
| 48 | <groupId>springframework</groupId> |
| 49 | <artifactId>spring-mock</artifactId> |
| 50 | <version>${spring.version}</version> |
| 51 | <type>jar</type> |
| 52 | <properties> |
| 53 | <war.bundle>true</war.bundle> |
| 54 | </properties> |
| 55 | </dependency> |
| 56 | <dependency> |
| 57 | <groupId>omero</groupId> |
| 58 | <artifactId>hessian</artifactId> |
| 59 | <version>${hessian.version}</version> |
| 60 | <type>jar</type> |
| 61 | <properties> |
| 62 | <war.bundle>true</war.bundle> |
| 63 | </properties> |
| 64 | </dependency> |
| 65 | <dependency> |
| 66 | <groupId>commons-lang</groupId> |
| 67 | <artifactId>commons-lang</artifactId> |
| 68 | <version>2.0</version> |
| 69 | <properties> |
| 70 | <war.bundle>true</war.bundle> |
| 71 | </properties> |
| 72 | </dependency> |
| 73 | <dependency> |
| 74 | <groupId>commons-logging</groupId> |
| 75 | <artifactId>commons-logging</artifactId> |
| 76 | <version>1.0.4</version> |
| 77 | <properties> |
| 78 | <war.bundle>true</war.bundle> |
| 79 | </properties> |
| 80 | </dependency> |
| 81 | <dependency> |
| 82 | <groupId>commons-beanutils</groupId> |
| 83 | <artifactId>commons-beanutils</artifactId> |
| 84 | <version>${beanutils.version}</version> |
| 85 | </dependency> |
| 86 | <dependency> |
| 87 | <groupId>junit</groupId> |
| 88 | <artifactId>junit</artifactId> |
| 89 | <version>3.8.1</version> |
| 90 | </dependency> |
| 91 | <dependency> |
| 92 | <groupId>jam</groupId> |
| 93 | <artifactId>maven-jam-plugin</artifactId> |
| 94 | <version>2.1</version> |
| 95 | <type>plugin</type> |
| 96 | </dependency> |
| 97 | <dependency> |
| 98 | <groupId>maven-plugins</groupId> |
| 99 | <artifactId>maven-dbunit-plugin</artifactId> |
| 100 | <version>1.5</version> |
| 101 | <type>plugin</type> |
| 102 | </dependency> |
| 103 | </dependencies> |
| 104 | <reports> |
| 105 | <!-- <report>maven-changelog-plugin</report> --> |
| 106 | <!-- <report>maven-developer-activity-plugin</report> --> |
| 107 | <!-- <report>maven-file-activity-plugin</report> --> |
| 108 | <report>maven-javadoc-plugin</report> |
| 109 | <report>maven-jxr-plugin</report> |
| 110 | <report>maven-checkstyle-plugin</report> |
| 111 | <report>maven-pmd-plugin</report> |
| 112 | <report>maven-jdepend-plugin</report> |
| 113 | <report>maven-junit-report-plugin</report> |
| 114 | <report>maven-linkcheck-plugin</report> |
| 115 | <report>maven-multichanges-plugin</report> |
| 116 | <report>maven-tasklist-plugin</report> |
| 117 | <!-- |
| 118 | <report>maven-jcoverage-plugin</report> |
| 119 | <report>maven-findbugs-plugin</report> |
| 120 | --> |
| 121 | </reports> |
| 122 | </project> |
Note: See TracBrowser
for help on using the browser.
