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

    r1227 r1235  
    66        <groupId>gov.va.med.edp</groupId>
    77        <artifactId>edis-tracking-parent</artifactId>
    8         <version>1.0-T29-SNAPSHOT</version>
     8        <version>1.0.1.WorldVistA-SNAPSHOT</version>
    99        <relativePath>../tracking-parent</relativePath>
    1010    </parent>
     
    1313    <packaging>war</packaging>
    1414    <name>EDIS Tracking Server Application</name>
    15     <version>1.0-T29-SNAPSHOT</version>
     15    <version>1.0.1.WorldVistA-SNAPSHOT</version>
    1616    <description>Emergency Department Integration Software - Tracking Server Application</description>
    1717    <dependencies>
     
    3434            <artifactId>edis-tracking-server-core</artifactId>
    3535            <version>${project.version}</version>
    36         </dependency>
    37         <dependency>
    38             <groupId>gov.va.med.authentication</groupId>
    39             <artifactId>kaajee</artifactId>
    40             <version>1.0.1.002</version>
    41         </dependency>
    42         <dependency>
    43             <groupId>gov.va.med.term</groupId>
    44             <artifactId>vha-stddata-client</artifactId>
    45             <version>${vha.stddata.version}</version>
    46         </dependency>
    47         <dependency>
    48             <groupId>gov.va.med.term</groupId>
    49             <artifactId>vha-stddata-basic</artifactId>
    50             <version>${vha.stddata.version}</version>
    51         </dependency>
    52         <dependency>
    53             <groupId>com.intersystems</groupId>
    54             <artifactId>cache-db</artifactId>
    55             <version>5.2</version>
    56             <classifier>jdk14</classifier>
    57             <scope>provided</scope>
    58         </dependency>
    59         <dependency>
    60             <groupId>weblogic</groupId>
    61             <artifactId>weblogic</artifactId>
    62             <version>8.1</version>
    63             <scope>provided</scope>
    6436        </dependency>
    6537        <dependency>
     
    162134                        </configuration>
    163135                    </execution>
    164                     <execution>
    165                        <id>include-backwards-compatible-client-versions</id>
    166                        <phase>generate-resources</phase>
    167                        <goals>
    168                            <goal>copy</goal>
    169                        </goals>
    170                        <configuration>
    171                            <artifactItems>
    172                                                                 <artifactItem>
    173                                     <groupId>${project.groupId}</groupId>
    174                                     <artifactId>edis-tracking-ui-main</artifactId>
    175                                     <version>1.0-T28</version>
    176                                     <type>swf</type>
    177                                 </artifactItem>
    178                            </artifactItems>
    179                            <outputDirectory>${edis.tracking.build.swf.directory}</outputDirectory>
    180                            <overWriteSnapshots>true</overWriteSnapshots>
    181                        </configuration>
    182                 </execution>
     136                    <!-- <execution>
     137                                          <id>include-backwards-compatible-client-versions</id>
     138                                          <phase>generate-resources</phase>
     139                                          <goals>
     140                                              <goal>copy</goal>
     141                                          </goals>
     142                                          <configuration>
     143                                              <artifactItems>
     144                                                                                <artifactItem>
     145                                                       <groupId>${project.groupId}</groupId>
     146                                                       <artifactId>edis-tracking-ui-main</artifactId>
     147                                                       <version>1.0-T28</version>
     148                                                       <type>swf</type>
     149                                                   </artifactItem>
     150                                              </artifactItems>
     151                                              <outputDirectory>${edis.tracking.build.swf.directory}</outputDirectory>
     152                                              <overWriteSnapshots>true</overWriteSnapshots>
     153                                          </configuration>
     154                                   </execution> -->
    183155                </executions>
    184156            </plugin>
Note: See TracChangeset for help on using the changeset viewer.