Changeset 1249 for EDIS/trunk/java/tracking-ear/pom.xml
- Timestamp:
- Sep 10, 2011, 5:59:28 PM (13 years ago)
- Location:
- EDIS/trunk/java/tracking-ear
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
EDIS/trunk/java/tracking-ear
-
Property svn:ignore
set to
target
-
Property svn:ignore
set to
-
EDIS/trunk/java/tracking-ear/pom.xml
r1235 r1249 1 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" 3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4 <modelVersion>4.0.0</modelVersion> 5 <parent> 6 <groupId>gov.va.med.edp</groupId> 7 <artifactId>edis-tracking-parent</artifactId> 8 <version>1.0.1.WorldVistA-SNAPSHOT</version> 9 <relativePath>../tracking-parent</relativePath> 10 </parent> 11 <groupId>gov.va.med.edp</groupId> 12 <artifactId>edis-tracking-application</artifactId> 13 <packaging>ear</packaging> 14 <name>EDIS Tracking Application Bundle</name> 15 <version>1.0.1.WorldVistA-SNAPSHOT</version> 16 <description>Emergency Department Integration Software - Tracking Application Bundle</description> 17 <dependencies> 18 <dependency> 19 <groupId>gov.va.med.edp</groupId> 20 <artifactId>edis-tracking-server-main</artifactId> 21 <version>${project.version}</version> 22 <type>war</type> 23 </dependency> 24 <dependency> 25 <groupId>gov.va.med.edp</groupId> 26 <artifactId>edis-tracking-server-bigboard</artifactId> 27 <version>${project.version}</version> 28 <type>war</type> 29 </dependency> 30 <!-- <dependency> 31 <groupId>gov.va.med.edp</groupId> 32 <artifactId>edis-tracking-help</artifactId> 33 <version>${project.version}</version> 34 <type>war</type> 35 </dependency> --> 36 </dependencies> 37 <build> 38 <plugins> 39 <plugin> 40 <groupId>org.apache.maven.plugins</groupId> 41 <artifactId>maven-ear-plugin</artifactId> 42 <configuration> 43 <!-- <unpackTypes>war</unpackTypes> --> 44 <modules> 45 <webModule> 46 <groupId>gov.va.med.edp</groupId> 47 <artifactId>edis-tracking-server-main</artifactId> 48 <contextRoot>${edis.tracking.trackingContextRoot}</contextRoot> 49 </webModule> 50 <webModule> 51 <groupId>gov.va.med.edp</groupId> 52 <artifactId>edis-tracking-server-bigboard</artifactId> 53 <contextRoot>${edis.tracking.boardContextRoot}</contextRoot> 54 </webModule> 55 <!-- <webModule> 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-application</artifactId> 12 <packaging>ear</packaging> 13 <name>EDIS Tracking Application Bundle</name> 14 <version>1.0.1.WorldVistA-SNAPSHOT</version> 15 <description>Emergency Department Integration Software - Tracking Application Bundle</description> 16 <dependencies> 17 <dependency> 18 <groupId>gov.va.med.edp</groupId> 19 <artifactId>edis-tracking-server-main</artifactId> 20 <version>${project.version}</version> 21 <type>war</type> 22 </dependency> 23 <dependency> 24 <groupId>gov.va.med.edp</groupId> 25 <artifactId>edis-tracking-server-bigboard</artifactId> 26 <version>${project.version}</version> 27 <type>war</type> 28 </dependency> 29 <dependency> 30 <groupId>gov.va.med.edp</groupId> 31 <artifactId>edis-tracking-help</artifactId> 32 <version>${project.version}</version> 33 <type>war</type> 34 </dependency> 35 </dependencies> 36 <build> 37 <plugins> 38 <plugin> 39 <groupId>org.apache.maven.plugins</groupId> 40 <artifactId>maven-ear-plugin</artifactId> 41 <configuration> 42 <!-- <unpackTypes>war</unpackTypes> --> 43 <modules> 44 <webModule> 45 <groupId>gov.va.med.edp</groupId> 46 <artifactId>edis-tracking-server-main</artifactId> 47 <contextRoot>${edis.tracking.trackingContextRoot}</contextRoot> 48 </webModule> 49 <webModule> 50 <groupId>gov.va.med.edp</groupId> 51 <artifactId>edis-tracking-server-bigboard</artifactId> 52 <contextRoot>${edis.tracking.boardContextRoot}</contextRoot> 53 </webModule> 54 <!-- <webModule> 56 55 <groupId>gov.va.med.edp</groupId> 57 56 <artifactId>edis-tracking-help</artifactId> 58 57 <contextRoot>${edis.tracking.helpContextRoot}</contextRoot> 59 58 </webModule> --> 60 61 62 63 64 59 </modules> 60 </configuration> 61 </plugin> 62 </plugins> 63 </build> 65 64 </project>
Note:
See TracChangeset
for help on using the changeset viewer.