Revision 108:e2fa9e416abd pom.xml

View differences:

pom.xml
399 399
				</plugins>
400 400
			</build>
401 401
		</profile>
402

  
402
		<profile>
403
			<id>env-maybank-prod</id>
404
			<activation>
405
				<property>
406
					<name>env</name>
407
					<value>maybank-prod</value>
408
				</property>
409
			</activation>
410
			<properties>
411
				<config.postfix>.maybank-prod</config.postfix>
412
			</properties>
413
			<dependencies>
414
				<dependency>
415
					<groupId>axis</groupId>
416
					<artifactId>axis</artifactId>
417
					<version>1.4</version>
418
					<type>jar</type>
419
					<scope>compile</scope>
420
					<exclusions>
421
						<exclusion>
422
							<artifactId>axis-jaxrpc</artifactId>
423
							<groupId>org.apache.axis</groupId>
424
						</exclusion>
425
						<exclusion>
426
							<artifactId>axis-saaj</artifactId>
427
							<groupId>org.apache.axis</groupId>
428
						</exclusion>
429
					</exclusions>
430
				</dependency>
431
			</dependencies>
432
			<build>
433
				<plugins>
434
					<plugin>
435
						<groupId>org.glassfish</groupId>
436
						<artifactId>maven-embedded-glassfish-plugin</artifactId>
437
						<configuration>
438
							<app>${project.build.directory}/${project.artifactId}-${project.version}.war</app>
439
						</configuration>
440
					</plugin>
441
				</plugins>
442
			</build>
443
		</profile>
403 444

  
404 445

  
405 446
		<profile>

Also available in: Unified diff