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

This commit is contained in:
sblaz 2011-09-10 21:59:28 +00:00
parent 11fe880fbf
commit 30ddbd4004
4 changed files with 88 additions and 60 deletions

View File

@ -1,65 +1,64 @@
<?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-application</artifactId>
<packaging>ear</packaging>
<name>EDIS Tracking Application Bundle</name>
<version>1.0.1.WorldVistA-SNAPSHOT</version>
<description>Emergency Department Integration Software - Tracking Application Bundle</description>
<dependencies>
<dependency>
<groupId>gov.va.med.edp</groupId>
<artifactId>edis-tracking-server-main</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>gov.va.med.edp</groupId>
<artifactId>edis-tracking-server-bigboard</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<!-- <dependency>
<groupId>gov.va.med.edp</groupId>
<artifactId>edis-tracking-help</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency> -->
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<configuration>
<!-- <unpackTypes>war</unpackTypes> -->
<modules>
<webModule>
<groupId>gov.va.med.edp</groupId>
<artifactId>edis-tracking-server-main</artifactId>
<contextRoot>${edis.tracking.trackingContextRoot}</contextRoot>
</webModule>
<webModule>
<groupId>gov.va.med.edp</groupId>
<artifactId>edis-tracking-server-bigboard</artifactId>
<contextRoot>${edis.tracking.boardContextRoot}</contextRoot>
</webModule>
<!-- <webModule>
<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-application</artifactId>
<packaging>ear</packaging>
<name>EDIS Tracking Application Bundle</name>
<version>1.0.1.WorldVistA-SNAPSHOT</version>
<description>Emergency Department Integration Software - Tracking Application Bundle</description>
<dependencies>
<dependency>
<groupId>gov.va.med.edp</groupId>
<artifactId>edis-tracking-server-main</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>gov.va.med.edp</groupId>
<artifactId>edis-tracking-server-bigboard</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>gov.va.med.edp</groupId>
<artifactId>edis-tracking-help</artifactId>
<version>${project.version}</version>
<type>war</type>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<configuration>
<!-- <unpackTypes>war</unpackTypes> -->
<modules>
<webModule>
<groupId>gov.va.med.edp</groupId>
<artifactId>edis-tracking-server-main</artifactId>
<contextRoot>${edis.tracking.trackingContextRoot}</contextRoot>
</webModule>
<webModule>
<groupId>gov.va.med.edp</groupId>
<artifactId>edis-tracking-server-bigboard</artifactId>
<contextRoot>${edis.tracking.boardContextRoot}</contextRoot>
</webModule>
<!-- <webModule>
<groupId>gov.va.med.edp</groupId>
<artifactId>edis-tracking-help</artifactId>
<contextRoot>${edis.tracking.helpContextRoot}</contextRoot>
</webModule> -->
</modules>
</configuration>
</plugin>
</plugins>
</build>
</modules>
</configuration>
</plugin>
</plugins>
</build>
</project>

View File

@ -0,0 +1,25 @@
<?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>

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.5" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">
<display-name>EDIS Tracking Server Help</display-name>
</web-app>

View File

@ -16,7 +16,7 @@
<module>../tracking-server-core</module>
<module>../tracking-server-main</module>
<module>../tracking-server-bigboard</module>
<!--<module>../tracking-help</module>-->
<module>../tracking-help</module>
<module>../tracking-ear</module>
</modules>
<organization>