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
This commit is contained in:
parent
6c49f2bd20
commit
d6f3868081
|
@ -5,14 +5,14 @@
|
|||
<parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-parent</artifactId>
|
||||
<version>1.0-T29-SNAPSHOT</version>
|
||||
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
||||
<relativePath>../tracking-parent</relativePath>
|
||||
</parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-application</artifactId>
|
||||
<packaging>ear</packaging>
|
||||
<name>EDIS Tracking Application Bundle</name>
|
||||
<version>1.0-T29-SNAPSHOT</version>
|
||||
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
||||
<description>Emergency Department Integration Software - Tracking Application Bundle</description>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -27,12 +27,12 @@
|
|||
<version>${project.version}</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-help</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<!-- <dependency>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-help</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>war</type>
|
||||
</dependency> -->
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
|
@ -52,11 +52,11 @@
|
|||
<artifactId>edis-tracking-server-bigboard</artifactId>
|
||||
<contextRoot>${edis.tracking.boardContextRoot}</contextRoot>
|
||||
</webModule>
|
||||
<webModule>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-help</artifactId>
|
||||
<contextRoot>${edis.tracking.helpContextRoot}</contextRoot>
|
||||
</webModule>
|
||||
<!-- <webModule>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-help</artifactId>
|
||||
<contextRoot>${edis.tracking.helpContextRoot}</contextRoot>
|
||||
</webModule> -->
|
||||
</modules>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
|
@ -1,283 +1,311 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-parent</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>EDIS Tracking Application</name>
|
||||
<description>Emergency Department Integration Software - Tracking Application</description>
|
||||
<version>1.0-T29-SNAPSHOT</version>
|
||||
<modules>
|
||||
<module>../tracking-ui-core</module>
|
||||
<module>../tracking-ui-main</module>
|
||||
<module>../tracking-ui-bigboard</module>
|
||||
<module>../tracking-server-core</module>
|
||||
<module>../tracking-server-main</module>
|
||||
<module>../tracking-server-bigboard</module>
|
||||
<module>../tracking-help</module>
|
||||
<module>../tracking-weblogic-ssl</module>
|
||||
<module>../tracking-ear</module>
|
||||
</modules>
|
||||
<organization>
|
||||
<name>Department of Veterans Affairs</name>
|
||||
<url>http://www.va.gov/</url>
|
||||
</organization>
|
||||
<prerequisites>
|
||||
<maven>2.0.8</maven>
|
||||
</prerequisites>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Public Domain</name>
|
||||
<url>http://creativecommons.org/licenses/publicdomain/</url>
|
||||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<connection>scm:perforce://reeng/main/ed/tracking-parent</connection>
|
||||
<developerConnection>scm:perforce://reeng/main/ed/tracking-parent</developerConnection>
|
||||
</scm>
|
||||
<!--issueManagement>
|
||||
<system></system>
|
||||
<url></url>
|
||||
</issueManagement-->
|
||||
<!-- <ciManagement>
|
||||
<system>luntbuild</system>
|
||||
<url>http://vhaislcfgm2.vha.med.va.gov:8080/luntbuild</url>
|
||||
</ciManagement> -->
|
||||
<developers>
|
||||
<developer>
|
||||
<id>vhaislmeldruk</id>
|
||||
<name>Kevin Meldrum</name>
|
||||
<email>kevin.meldrum@va.gov</email>
|
||||
<organization>Department of Veterans Affairs</organization>
|
||||
<timezone>-7</timezone>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>vhaislgearys</id>
|
||||
<name>Sandi Geary</name>
|
||||
<email>sandra.geary@va.gov</email>
|
||||
<organization>SAIC</organization>
|
||||
<timezone>-7</timezone>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Melanie Buechler</name>
|
||||
<email>melanie.buechler@va.gov</email>
|
||||
<organization>Department of Veterans Affairs</organization>
|
||||
<timezone>-6</timezone>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>vhaislblazs</id>
|
||||
<name>Solomon Blaz</name>
|
||||
<email>solomon.blaz@va.gov</email>
|
||||
<organization>SAIC</organization>
|
||||
<timezone>-7</timezone>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>vhaisldhars</id>
|
||||
<name>Sanjay Dhar</name>
|
||||
<email>sanjay.dhar@va.gov</email>
|
||||
<organization>SAIC</organization>
|
||||
<timezone>-7</timezone>
|
||||
</developer>
|
||||
</developers>
|
||||
<contributors>
|
||||
<contributor>
|
||||
<name>Gary Tyndall</name>
|
||||
<email>gary.tyndall@va.gov</email>
|
||||
<organization>Department of Veterans Affairs</organization>
|
||||
<timezone>-5</timezone>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Robert Stults</name>
|
||||
<email>robert.stults2@va.gov</email>
|
||||
<organization>Shoulders Corp</organization>
|
||||
<organizationUrl>http://www.shoulderscorp.com/</organizationUrl>
|
||||
<timezone>-5</timezone>
|
||||
</contributor>
|
||||
<contributor>
|
||||
<name>Cheryl Walton</name>
|
||||
<email>cheryl.walton2@va.gov</email>
|
||||
<organization>SAIC</organization>
|
||||
<timezone>-7</timezone>
|
||||
</contributor>
|
||||
</contributors>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>central</id>
|
||||
<url>http://repo1.maven.org/maven2</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>bob-repository</id>
|
||||
<name>Bob's Maven Repository</name>
|
||||
<url>http://vhaislcfgm2.vha.med.va.gov/maven-repository</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>Codehaus Snapshots</id>
|
||||
<url>http://snapshots.repository.codehaus.org/</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>flex-mojos-repository</id>
|
||||
<url>http://repository.sonatype.org/content/groups/flexgroup/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>Codehaus Snapshots</id>
|
||||
<url>http://snapshots.repository.codehaus.org/</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>flex-mojos-repository</id>
|
||||
<url>http://repository.sonatype.org/content/groups/flexgroup/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
<id>bob-repository</id>
|
||||
<name>Bob's Maven Repository</name>
|
||||
<url>scp://vhaislcfgm2.vha.med.va.gov:/var/www/html/maven-repository</url>
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>1.4</source>
|
||||
<target>1.4</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-eclipse-plugin</artifactId>
|
||||
<configuration>
|
||||
<downloadSources>true</downloadSources>
|
||||
<downloadJavadocs>true</downloadJavadocs>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-idea-plugin</artifactId>
|
||||
<configuration>
|
||||
<downloadSources>true</downloadSources>
|
||||
<downloadJavadocs>true</downloadJavadocs>
|
||||
<dependenciesAsLibraries>true</dependenciesAsLibraries>
|
||||
<useFullNames>false</useFullNames>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>info.flex-mojos</groupId>
|
||||
<artifactId>flex-compiler-mojo</artifactId>
|
||||
<version>${flex.mojos.version}</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<accessible>${flex.compiler.accessible}</accessible>
|
||||
<headlessServer>${flex.compiler.headless-server}</headlessServer>
|
||||
<locales>
|
||||
<locale>en_US</locale>
|
||||
</locales>
|
||||
<debug>${flex.compiler.debug}</debug>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.adobe.flex</groupId>
|
||||
<artifactId>compiler</artifactId>
|
||||
<version>${flex.version}</version>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
<reports>
|
||||
<report>index</report>
|
||||
<report>summary</report>
|
||||
<report>dependency-convergence</report>
|
||||
<report>project-team</report>
|
||||
<report>cim</report>
|
||||
<report>scm</report>
|
||||
<report>license</report>
|
||||
</reports>
|
||||
</reportSet>
|
||||
</reportSets>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-changes-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-jxr-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-report-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
<properties>
|
||||
<!-- versions of dependencies -->
|
||||
<spring.version>2.0.8</spring.version>
|
||||
<vha.stddata.version>15.0</vha.stddata.version>
|
||||
<spring.security.version>2.0.3</spring.security.version>
|
||||
<slf4j.version>1.5.2</slf4j.version>
|
||||
<easymock.version>2.4</easymock.version>
|
||||
|
||||
<flex.version>3.1.0.2710</flex.version>
|
||||
<flexunit.version>0.85</flexunit.version>
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-parent</artifactId>
|
||||
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>EDIS Tracking Application</name>
|
||||
<description>Emergency Department Integration Software - Tracking Application</description>
|
||||
<modules>
|
||||
<module>../tracking-ui-core</module>
|
||||
<module>../tracking-ui-main</module>
|
||||
<module>../tracking-ui-bigboard</module>
|
||||
<module>../tracking-server-vista</module>
|
||||
<module>../tracking-server-core</module>
|
||||
<module>../tracking-server-main</module>
|
||||
<module>../tracking-server-bigboard</module>
|
||||
<!--<module>../tracking-help</module>-->
|
||||
<module>../tracking-ear</module>
|
||||
</modules>
|
||||
<organization>
|
||||
<name>WorldVistA</name>
|
||||
<url>http://www.worldvista.org/</url>
|
||||
</organization>
|
||||
<prerequisites>
|
||||
<maven>3.0.3</maven>
|
||||
</prerequisites>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>GNU General Public License (GPL) Version 2</name>
|
||||
<url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</url>
|
||||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<connection>https://trac.opensourcevista.net/svn/EDIS/trunk/java/tracking-parent</connection>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>Trac</system>
|
||||
<url>https://trac.opensourcevista.net/</url>
|
||||
</issueManagement>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>central</id>
|
||||
<url>http://repo1.maven.org/maven2</url>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>maven2-repository.dev.java.net</id>
|
||||
<name>Java.net Repository for Maven</name>
|
||||
<url>http://download.java.net/maven/2/</url>
|
||||
<layout>default</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>Codehaus Snapshots</id>
|
||||
<url>http://snapshots.repository.codehaus.org/</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>flex-mojos-repository</id>
|
||||
<url>http://repository.sonatype.org/content/groups/flexgroup/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>edis-tracking-maven-repository</id>
|
||||
<url>file://${basedir}/../tracking-maven-repository</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
<updatePolicy>never</updatePolicy>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>Codehaus Snapshots</id>
|
||||
<url>http://snapshots.repository.codehaus.org/</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</pluginRepository>
|
||||
<pluginRepository>
|
||||
<id>flex-mojos-repository</id>
|
||||
<url>http://repository.sonatype.org/content/groups/flexgroup/</url>
|
||||
<releases>
|
||||
<enabled>true</enabled>
|
||||
</releases>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>1.4</source>
|
||||
<target>1.4</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-eclipse-plugin</artifactId>
|
||||
<configuration>
|
||||
<downloadSources>true</downloadSources>
|
||||
<downloadJavadocs>true</downloadJavadocs>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-idea-plugin</artifactId>
|
||||
<configuration>
|
||||
<downloadSources>true</downloadSources>
|
||||
<downloadJavadocs>true</downloadJavadocs>
|
||||
<dependenciesAsLibraries>true</dependenciesAsLibraries>
|
||||
<useFullNames>false</useFullNames>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.sonatype.flexmojos</groupId>
|
||||
<artifactId>flexmojos-maven-plugin</artifactId>
|
||||
<version>${flex.mojos.version}</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<configurationReport>true</configurationReport>
|
||||
<targetPlayer>${flex.player.version}</targetPlayer>
|
||||
<!--<compatibilityVersion>3.0.0</compatibilityVersion>-->
|
||||
<accessible>${flex.compiler.accessible}</accessible>
|
||||
<headlessServer>${flex.compiler.headless-server}</headlessServer>
|
||||
<compiledLocales>
|
||||
<locale>en_US</locale>
|
||||
</compiledLocales>
|
||||
<keepAs3Metadatas>
|
||||
<param>Bindable</param>
|
||||
<param>Event</param>
|
||||
<param>Managed</param>
|
||||
<param>ChangeEvent</param>
|
||||
<param>NonCommittingChangeEvent</param>
|
||||
<param>Transient</param>
|
||||
<param>Inject</param>
|
||||
<param>Autowire</param>
|
||||
<param>Mediate</param>
|
||||
<param>Dispatcher</param>
|
||||
<param>PostConstruct</param>
|
||||
<param>PreDestroy</param>
|
||||
</keepAs3Metadatas>
|
||||
<fonts>
|
||||
<managers>
|
||||
<manager-class>flash.fonts.AFEFontManager</manager-class>
|
||||
<manager-class>flash.fonts.JREFontManager</manager-class>
|
||||
<manager-class>flash.fonts.BatikFontManager</manager-class>
|
||||
</managers>
|
||||
</fonts>
|
||||
<debug>${flex.compiler.debug}</debug>
|
||||
<skipTests>${java.awt.headless}</skipTests>
|
||||
<warnings>
|
||||
<!-- default to same warnings disabled as in SDK -->
|
||||
<!-- Array.toString() format has changed. -->
|
||||
<arrayTostringChanges>false</arrayTostringChanges>
|
||||
<!-- Boolean() with no arguments returns false in ActionScript 3.0. Boolean() returned undefined in ActionScript 2.0. -->
|
||||
<booleanConstructorWithNoArgs>false</booleanConstructorWithNoArgs>
|
||||
<!-- __resolve is no longer supported. -->
|
||||
<changesInResolve>false</changesInResolve>
|
||||
<!-- Class is sealed. It cannot have members added to it dynamically. -->
|
||||
<!-- Function used in new expression returns a value. Result will be what the -->
|
||||
<!-- function returns, rather than a new instance of that function. -->
|
||||
<constructorReturnsValue>false</constructorReturnsValue>
|
||||
<!-- EventHandler was not added as a listener. -->
|
||||
<deprecatedEventHandlerError>false</deprecatedEventHandlerError>
|
||||
<!-- ActionScript 3.0 iterates over an object's properties within a "for x in target" statement in random order. -->
|
||||
<forVarInChanges>false</forVarInChanges>
|
||||
<!-- Missing constructor. -->
|
||||
<noConstructor>false</noConstructor>
|
||||
<!-- The super() statement was not called within the constructor. -->
|
||||
<noExplicitSuperCallInConstructor>false</noExplicitSuperCallInConstructor>
|
||||
<!-- In ActionScript 3.0, white space is ignored and '' returns 0. Number() returns -->
|
||||
<!-- NaN in ActionScript 2.0 when the parameter is '' or contains white space. -->
|
||||
<numberFromStringChanges>false</numberFromStringChanges>
|
||||
<!-- Change in scoping for the this keyword. Class methods extracted from an -->
|
||||
<!-- instance of a class will always resolve this back to that instance. In -->
|
||||
<!-- ActionScript 2.0 this is looked up dynamically based on where the method -->
|
||||
<!-- is invoked from. -->
|
||||
<scopingChangeInThis>false</scopingChangeInThis>
|
||||
<!-- Possible usage of the ActionScript 2.0 XML class. -->
|
||||
<xmlClassHasChanged>false</xmlClassHasChanged>
|
||||
</warnings>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.adobe.flex</groupId>
|
||||
<artifactId>compiler</artifactId>
|
||||
<version>${flex.version}</version>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
<!-- <dependency>
|
||||
<groupId>com.adobe.flex.compiler</groupId>
|
||||
<artifactId>flex-fontkit</artifactId>
|
||||
<version>${flex.version}</version>
|
||||
</dependency> -->
|
||||
<!--<dependency>-->
|
||||
<!--<groupId>com.adobe.flex.compiler</groupId>-->
|
||||
<!--<artifactId>asdoc</artifactId>-->
|
||||
<!--<version>${flex.version}</version>-->
|
||||
<!--<classifier>template</classifier>-->
|
||||
<!--<type>zip</type>-->
|
||||
<!--</dependency>-->
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>2.4</version>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
<reports>
|
||||
<report>index</report>
|
||||
<report>summary</report>
|
||||
<report>dependency-convergence</report>
|
||||
<report>project-team</report>
|
||||
<report>cim</report>
|
||||
<report>scm</report>
|
||||
<report>license</report>
|
||||
</reports>
|
||||
</reportSet>
|
||||
</reportSets>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-changes-plugin</artifactId>
|
||||
<version>2.6</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>2.7</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>2.8</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-jxr-plugin</artifactId>
|
||||
<version>2.2</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-surefire-report-plugin</artifactId>
|
||||
<version>2.9</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
<!-- flex compiler settings -->
|
||||
<flex.mojos.version>2.0.3</flex.mojos.version>
|
||||
<!-- versions of dependencies -->
|
||||
<servlet.version>2.5</servlet.version>
|
||||
<spring.version>2.0.8</spring.version>
|
||||
<spring.security.version>2.0.3</spring.security.version>
|
||||
<slf4j.version>1.5.2</slf4j.version>
|
||||
<easymock.version>2.4</easymock.version>
|
||||
|
||||
<flex.version>3.6.0.16995</flex.version>
|
||||
<flex.player.version>10.0</flex.player.version>
|
||||
<flexunit.version>0.85</flexunit.version>
|
||||
<cairngorm.version>2.2.1</cairngorm.version>
|
||||
|
||||
<!-- flex compiler settings -->
|
||||
<flex.mojos.version>3.8</flex.mojos.version>
|
||||
<flex.compiler.accessible>true</flex.compiler.accessible>
|
||||
<flex.compiler.headless-server>true</flex.compiler.headless-server>
|
||||
<flex.compiler.debug>true</flex.compiler.debug>
|
||||
<skipTests>${java.awt.headless}</skipTests>
|
||||
<flex.compiler.headless-server>true</flex.compiler.headless-server>
|
||||
<flex.compiler.debug>true</flex.compiler.debug>
|
||||
<!--<skipTests>${java.awt.headless}</skipTests>-->
|
||||
|
||||
<!-- EDIS project settings -->
|
||||
<edis.tracking.trackingContextRoot>/main</edis.tracking.trackingContextRoot>
|
||||
<edis.tracking.boardContextRoot>/bigboard</edis.tracking.boardContextRoot>
|
||||
<edis.tracking.helpContextRoot>/help</edis.tracking.helpContextRoot>
|
||||
</properties>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>dev</id>
|
||||
<properties>
|
||||
<flex.compiler.debug>true</flex.compiler.debug>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
<!-- EDIS project settings -->
|
||||
<edis.tracking.trackingContextRoot>/main</edis.tracking.trackingContextRoot>
|
||||
<edis.tracking.boardContextRoot>/bigboard</edis.tracking.boardContextRoot>
|
||||
<edis.tracking.helpContextRoot>/help</edis.tracking.helpContextRoot>
|
||||
</properties>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>dev</id>
|
||||
<properties>
|
||||
<flex.compiler.debug>true</flex.compiler.debug>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
|
|
@ -4,14 +4,14 @@
|
|||
<parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-parent</artifactId>
|
||||
<version>1.0-T29-SNAPSHOT</version>
|
||||
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
||||
<relativePath>../tracking-parent</relativePath>
|
||||
</parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-server-bigboard</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>EDIS Tracking Server Big Board</name>
|
||||
<version>1.0-T29-SNAPSHOT</version>
|
||||
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
||||
<description>Emergency Department Integration Software - Tracking Server Big Board</description>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -124,25 +124,25 @@
|
|||
<excludeTransitive>true</excludeTransitive>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>include-backwards-compatible-client-versions</id>
|
||||
<phase>generate-resources</phase>
|
||||
<goals>
|
||||
<goal>copy</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<artifactItems>
|
||||
<artifactItem>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>edis-tracking-ui-bigboard</artifactId>
|
||||
<version>1.0-T28</version>
|
||||
<type>swf</type>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
<outputDirectory>${edis.tracking.build.swf.directory}</outputDirectory>
|
||||
<overWriteSnapshots>true</overWriteSnapshots>
|
||||
</configuration>
|
||||
</execution>
|
||||
<!-- <execution>
|
||||
<id>include-backwards-compatible-client-versions</id>
|
||||
<phase>generate-resources</phase>
|
||||
<goals>
|
||||
<goal>copy</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<artifactItems>
|
||||
<artifactItem>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>edis-tracking-ui-bigboard</artifactId>
|
||||
<version>1.0-T28</version>
|
||||
<type>swf</type>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
<outputDirectory>${edis.tracking.build.swf.directory}</outputDirectory>
|
||||
<overWriteSnapshots>true</overWriteSnapshots>
|
||||
</configuration>
|
||||
</execution> -->
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
|
@ -1,168 +1,177 @@
|
|||
<?xml version="1.0"?>
|
||||
<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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-parent</artifactId>
|
||||
<version>1.0-T29-SNAPSHOT</version>
|
||||
<relativePath>../tracking-parent</relativePath>
|
||||
</parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-server-core</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>EDIS Tracking Server Core</name>
|
||||
<version>1.0-T29-SNAPSHOT</version>
|
||||
<description>Emergency Department Integration Software - Tracking Application Server Core</description>
|
||||
<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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-parent</artifactId>
|
||||
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
||||
<relativePath>../tracking-parent</relativePath>
|
||||
</parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-server-core</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>EDIS Tracking Server Core</name>
|
||||
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
||||
<description>Emergency Department Integration Software - Tracking Application Server Core</description>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jca</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>logkit</groupId>
|
||||
<artifactId>logkit</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>avalon-framework</groupId>
|
||||
<artifactId>avalon-framework</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-webmvc</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>logkit</groupId>
|
||||
<artifactId>logkit</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>avalon-framework</groupId>
|
||||
<artifactId>avalon-framework</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jdbc</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>logkit</groupId>
|
||||
<artifactId>logkit</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>avalon-framework</groupId>
|
||||
<artifactId>avalon-framework</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>gov.va.med.authentication</groupId>
|
||||
<artifactId>kaajee</artifactId>
|
||||
<version>1.0.1.002</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.8</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>weblogic</groupId>
|
||||
<artifactId>weblogic</artifactId>
|
||||
<version>8.1</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>gov.va.med.vistalink</groupId>
|
||||
<artifactId>vljFoundationsLib</artifactId>
|
||||
<version>1.5.0.026</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>gov.va.med.vistalink</groupId>
|
||||
<artifactId>vljConnector</artifactId>
|
||||
<version>1.5.0.026</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>easymock</groupId>
|
||||
<artifactId>easymock</artifactId>
|
||||
<version>1.2_Java1.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-mock</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>logkit</groupId>
|
||||
<artifactId>logkit</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>avalon-framework</groupId>
|
||||
<artifactId>avalon-framework</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>edis-tracking-server-vista</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jca</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>logkit</groupId>
|
||||
<artifactId>logkit</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>avalon-framework</groupId>
|
||||
<artifactId>avalon-framework</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-webmvc</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>logkit</groupId>
|
||||
<artifactId>logkit</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>avalon-framework</groupId>
|
||||
<artifactId>avalon-framework</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jdbc</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>logkit</groupId>
|
||||
<artifactId>logkit</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>avalon-framework</groupId>
|
||||
<artifactId>avalon-framework</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-core</artifactId>
|
||||
<version>${spring.security.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
<version>1.2.8</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
<version>${servlet.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.resource</groupId>
|
||||
<artifactId>connector</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>gov.va.med.vistalink</groupId>
|
||||
<artifactId>vljFoundationsLib</artifactId>
|
||||
<version>1.5.0.026</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>gov.va.med.vistalink</groupId>
|
||||
<artifactId>vljConnector</artifactId>
|
||||
<version>1.5.0.026</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>easymock</groupId>
|
||||
<artifactId>easymock</artifactId>
|
||||
<version>1.2_Java1.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-mock</artifactId>
|
||||
<version>${spring.version}</version>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>log4j</groupId>
|
||||
<artifactId>log4j</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>logkit</groupId>
|
||||
<artifactId>logkit</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>avalon-framework</groupId>
|
||||
<artifactId>avalon-framework</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-source-plugin</artifactId>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>jar</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
|
@ -5,14 +5,14 @@
|
|||
<parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-parent</artifactId>
|
||||
<version>1.0-T29-SNAPSHOT</version>
|
||||
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
||||
<relativePath>../tracking-parent</relativePath>
|
||||
</parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-server-main</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<name>EDIS Tracking Server Application</name>
|
||||
<version>1.0-T29-SNAPSHOT</version>
|
||||
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
||||
<description>Emergency Department Integration Software - Tracking Server Application</description>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
@ -34,34 +34,6 @@
|
|||
<artifactId>edis-tracking-server-core</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>gov.va.med.authentication</groupId>
|
||||
<artifactId>kaajee</artifactId>
|
||||
<version>1.0.1.002</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>gov.va.med.term</groupId>
|
||||
<artifactId>vha-stddata-client</artifactId>
|
||||
<version>${vha.stddata.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>gov.va.med.term</groupId>
|
||||
<artifactId>vha-stddata-basic</artifactId>
|
||||
<version>${vha.stddata.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.intersystems</groupId>
|
||||
<artifactId>cache-db</artifactId>
|
||||
<version>5.2</version>
|
||||
<classifier>jdk14</classifier>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>weblogic</groupId>
|
||||
<artifactId>weblogic</artifactId>
|
||||
<version>8.1</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>jstl</artifactId>
|
||||
|
@ -161,25 +133,25 @@
|
|||
<excludeTransitive>true</excludeTransitive>
|
||||
</configuration>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>include-backwards-compatible-client-versions</id>
|
||||
<phase>generate-resources</phase>
|
||||
<goals>
|
||||
<goal>copy</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<artifactItems>
|
||||
<artifactItem>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>edis-tracking-ui-main</artifactId>
|
||||
<version>1.0-T28</version>
|
||||
<type>swf</type>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
<outputDirectory>${edis.tracking.build.swf.directory}</outputDirectory>
|
||||
<overWriteSnapshots>true</overWriteSnapshots>
|
||||
</configuration>
|
||||
</execution>
|
||||
<!-- <execution>
|
||||
<id>include-backwards-compatible-client-versions</id>
|
||||
<phase>generate-resources</phase>
|
||||
<goals>
|
||||
<goal>copy</goal>
|
||||
</goals>
|
||||
<configuration>
|
||||
<artifactItems>
|
||||
<artifactItem>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>edis-tracking-ui-main</artifactId>
|
||||
<version>1.0-T28</version>
|
||||
<type>swf</type>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
<outputDirectory>${edis.tracking.build.swf.directory}</outputDirectory>
|
||||
<overWriteSnapshots>true</overWriteSnapshots>
|
||||
</configuration>
|
||||
</execution> -->
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
|
@ -5,47 +5,42 @@
|
|||
<parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-parent</artifactId>
|
||||
<version>1.0-T29-SNAPSHOT</version>
|
||||
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
||||
<relativePath>../tracking-parent</relativePath>
|
||||
</parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-server-vista</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>EDIS VistA Support Library</name>
|
||||
<version>1.0-T29-SNAPSHOT</version>
|
||||
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jca</artifactId>
|
||||
<version>2.0.8</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-jca</artifactId>
|
||||
<version>2.0.8</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-tx</artifactId>
|
||||
<version>2.5.5</version>
|
||||
<version>2.5.5</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<exclusion>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>gov.va.med.vistalink</groupId>
|
||||
<artifactId>vljFoundationsLib</artifactId>
|
||||
<version>1.5.0.026</version>
|
||||
<scope>provided</scope>
|
||||
<!-- remove provided scope in later versions when vistalink is not on classpath of app server -->
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>gov.va.med.vistalink</groupId>
|
||||
<artifactId>vljConnector</artifactId>
|
||||
<version>1.5.0.026</version>
|
||||
<scope>provided</scope>
|
||||
<!-- remove provided scope in later versions when vistalink is not on classpath of app server -->
|
||||
</dependency>
|
||||
<!-- required by vistalink (update vistalink POMs to list dependencies properly) -->
|
||||
<dependency>
|
||||
<groupId>jaxen</groupId>
|
||||
<artifactId>jaxen</artifactId>
|
||||
|
@ -56,24 +51,18 @@
|
|||
<artifactId>spring-security-core</artifactId>
|
||||
<version>${spring.security.version}</version>
|
||||
</dependency>
|
||||
<dependency><!-- replace this with the two below once we upgrade to newer weblogic -->
|
||||
<groupId>weblogic</groupId>
|
||||
<artifactId>weblogic</artifactId>
|
||||
<version>8.1</version>
|
||||
<scope>provided</scope>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>servlet-api</artifactId>
|
||||
<version>${servlet.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.resource</groupId>
|
||||
<artifactId>connector</artifactId>
|
||||
<version>1.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!--<dependency>-->
|
||||
<!--<groupId>javax.servlet</groupId>-->
|
||||
<!--<artifactId>servlet-api</artifactId>-->
|
||||
<!--<version>${servlet.version}</version>-->
|
||||
<!--<scope>provided</scope>-->
|
||||
<!--</dependency>-->
|
||||
<!--<dependency>-->
|
||||
<!--<groupId>geronimo-spec</groupId>--><!-- this is the JCA API -->
|
||||
<!--<artifactId>geronimo-spec-j2ee-connector</artifactId>-->
|
||||
<!--<version>1.5-rc4</version>-->
|
||||
<!--<scope>provided</scope>-->
|
||||
<!--</dependency>-->
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
|
|
|
@ -1,39 +1,43 @@
|
|||
<?xml version="1.0"?>
|
||||
<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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-parent</artifactId>
|
||||
<version>1.0-T29-SNAPSHOT</version>
|
||||
<relativePath>../tracking-parent</relativePath>
|
||||
</parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-ui-bigboard</artifactId>
|
||||
<packaging>swf</packaging>
|
||||
<name>EDIS Tracking UI Big Board</name>
|
||||
<version>1.0-T29-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-ui-core</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>swc</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<sourceDirectory>src/main/flex</sourceDirectory>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<filtering>true</filtering>
|
||||
</resource>
|
||||
</resources>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>info.flex-mojos</groupId>
|
||||
<artifactId>flex-compiler-mojo</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-parent</artifactId>
|
||||
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
||||
<relativePath>../tracking-parent</relativePath>
|
||||
</parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-ui-bigboard</artifactId>
|
||||
<packaging>swf</packaging>
|
||||
<name>EDIS Tracking UI Big Board</name>
|
||||
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-ui-core</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<type>swc</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<sourceDirectory>src/main/flex</sourceDirectory>
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/resources</directory>
|
||||
<filtering>true</filtering>
|
||||
</resource>
|
||||
</resources>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.sonatype.flexmojos</groupId>
|
||||
<artifactId>flexmojos-maven-plugin</artifactId>
|
||||
<version>${flex.mojos.version}</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<sourceFile>bigboard.mxml</sourceFile>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
|
@ -1,27 +1,23 @@
|
|||
<?xml version="1.0"?>
|
||||
<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">
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-parent</artifactId>
|
||||
<version>1.0-T29-SNAPSHOT</version>
|
||||
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
||||
<relativePath>../tracking-parent</relativePath>
|
||||
</parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-ui-core</artifactId>
|
||||
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
||||
<packaging>swc</packaging>
|
||||
<name>EDIS Tracking UI Core</name>
|
||||
<version>1.0-T29-SNAPSHOT</version>
|
||||
<scm>
|
||||
<connection>scm:perforce://reeng/main/ed/tracking-ui-core</connection>
|
||||
<developerConnection>scm:perforce://reeng/main/ed/tracking-ui-core</developerConnection>
|
||||
</scm>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.adobe</groupId>
|
||||
<groupId>com.adobe.cairngorm</groupId>
|
||||
<artifactId>cairngorm</artifactId>
|
||||
<version>2.2.1</version>
|
||||
<version>${cairngorm.version}</version>
|
||||
<type>swc</type>
|
||||
</dependency>
|
||||
<!-- Flex SDK dependencies -->
|
||||
|
@ -31,29 +27,24 @@
|
|||
<version>${flex.version}</version>
|
||||
<type>pom</type>
|
||||
</dependency>
|
||||
<!-- FlexUnit dependencies -->
|
||||
<!-- FlexUnit dependencies -->
|
||||
<dependency>
|
||||
<groupId>flexunit</groupId>
|
||||
<groupId>com.adobe.flexunit</groupId>
|
||||
<artifactId>flexunit</artifactId>
|
||||
<version>${flexunit.version}</version>
|
||||
<type>swc</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>info.flex-mojos</groupId>
|
||||
<artifactId>testing-support</artifactId>
|
||||
<version>${flex.mojos.version}</version>
|
||||
<type>swc</type>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
<sourceDirectory>src/main/flex</sourceDirectory>
|
||||
<testSourceDirectory>src/test/flex</testSourceDirectory>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>info.flex-mojos</groupId>
|
||||
<artifactId>flex-compiler-mojo</artifactId>
|
||||
<groupId>org.sonatype.flexmojos</groupId>
|
||||
<artifactId>flexmojos-maven-plugin</artifactId>
|
||||
<version>${flex.mojos.version}</version>
|
||||
<extensions>true</extensions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
|
|
@ -1,18 +1,17 @@
|
|||
<?xml version="1.0"?>
|
||||
<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">
|
||||
<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">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-parent</artifactId>
|
||||
<version>1.0-T29-SNAPSHOT</version>
|
||||
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
||||
<relativePath>../tracking-parent</relativePath>
|
||||
</parent>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
<artifactId>edis-tracking-ui-main</artifactId>
|
||||
<packaging>swf</packaging>
|
||||
<name>EDIS Tracking UI Application</name>
|
||||
<version>1.0-T29-SNAPSHOT</version>
|
||||
<version>1.0.1.WorldVistA-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>gov.va.med.edp</groupId>
|
||||
|
@ -31,32 +30,21 @@
|
|||
</resources>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>info.flex-mojos</groupId>
|
||||
<artifactId>flex-compiler-mojo</artifactId>
|
||||
<groupId>org.sonatype.flexmojos</groupId>
|
||||
<artifactId>flexmojos-maven-plugin</artifactId>
|
||||
<version>${flex.mojos.version}</version>
|
||||
<extensions>true</extensions>
|
||||
<configuration>
|
||||
<sourceFile>tracking.mxml</sourceFile>
|
||||
</configuration>
|
||||
<!-- <executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>wrapper</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions> -->
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>dev</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>info.flex-mojos</groupId>
|
||||
<artifactId>html-wrapper-mojo</artifactId>
|
||||
<configuration>
|
||||
<templateURI>folder:${basedir}/html-template</templateURI>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
<goal>wrapper</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue