Last change
on this file since 1443 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.6 KB
|
Rev | Line | |
---|
[1227] | 1 | <?xml version="1.0"?>
|
---|
[1235] | 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">
|
---|
[1227] | 3 | <modelVersion>4.0.0</modelVersion>
|
---|
| 4 | <parent>
|
---|
| 5 | <groupId>gov.va.med.edp</groupId>
|
---|
| 6 | <artifactId>edis-tracking-parent</artifactId>
|
---|
[1235] | 7 | <version>1.0.1.WorldVistA-SNAPSHOT</version>
|
---|
[1227] | 8 | <relativePath>../tracking-parent</relativePath>
|
---|
| 9 | </parent>
|
---|
| 10 | <groupId>gov.va.med.edp</groupId>
|
---|
| 11 | <artifactId>edis-tracking-ui-main</artifactId>
|
---|
| 12 | <packaging>swf</packaging>
|
---|
| 13 | <name>EDIS Tracking UI Application</name>
|
---|
[1235] | 14 | <version>1.0.1.WorldVistA-SNAPSHOT</version>
|
---|
[1227] | 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>
|
---|
[1235] | 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>tracking.mxml</sourceFile>
|
---|
| 39 | </configuration>
|
---|
| 40 | <!-- <executions>
|
---|
| 41 | <execution>
|
---|
| 42 | <goals>
|
---|
| 43 | <goal>wrapper</goal>
|
---|
| 44 | </goals>
|
---|
| 45 | </execution>
|
---|
| 46 | </executions> -->
|
---|
[1227] | 47 | </plugin>
|
---|
| 48 | </plugins>
|
---|
| 49 | </build>
|
---|
| 50 | </project>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.