source: EDIS/trunk/java/tracking-ui-bigboard/pom.xml@ 1227

Last change on this file since 1227 was 1227, checked in by George Lilly, 13 years ago

initial load of EDIS 1.0

File size: 1.4 KB
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"
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-T29-SNAPSHOT</version>
9 <relativePath>../tracking-parent</relativePath>
10 </parent>
11 <groupId>gov.va.med.edp</groupId>
12 <artifactId>edis-tracking-ui-bigboard</artifactId>
13 <packaging>swf</packaging>
14 <name>EDIS Tracking UI Big Board</name>
15 <version>1.0-T29-SNAPSHOT</version>
16 <dependencies>
17 <dependency>
18 <groupId>gov.va.med.edp</groupId>
19 <artifactId>edis-tracking-ui-core</artifactId>
20 <version>${project.version}</version>
21 <type>swc</type>
22 </dependency>
23 </dependencies>
24 <build>
25 <sourceDirectory>src/main/flex</sourceDirectory>
26 <resources>
27 <resource>
28 <directory>src/main/resources</directory>
29 <filtering>true</filtering>
30 </resource>
31 </resources>
32 <plugins>
33 <plugin>
34 <groupId>info.flex-mojos</groupId>
35 <artifactId>flex-compiler-mojo</artifactId>
36 </plugin>
37 </plugins>
38 </build>
39</project>
Note: See TracBrowser for help on using the repository browser.