26 lines
1006 B
XML
26 lines
1006 B
XML
<?xml version="1.0"?>
|
|
<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">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<parent>
|
|
<groupId>gov.va.med.edp</groupId>
|
|
<artifactId>edis-tracking-parent</artifactId>
|
|
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
|
<relativePath>../tracking-parent</relativePath>
|
|
</parent>
|
|
<groupId>gov.va.med.edp</groupId>
|
|
<artifactId>edis-tracking-help</artifactId>
|
|
<packaging>war</packaging>
|
|
<name>EDIS Tracking Server Help</name>
|
|
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
|
<description>Emergency Department Integration Software - Tracking Server Help</description>
|
|
<build>
|
|
<finalName>${edis.tracking.helpContextRoot}</finalName>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-war-plugin</artifactId>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</project>
|