source: EDIS/trunk/java/tracking-help/pom.xml@ 1249

Last change on this file since 1249 was 1249, checked in by Solomon Blaz, 13 years ago

integrated tracking-help into build, added build output ('target') directories to svn:ignore

File size: 1006 bytes
Line 
1<?xml version="1.0"?>
2<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">
3 <modelVersion>4.0.0</modelVersion>
4 <parent>
5 <groupId>gov.va.med.edp</groupId>
6 <artifactId>edis-tracking-parent</artifactId>
7 <version>1.0.1.WorldVistA-SNAPSHOT</version>
8 <relativePath>../tracking-parent</relativePath>
9 </parent>
10 <groupId>gov.va.med.edp</groupId>
11 <artifactId>edis-tracking-help</artifactId>
12 <packaging>war</packaging>
13 <name>EDIS Tracking Server Help</name>
14 <version>1.0.1.WorldVistA-SNAPSHOT</version>
15 <description>Emergency Department Integration Software - Tracking Server Help</description>
16 <build>
17 <finalName>${edis.tracking.helpContextRoot}</finalName>
18 <plugins>
19 <plugin>
20 <groupId>org.apache.maven.plugins</groupId>
21 <artifactId>maven-war-plugin</artifactId>
22 </plugin>
23 </plugins>
24 </build>
25</project>
Note: See TracBrowser for help on using the repository browser.