Mercurial > lada > lada-server
comparison pom.xml @ 366:567ce7697fc7 0.5
Code documentation.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 10 Sep 2013 15:55:54 +0200 |
parents | 2cb9ee38fd1b |
children | d878ff29e521 |
comparison
equal
deleted
inserted
replaced
365:fab80595ed55 | 366:567ce7697fc7 |
---|---|
5 | 5 |
6 <groupId>de.intevation</groupId> | 6 <groupId>de.intevation</groupId> |
7 <artifactId>lada</artifactId> | 7 <artifactId>lada</artifactId> |
8 <version>1.0-SNAPSHOT</version> | 8 <version>1.0-SNAPSHOT</version> |
9 <packaging>war</packaging> | 9 <packaging>war</packaging> |
10 <name>Java EE 6 webapp project</name> | |
11 <description>A starter Java EE 6 webapp project for use on JBoss AS 7.1 / EAP 6, generated from the jboss-javaee6-webapp archetype</description> | |
12 | 10 |
13 <properties> | 11 <properties> |
14 <!-- Explicitly declaring the source encoding eliminates the following | 12 <!-- Explicitly declaring the source encoding eliminates the following |
15 message: --> | 13 message: --> |
16 <!-- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered | 14 <!-- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered |
360 <repository> | 358 <repository> |
361 <id>Hibernate Spatial repo</id> | 359 <id>Hibernate Spatial repo</id> |
362 <url>http://www.hibernatespatial.org/repository</url> | 360 <url>http://www.hibernatespatial.org/repository</url> |
363 </repository> | 361 </repository> |
364 </repositories> | 362 </repositories> |
363 <name>Lada Server</name> | |
364 <description>Lada server application. | |
365 | |
366 The Lada server provides RESTful services to grant access to laboratory data using authentication and validation.</description> | |
365 </project> | 367 </project> |