Last change
on this file since 1318 was 1235, checked in by Solomon Blaz, 13 years ago |
committing first working version of EDIS maven build - upgraded to maven 3.0.3, flexmojos 3.8, flex sdk 3.6.0.16995, removed dependencies on KAAJEE and maven repository on VA intranet, replaced with one on filesystem
|
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" 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-ui-bigboard</artifactId>
|
---|
12 | <packaging>swf</packaging>
|
---|
13 | <name>EDIS Tracking UI Big Board</name>
|
---|
14 | <version>1.0.1.WorldVistA-SNAPSHOT</version>
|
---|
15 | <dependencies>
|
---|
16 | <dependency>
|
---|
17 | <groupId>gov.va.med.edp</groupId>
|
---|
18 | <artifactId>edis-tracking-ui-core</artifactId>
|
---|
19 | <version>${project.version}</version>
|
---|
20 | <type>swc</type>
|
---|
21 | </dependency>
|
---|
22 | </dependencies>
|
---|
23 | <build>
|
---|
24 | <sourceDirectory>src/main/flex</sourceDirectory>
|
---|
25 | <resources>
|
---|
26 | <resource>
|
---|
27 | <directory>src/main/resources</directory>
|
---|
28 | <filtering>true</filtering>
|
---|
29 | </resource>
|
---|
30 | </resources>
|
---|
31 | <plugins>
|
---|
32 | <plugin>
|
---|
33 | <groupId>org.sonatype.flexmojos</groupId>
|
---|
34 | <artifactId>flexmojos-maven-plugin</artifactId>
|
---|
35 | <version>${flex.mojos.version}</version>
|
---|
36 | <extensions>true</extensions>
|
---|
37 | <configuration>
|
---|
38 | <sourceFile>bigboard.mxml</sourceFile>
|
---|
39 | </configuration>
|
---|
40 | </plugin>
|
---|
41 | </plugins>
|
---|
42 | </build>
|
---|
43 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.