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-server-bigboard/pom.xml

    r1227 r1235  
    55                <groupId>gov.va.med.edp</groupId>
    66                <artifactId>edis-tracking-parent</artifactId>
    7                 <version>1.0-T29-SNAPSHOT</version>
     7                <version>1.0.1.WorldVistA-SNAPSHOT</version>
    88                <relativePath>../tracking-parent</relativePath>
    99        </parent>
     
    1212        <packaging>war</packaging>
    1313        <name>EDIS Tracking Server Big Board</name>
    14         <version>1.0-T29-SNAPSHOT</version>
     14        <version>1.0.1.WorldVistA-SNAPSHOT</version>
    1515        <description>Emergency Department Integration Software - Tracking Server Big Board</description>
    1616        <dependencies>
     
    125125                                                </configuration>
    126126                                        </execution>
    127                                         <execution>
    128                                                 <id>include-backwards-compatible-client-versions</id>
    129                                                 <phase>generate-resources</phase>
    130                                                 <goals>
    131                                                         <goal>copy</goal>
    132                                                 </goals>
    133                                                 <configuration>
    134                                                         <artifactItems>
    135                                                                 <artifactItem>
    136                                     <groupId>${project.groupId}</groupId>
    137                                     <artifactId>edis-tracking-ui-bigboard</artifactId>
    138                                     <version>1.0-T28</version>
    139                                     <type>swf</type>
    140                                 </artifactItem> 
    141                                                         </artifactItems>
    142                                                         <outputDirectory>${edis.tracking.build.swf.directory}</outputDirectory>
    143                                                         <overWriteSnapshots>true</overWriteSnapshots>
    144                                                 </configuration>
    145                                         </execution>
     127                                        <!-- <execution>
     128                                                                                <id>include-backwards-compatible-client-versions</id>
     129                                                                                <phase>generate-resources</phase>
     130                                                                                <goals>
     131                                                                                        <goal>copy</goal>
     132                                                                                </goals>
     133                                                                                <configuration>
     134                                                                                        <artifactItems>
     135                                                                                                <artifactItem>
     136                                                                    <groupId>${project.groupId}</groupId>
     137                                                                    <artifactId>edis-tracking-ui-bigboard</artifactId>
     138                                                                    <version>1.0-T28</version>
     139                                                                    <type>swf</type>
     140                                                                </artifactItem> 
     141                                                                                        </artifactItems>
     142                                                                                        <outputDirectory>${edis.tracking.build.swf.directory}</outputDirectory>
     143                                                                                        <overWriteSnapshots>true</overWriteSnapshots>
     144                                                                                </configuration>
     145                                                                        </execution> -->
    146146                                </executions>
    147147                        </plugin>
Note: See TracChangeset for help on using the changeset viewer.