Revision 114:9e876755f394 pom.xml

View differences:

pom.xml
406 406
			<dependencies>
407 407
				<dependency>
408 408
					<groupId>org.hibernate</groupId>
409
					<artifactId>hibernate-c3p0</artifactId>
410
					<version>3.3.1.GA</version>
411
				</dependency>
412
			</dependencies>
413
			<build>
414
				<plugins>
415
					<plugin>
416
						<groupId>org.glassfish</groupId>
417
						<artifactId>maven-embedded-glassfish-plugin</artifactId>
418
						<configuration>
419
							<app>${project.build.directory}/${project.artifactId}-${project.version}.war</app>
420
						</configuration>
421
					</plugin>
422
				</plugins>
423
			</build>
424
		</profile>
425
		<profile>
426
			<id>env-maybank-dev-jndi</id>
427
			<activation>
428
				<property>
429
					<name>env</name>
430
					<value>maybank-dev-jndi</value>
431
				</property>
432
			</activation>
433
			<properties>
434
				<config.postfix>.maybank-dev-jndi</config.postfix>
435
			</properties>
436
			<dependencies>
437
				<dependency>
438
					<groupId>org.hibernate</groupId>
439 409
					<artifactId>hibernate-core</artifactId>
440 410
					<version>3.3.1.GA</version>
441 411
					<type>jar</type>
......
519 489
					</exclusions>
520 490
				</dependency>
521 491
			</dependencies>
522
		</profile>
523
		<profile>
524
			<id>env-maybank-prod-jndi</id>
525
			<activation>
526
				<property>
527
					<name>env</name>
528
					<value>maybank-prod-jndi</value>
529
				</property>
530
			</activation>
531
			<properties>
532
				<config.postfix>.maybank-prod-jndi</config.postfix>
533
			</properties>
534
			<dependencies>
535
				<dependency>
536
					<groupId>org.hibernate</groupId>
537
					<artifactId>hibernate-core</artifactId>
538
					<version>3.3.1.GA</version>
539
					<type>jar</type>
540
					<scope>compile</scope>
541
					<exclusions>
542
						<exclusion>
543
							<groupId>xml-apis</groupId>
544
							<artifactId>xml-apis</artifactId>
545
						</exclusion>
546
					</exclusions>
547
				</dependency>
548
			</dependencies>
492
			<build>
493
				<plugins>
494
					<plugin>
495
						<groupId>org.glassfish</groupId>
496
						<artifactId>maven-embedded-glassfish-plugin</artifactId>
497
						<configuration>
498
							<app>${project.build.directory}/${project.artifactId}-${project.version}.war</app>
499
						</configuration>
500
					</plugin>
501
				</plugins>
502
			</build>
549 503
		</profile>
550 504
		<profile>
551 505
			<id>cobertura-instrument</id>

Also available in: Unified diff