Newer
Older
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy</artifactId>
<packaging>pom</packaging>
<url>http://gazelle.ihe.net/proxy/</url>
<issueManagement>
<system>JIRA</system>
<url>http://gazelle.ihe.net/jira/browse/PROXY</url>
</issueManagement>
<ciManagement>
<system>jenkins</system>
<url>http://gazelle.ihe.net/jenkins/job/gazelle-proxy-public-SNAPSHOT/</url>
<url>https://scm.gforge.inria.fr/svn/gazelle/Maven/gazelle-proxy/trunk</url>
<connection>scm:svn:https://scm.gforge.inria.fr/svn/gazelle/Maven/gazelle-proxy/trunk</connection>
<developerConnection>scm:svn:https://scm.gforge.inria.fr/svn/gazelle/Maven/gazelle-proxy/trunk</developerConnection>
<properties>
<jdbc.driver.class>org.postgresql.Driver</jdbc.driver.class>
<hibernate.dialect>org.hibernate.dialect.PostgreSQLDialect</hibernate.dialect>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy-netty</artifactId>
<dependency>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy-jar</artifactId>
<dependency>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy-ejb</artifactId>
<type>ejb</type>
</dependency>
<dependency>
<groupId>net.ihe.gazelle.proxy</groupId>
<dependency>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy-war</artifactId>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.7</version>
<dependency>
<groupId>com.pixelmed</groupId>
<artifactId>dicom</artifactId>
<dependency>
<groupId>jp.digitalsensation.ihej.transactionmonitor</groupId>
<artifactId>ihej-dicom</artifactId>
</dependencies>
</dependencyManagement>
<profiles>
<profile>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<jdbc.connection.url>jdbc:postgresql:gazelle-proxy</jdbc.connection.url>
<jdbc.user>gazelle</jdbc.user>
<jdbc.password>gazelle</jdbc.password>
<min.pool.size>1</min.pool.size>
<max.pool.size>10</max.pool.size>
<!-- persistence.xml configuration -->
<hibernate.hbm2ddl.auto>
update
</hibernate.hbm2ddl.auto>
<hibernate.show_sql>
<jms.proxy.queue.server>remote://localhost</jms.proxy.queue.server>
<jms.max.connection.attempts>10</jms.max.connection.attempts>
<jms.idle.connection.timeout>600</jms.idle.connection.timeout> <!-- seconds -->
<!-- <build> <plugins> <plugin> <artifactId>maven-ear-plugin</artifactId>
<configuration> <includeTransitiveLibs>false</includeTransitiveLibs> <outputDirectory>${jboss.deploy}</outputDirectory>
<transitiveLibsOutputDirectory>${jboss.libs}</transitiveLibsOutputDirectory>
</configuration> </plugin> </plugins> </build> -->
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<!-- development mode (disable in production) -->
<seam.debug>false</seam.debug>
<!-- datasource configuration -->
<jdbc.connection.url>jdbc:postgresql:gazelle-proxy</jdbc.connection.url>
<jdbc.user>gazelle</jdbc.user>
<jdbc.password>gazelle</jdbc.password>
<min.pool.size>1</min.pool.size>
<max.pool.size>10</max.pool.size>
<!-- persistence.xml configuration -->
<hibernate.hbm2ddl.auto>
update
</hibernate.hbm2ddl.auto>
<hibernate.show_sql>
false
</hibernate.show_sql>
<jms.proxy.queue.server>remote://localhost</jms.proxy.queue.server>
<jms.max.connection.attempts>10</jms.max.connection.attempts>
<jms.idle.connection.timeout>600</jms.idle.connection.timeout> <!-- seconds -->
<module>gazelle-proxy-war</module>
<module>gazelle-proxy-ear</module>
</modules>
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
<repositories>
<repository>
<id>IHE</id>
<name>IHE Public Maven Repository Group</name>
<url>http://gazelle.ihe.net/nexus/content/groups/public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>IHE-plugins</id>
<name>IHE Plugins Public Maven Repository Group</name>
<url>http://gazelle.ihe.net/nexus/content/groups/public/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>