Revision 132:58f4c4379845 pom.xml

View differences:

pom.xml
300 300
				</plugins>
301 301
			</build>
302 302
		</profile>
303

  
303
		<profile>
304
			<id>env-maybank-prod</id>
305
			<activation>
306
				<property>
307
					<name>env</name>
308
					<value>maybank-prod</value>
309
				</property>
310
			</activation>
311
			<properties>
312
				<config.postfix>.maybank-prod</config.postfix>
313
			</properties>
314
			<build>
315
				<plugins>
316
					<plugin>
317
						<groupId>org.glassfish</groupId>
318
						<artifactId>maven-embedded-glassfish-plugin</artifactId>
319
						<configuration>
320
							<app>${project.build.directory}/${project.artifactId}-${project.version}.war</app>
321
						</configuration>
322
					</plugin>
323
				</plugins>
324
			</build>
325
		</profile>
304 326

  
305 327

  
306 328
		<profile>

Also available in: Unified diff