Ignore:
Timestamp:
Sep 7, 2011, 4:29:40 AM (13 years ago)
Author:
Solomon Blaz
Message:

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:
1 edited

Legend:

Unmodified
Added
Removed
  • EDIS/trunk/java/tracking-ui-main/pom.xml

    r1227 r1235  
    11<?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">
     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">
    43        <modelVersion>4.0.0</modelVersion>
    54        <parent>
    65                <groupId>gov.va.med.edp</groupId>
    76                <artifactId>edis-tracking-parent</artifactId>
    8                 <version>1.0-T29-SNAPSHOT</version>
     7                <version>1.0.1.WorldVistA-SNAPSHOT</version>
    98                <relativePath>../tracking-parent</relativePath>
    109        </parent>
     
    1312        <packaging>swf</packaging>
    1413        <name>EDIS Tracking UI Application</name>
    15         <version>1.0-T29-SNAPSHOT</version>
     14        <version>1.0.1.WorldVistA-SNAPSHOT</version>
    1615        <dependencies>
    1716                <dependency>
     
    3231                <plugins>
    3332                        <plugin>
    34                                 <groupId>info.flex-mojos</groupId>
    35                                 <artifactId>flex-compiler-mojo</artifactId>
     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> -->
    3647                        </plugin>
    3748                </plugins>
    3849        </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>
    6250</project>
Note: See TracChangeset for help on using the changeset viewer.