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-main</artifactId>
|
---|
13 | <packaging>swf</packaging>
|
---|
14 | <name>EDIS Tracking UI Application</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 | <profiles>
|
---|
40 | <profile>
|
---|
41 | <id>dev</id>
|
---|
42 | <build>
|
---|
43 | <plugins>
|
---|
44 | <plugin>
|
---|
45 | <groupId>info.flex-mojos</groupId>
|
---|
46 | <artifactId>html-wrapper-mojo</artifactId>
|
---|
47 | <configuration>
|
---|
48 | <templateURI>folder:${basedir}/html-template</templateURI>
|
---|
49 | </configuration>
|
---|
50 | <executions>
|
---|
51 | <execution>
|
---|
52 | <goals>
|
---|
53 | <goal>wrapper</goal>
|
---|
54 | </goals>
|
---|
55 | </execution>
|
---|
56 | </executions>
|
---|
57 | </plugin>
|
---|
58 | </plugins>
|
---|
59 | </build>
|
---|
60 | </profile>
|
---|
61 | </profiles>
|
---|
62 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.