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">
<artifactId>gazelle-tools</artifactId>
<version>2.110</version>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy</artifactId>
<packaging>pom</packaging>
<version>2.11-SNAPSHOT</version>
<connection>scm:svn:svn://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>
<url>http://fisheye.jboss.org/browse/Seam/parent/gazelle-seam/tags/gazelle-seam-1.42/gazelle-proxy</url>
<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>
<version>2.11-SNAPSHOT</version>
<dependency>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy-jar</artifactId>
<version>2.11-SNAPSHOT</version>
<dependency>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy-ejb</artifactId>
<version>2.11-SNAPSHOT</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>net.ihe.gazelle.proxy</groupId>
<version>2.11-SNAPSHOT</version>
<dependency>
<groupId>net.ihe.gazelle.proxy</groupId>
<artifactId>gazelle-proxy-war</artifactId>
<version>2.11-SNAPSHOT</version>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.7</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
<profiles>
<profile>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<cas.url>http://gazelle.ihe.net/cas/</cas.url>
<evsclient.url>http://gazelle.ihe.net/EVSClient/</evsclient.url>
<storage.dicom>/opt/proxy/DICOM</storage.dicom>
<!-- datasource configuration -->
<jdbc.connection.url>jdbc:postgresql://localhost/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>
<!-- <build> <plugins> <plugin> <artifactId>maven-ear-plugin</artifactId> <configuration> <includeTransitiveLibs>false</includeTransitiveLibs> <outputDirectory>${jboss.deploy}</outputDirectory>
<transitiveLibsOutputDirectory>${jboss.libs}</transitiveLibsOutputDirectory> </configuration> </plugin> </plugins> </build> -->
</profile>
<profile>
<id>gazelle</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<cas.service>http://gazelle.ihe.net/proxy/</cas.service>
<cas.url>http://gazelle.ihe.net/cas/</cas.url>
<evsclient.url>http://gazelle.ihe.net/EVSClient/</evsclient.url>
<!-- development mode (disable in production) -->
<seam.debug>false</seam.debug>
<!-- datasource configuration -->
<jdbc.connection.url>jdbc:postgresql://sake.irisa.fr/gazelle-proxy</jdbc.connection.url>
<jdbc.user>gazelle</jdbc.user>
<jdbc.password>gazelle</jdbc.password>
<!-- persistence.xml configuration -->
<hibernate.hbm2ddl.auto>
<profile>
<id>istanbul</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<cas.service>http://gazelle.ihe.net/proxy/</cas.service>
<cas.url>http://gazelle.ihe.net/cas/</cas.url>
<evsclient.url>http://gazelle.ihe.net/EVSClient/</evsclient.url>
<storage.dicom>/opt/proxy/DICOM</storage.dicom>
<!-- 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>24</max.pool.size>
<!-- persistence.xml configuration -->
<hibernate.hbm2ddl.auto>
update
</hibernate.hbm2ddl.auto>
<hibernate.show_sql>
false
</hibernate.show_sql>
</properties>
</profile>
<profile>
<id>arsenal</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<cas.service>http://testing.consorzioarsenal.it/proxy/</cas.service>
<cas.url>http://testing.consorzioarsenal.it/cas/</cas.url>
<evsclient.url>http://testing.consorzioarsenal.it/EVSClient/</evsclient.url>
<storage.dicom>/opt/proxy/DICOM</storage.dicom>
<!-- 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>24</max.pool.size>
<!-- persistence.xml configuration -->
<hibernate.hbm2ddl.auto>
update
</hibernate.hbm2ddl.auto>
<hibernate.show_sql>
false
</hibernate.show_sql>
</properties>
</profile>
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
<profile>
<id>aacc</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<properties>
<cas.service>http://gazelle.ihe.net/proxy/</cas.service>
<cas.url>http://gazelle.ihe.net/cas/</cas.url>
<evsclient.url>http://192.168.20.119:8080/EVSClient/</evsclient.url>
<works.without.cas>true</works.without.cas>
<storage.dicom>/opt/proxy/DICOM</storage.dicom>
<!-- 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>5</max.pool.size>
<!-- persistence.xml configuration -->
<hibernate.hbm2ddl.auto>
update
</hibernate.hbm2ddl.auto>
<hibernate.show_sql>
false
</hibernate.show_sql>
</properties>
</profile>
<module>gazelle-proxy-war</module>
<module>gazelle-proxy-ear</module>
</modules>
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
<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>