Changeset 1235 for EDIS/trunk/java
- Timestamp:
- Sep 7, 2011, 4:29:40 AM (13 years ago)
- Location:
- EDIS/trunk/java
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
EDIS/trunk/java/tracking-ear/pom.xml
r1227 r1235 6 6 <groupId>gov.va.med.edp</groupId> 7 7 <artifactId>edis-tracking-parent</artifactId> 8 <version>1.0 -T29-SNAPSHOT</version>8 <version>1.0.1.WorldVistA-SNAPSHOT</version> 9 9 <relativePath>../tracking-parent</relativePath> 10 10 </parent> … … 13 13 <packaging>ear</packaging> 14 14 <name>EDIS Tracking Application Bundle</name> 15 <version>1.0 -T29-SNAPSHOT</version>15 <version>1.0.1.WorldVistA-SNAPSHOT</version> 16 16 <description>Emergency Department Integration Software - Tracking Application Bundle</description> 17 17 <dependencies> … … 28 28 <type>war</type> 29 29 </dependency> 30 < dependency>31 <groupId>gov.va.med.edp</groupId>32 <artifactId>edis-tracking-help</artifactId>33 <version>${project.version}</version>34 <type>war</type>35 </dependency>30 <!-- <dependency> 31 <groupId>gov.va.med.edp</groupId> 32 <artifactId>edis-tracking-help</artifactId> 33 <version>${project.version}</version> 34 <type>war</type> 35 </dependency> --> 36 36 </dependencies> 37 37 <build> … … 53 53 <contextRoot>${edis.tracking.boardContextRoot}</contextRoot> 54 54 </webModule> 55 < webModule>56 <groupId>gov.va.med.edp</groupId>57 <artifactId>edis-tracking-help</artifactId>58 <contextRoot>${edis.tracking.helpContextRoot}</contextRoot>59 </webModule>55 <!-- <webModule> 56 <groupId>gov.va.med.edp</groupId> 57 <artifactId>edis-tracking-help</artifactId> 58 <contextRoot>${edis.tracking.helpContextRoot}</contextRoot> 59 </webModule> --> 60 60 </modules> 61 61 </configuration> -
EDIS/trunk/java/tracking-parent/pom.xml
r1227 r1235 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 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"> 4 <modelVersion>4.0.0</modelVersion> 5 <groupId>gov.va.med.edp</groupId> 6 <artifactId>edis-tracking-parent</artifactId> 7 <packaging>pom</packaging> 8 <name>EDIS Tracking Application</name> 9 <description>Emergency Department Integration Software - Tracking Application</description> 10 <version>1.0-T29-SNAPSHOT</version> 11 <modules> 12 <module>../tracking-ui-core</module> 13 <module>../tracking-ui-main</module> 14 <module>../tracking-ui-bigboard</module> 15 <module>../tracking-server-core</module> 16 <module>../tracking-server-main</module> 17 <module>../tracking-server-bigboard</module> 18 <module>../tracking-help</module> 19 <module>../tracking-weblogic-ssl</module> 20 <module>../tracking-ear</module> 21 </modules> 22 <organization> 23 <name>Department of Veterans Affairs</name> 24 <url>http://www.va.gov/</url> 25 </organization> 26 <prerequisites> 27 <maven>2.0.8</maven> 28 </prerequisites> 29 <licenses> 30 <license> 31 <name>Public Domain</name> 32 <url>http://creativecommons.org/licenses/publicdomain/</url> 33 </license> 34 </licenses> 35 <scm> 36 <connection>scm:perforce://reeng/main/ed/tracking-parent</connection> 37 <developerConnection>scm:perforce://reeng/main/ed/tracking-parent</developerConnection> 38 </scm> 39 <!--issueManagement> 40 <system></system> 41 <url></url> 42 </issueManagement--> 43 <!-- <ciManagement> 44 <system>luntbuild</system> 45 <url>http://vhaislcfgm2.vha.med.va.gov:8080/luntbuild</url> 46 </ciManagement> --> 47 <developers> 48 <developer> 49 <id>vhaislmeldruk</id> 50 <name>Kevin Meldrum</name> 51 <email>kevin.meldrum@va.gov</email> 52 <organization>Department of Veterans Affairs</organization> 53 <timezone>-7</timezone> 54 </developer> 55 <developer> 56 <id>vhaislgearys</id> 57 <name>Sandi Geary</name> 58 <email>sandra.geary@va.gov</email> 59 <organization>SAIC</organization> 60 <timezone>-7</timezone> 61 </developer> 62 <developer> 63 <name>Melanie Buechler</name> 64 <email>melanie.buechler@va.gov</email> 65 <organization>Department of Veterans Affairs</organization> 66 <timezone>-6</timezone> 67 </developer> 68 <developer> 69 <id>vhaislblazs</id> 70 <name>Solomon Blaz</name> 71 <email>solomon.blaz@va.gov</email> 72 <organization>SAIC</organization> 73 <timezone>-7</timezone> 74 </developer> 75 <developer> 76 <id>vhaisldhars</id> 77 <name>Sanjay Dhar</name> 78 <email>sanjay.dhar@va.gov</email> 79 <organization>SAIC</organization> 80 <timezone>-7</timezone> 81 </developer> 82 </developers> 83 <contributors> 84 <contributor> 85 <name>Gary Tyndall</name> 86 <email>gary.tyndall@va.gov</email> 87 <organization>Department of Veterans Affairs</organization> 88 <timezone>-5</timezone> 89 </contributor> 90 <contributor> 91 <name>Robert Stults</name> 92 <email>robert.stults2@va.gov</email> 93 <organization>Shoulders Corp</organization> 94 <organizationUrl>http://www.shoulderscorp.com/</organizationUrl> 95 <timezone>-5</timezone> 96 </contributor> 97 <contributor> 98 <name>Cheryl Walton</name> 99 <email>cheryl.walton2@va.gov</email> 100 <organization>SAIC</organization> 101 <timezone>-7</timezone> 102 </contributor> 103 </contributors> 104 <repositories> 105 <repository> 106 <id>central</id> 107 <url>http://repo1.maven.org/maven2</url> 108 </repository> 109 <repository> 110 <id>bob-repository</id> 111 <name>Bob's Maven Repository</name> 112 <url>http://vhaislcfgm2.vha.med.va.gov/maven-repository</url> 113 </repository> 114 <repository> 115 <id>Codehaus Snapshots</id> 116 <url>http://snapshots.repository.codehaus.org/</url> 117 <snapshots> 118 <enabled>true</enabled> 119 </snapshots> 120 <releases> 121 <enabled>false</enabled> 122 </releases> 123 </repository> 124 <repository> 125 <id>flex-mojos-repository</id> 126 <url>http://repository.sonatype.org/content/groups/flexgroup/</url> 127 </repository> 128 </repositories> 129 <pluginRepositories> 130 <pluginRepository> 131 <id>Codehaus Snapshots</id> 132 <url>http://snapshots.repository.codehaus.org/</url> 133 <snapshots> 134 <enabled>true</enabled> 135 </snapshots> 136 <releases> 137 <enabled>false</enabled> 138 </releases> 139 </pluginRepository> 140 <pluginRepository> 141 <id>flex-mojos-repository</id> 142 <url>http://repository.sonatype.org/content/groups/flexgroup/</url> 143 <releases> 144 <enabled>true</enabled> 145 </releases> 146 <snapshots> 147 <enabled>false</enabled> 148 </snapshots> 149 </pluginRepository> 150 </pluginRepositories> 151 <distributionManagement> 152 <repository> 153 <id>bob-repository</id> 154 <name>Bob's Maven Repository</name> 155 <url>scp://vhaislcfgm2.vha.med.va.gov:/var/www/html/maven-repository</url> 156 </repository> 157 </distributionManagement> 158 <build> 159 <pluginManagement> 160 <plugins> 161 <plugin> 162 <artifactId>maven-compiler-plugin</artifactId> 163 <configuration> 164 <source>1.4</source> 165 <target>1.4</target> 166 </configuration> 167 </plugin> 168 <plugin> 169 <artifactId>maven-eclipse-plugin</artifactId> 170 <configuration> 171 <downloadSources>true</downloadSources> 172 <downloadJavadocs>true</downloadJavadocs> 173 </configuration> 174 </plugin> 175 <plugin> 176 <artifactId>maven-idea-plugin</artifactId> 177 <configuration> 178 <downloadSources>true</downloadSources> 179 <downloadJavadocs>true</downloadJavadocs> 180 <dependenciesAsLibraries>true</dependenciesAsLibraries> 181 <useFullNames>false</useFullNames> 182 </configuration> 183 </plugin> 184 <plugin> 185 <groupId>info.flex-mojos</groupId> 186 <artifactId>flex-compiler-mojo</artifactId> 187 <version>${flex.mojos.version}</version> 188 <extensions>true</extensions> 189 <configuration> 190 <accessible>${flex.compiler.accessible}</accessible> 191 <headlessServer>${flex.compiler.headless-server}</headlessServer> 192 <locales> 193 <locale>en_US</locale> 194 </locales> 195 <debug>${flex.compiler.debug}</debug> 196 </configuration> 197 <dependencies> 198 <dependency> 199 <groupId>com.adobe.flex</groupId> 200 <artifactId>compiler</artifactId> 201 <version>${flex.version}</version> 202 <type>pom</type> 203 </dependency> 204 </dependencies> 205 </plugin> 206 </plugins> 207 </pluginManagement> 208 </build> 209 <reporting> 210 <plugins> 211 <plugin> 212 <groupId>org.apache.maven.plugins</groupId> 213 <artifactId>maven-project-info-reports-plugin</artifactId> 214 <reportSets> 215 <reportSet> 216 <reports> 217 <report>index</report> 218 <report>summary</report> 219 <report>dependency-convergence</report> 220 <report>project-team</report> 221 <report>cim</report> 222 <report>scm</report> 223 <report>license</report> 224 </reports> 225 </reportSet> 226 </reportSets> 227 </plugin> 228 <plugin> 229 <artifactId>maven-changes-plugin</artifactId> 230 </plugin> 231 <plugin> 232 <artifactId>maven-checkstyle-plugin</artifactId> 233 </plugin> 234 <plugin> 235 <groupId>org.codehaus.mojo</groupId> 236 <artifactId>cobertura-maven-plugin</artifactId> 237 </plugin> 238 <plugin> 239 <artifactId>maven-javadoc-plugin</artifactId> 240 </plugin> 241 <plugin> 242 <artifactId>maven-jxr-plugin</artifactId> 243 </plugin> 244 <plugin> 245 <artifactId>maven-pmd-plugin</artifactId> 246 </plugin> 247 <plugin> 248 <artifactId>maven-surefire-report-plugin</artifactId> 249 </plugin> 250 </plugins> 251 </reporting> 252 <properties> 253 <!-- versions of dependencies --> 254 <spring.version>2.0.8</spring.version> 255 <vha.stddata.version>15.0</vha.stddata.version> 256 <spring.security.version>2.0.3</spring.security.version> 257 <slf4j.version>1.5.2</slf4j.version> 258 <easymock.version>2.4</easymock.version> 259 260 <flex.version>3.1.0.2710</flex.version> 261 <flexunit.version>0.85</flexunit.version> 3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4 <modelVersion>4.0.0</modelVersion> 5 <groupId>gov.va.med.edp</groupId> 6 <artifactId>edis-tracking-parent</artifactId> 7 <version>1.0.1.WorldVistA-SNAPSHOT</version> 8 <packaging>pom</packaging> 9 <name>EDIS Tracking Application</name> 10 <description>Emergency Department Integration Software - Tracking Application</description> 11 <modules> 12 <module>../tracking-ui-core</module> 13 <module>../tracking-ui-main</module> 14 <module>../tracking-ui-bigboard</module> 15 <module>../tracking-server-vista</module> 16 <module>../tracking-server-core</module> 17 <module>../tracking-server-main</module> 18 <module>../tracking-server-bigboard</module> 19 <!--<module>../tracking-help</module>--> 20 <module>../tracking-ear</module> 21 </modules> 22 <organization> 23 <name>WorldVistA</name> 24 <url>http://www.worldvista.org/</url> 25 </organization> 26 <prerequisites> 27 <maven>3.0.3</maven> 28 </prerequisites> 29 <licenses> 30 <license> 31 <name>GNU General Public License (GPL) Version 2</name> 32 <url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</url> 33 </license> 34 </licenses> 35 <scm> 36 <connection>https://trac.opensourcevista.net/svn/EDIS/trunk/java/tracking-parent</connection> 37 </scm> 38 <issueManagement> 39 <system>Trac</system> 40 <url>https://trac.opensourcevista.net/</url> 41 </issueManagement> 42 <repositories> 43 <repository> 44 <id>central</id> 45 <url>http://repo1.maven.org/maven2</url> 46 </repository> 47 <repository> 48 <id>maven2-repository.dev.java.net</id> 49 <name>Java.net Repository for Maven</name> 50 <url>http://download.java.net/maven/2/</url> 51 <layout>default</layout> 52 </repository> 53 <repository> 54 <id>Codehaus Snapshots</id> 55 <url>http://snapshots.repository.codehaus.org/</url> 56 <snapshots> 57 <enabled>true</enabled> 58 </snapshots> 59 <releases> 60 <enabled>false</enabled> 61 </releases> 62 </repository> 63 <repository> 64 <id>flex-mojos-repository</id> 65 <url>http://repository.sonatype.org/content/groups/flexgroup/</url> 66 <releases> 67 <enabled>true</enabled> 68 </releases> 69 <snapshots> 70 <enabled>false</enabled> 71 </snapshots> 72 </repository> 73 <repository> 74 <id>edis-tracking-maven-repository</id> 75 <url>file://${basedir}/../tracking-maven-repository</url> 76 <releases> 77 <enabled>true</enabled> 78 <updatePolicy>never</updatePolicy> 79 </releases> 80 <snapshots> 81 <enabled>false</enabled> 82 </snapshots> 83 </repository> 84 </repositories> 85 <pluginRepositories> 86 <pluginRepository> 87 <id>Codehaus Snapshots</id> 88 <url>http://snapshots.repository.codehaus.org/</url> 89 <snapshots> 90 <enabled>true</enabled> 91 </snapshots> 92 <releases> 93 <enabled>false</enabled> 94 </releases> 95 </pluginRepository> 96 <pluginRepository> 97 <id>flex-mojos-repository</id> 98 <url>http://repository.sonatype.org/content/groups/flexgroup/</url> 99 <releases> 100 <enabled>true</enabled> 101 </releases> 102 <snapshots> 103 <enabled>false</enabled> 104 </snapshots> 105 </pluginRepository> 106 </pluginRepositories> 107 <build> 108 <pluginManagement> 109 <plugins> 110 <plugin> 111 <artifactId>maven-compiler-plugin</artifactId> 112 <configuration> 113 <source>1.4</source> 114 <target>1.4</target> 115 </configuration> 116 </plugin> 117 <plugin> 118 <artifactId>maven-eclipse-plugin</artifactId> 119 <configuration> 120 <downloadSources>true</downloadSources> 121 <downloadJavadocs>true</downloadJavadocs> 122 </configuration> 123 </plugin> 124 <plugin> 125 <artifactId>maven-idea-plugin</artifactId> 126 <configuration> 127 <downloadSources>true</downloadSources> 128 <downloadJavadocs>true</downloadJavadocs> 129 <dependenciesAsLibraries>true</dependenciesAsLibraries> 130 <useFullNames>false</useFullNames> 131 </configuration> 132 </plugin> 133 <plugin> 134 <groupId>org.sonatype.flexmojos</groupId> 135 <artifactId>flexmojos-maven-plugin</artifactId> 136 <version>${flex.mojos.version}</version> 137 <extensions>true</extensions> 138 <configuration> 139 <configurationReport>true</configurationReport> 140 <targetPlayer>${flex.player.version}</targetPlayer> 141 <!--<compatibilityVersion>3.0.0</compatibilityVersion>--> 142 <accessible>${flex.compiler.accessible}</accessible> 143 <headlessServer>${flex.compiler.headless-server}</headlessServer> 144 <compiledLocales> 145 <locale>en_US</locale> 146 </compiledLocales> 147 <keepAs3Metadatas> 148 <param>Bindable</param> 149 <param>Event</param> 150 <param>Managed</param> 151 <param>ChangeEvent</param> 152 <param>NonCommittingChangeEvent</param> 153 <param>Transient</param> 154 <param>Inject</param> 155 <param>Autowire</param> 156 <param>Mediate</param> 157 <param>Dispatcher</param> 158 <param>PostConstruct</param> 159 <param>PreDestroy</param> 160 </keepAs3Metadatas> 161 <fonts> 162 <managers> 163 <manager-class>flash.fonts.AFEFontManager</manager-class> 164 <manager-class>flash.fonts.JREFontManager</manager-class> 165 <manager-class>flash.fonts.BatikFontManager</manager-class> 166 </managers> 167 </fonts> 168 <debug>${flex.compiler.debug}</debug> 169 <skipTests>${java.awt.headless}</skipTests> 170 <warnings> 171 <!-- default to same warnings disabled as in SDK --> 172 <!-- Array.toString() format has changed. --> 173 <arrayTostringChanges>false</arrayTostringChanges> 174 <!-- Boolean() with no arguments returns false in ActionScript 3.0. Boolean() returned undefined in ActionScript 2.0. --> 175 <booleanConstructorWithNoArgs>false</booleanConstructorWithNoArgs> 176 <!-- __resolve is no longer supported. --> 177 <changesInResolve>false</changesInResolve> 178 <!-- Class is sealed. It cannot have members added to it dynamically. --> 179 <!-- Function used in new expression returns a value. Result will be what the --> 180 <!-- function returns, rather than a new instance of that function. --> 181 <constructorReturnsValue>false</constructorReturnsValue> 182 <!-- EventHandler was not added as a listener. --> 183 <deprecatedEventHandlerError>false</deprecatedEventHandlerError> 184 <!-- ActionScript 3.0 iterates over an object's properties within a "for x in target" statement in random order. --> 185 <forVarInChanges>false</forVarInChanges> 186 <!-- Missing constructor. --> 187 <noConstructor>false</noConstructor> 188 <!-- The super() statement was not called within the constructor. --> 189 <noExplicitSuperCallInConstructor>false</noExplicitSuperCallInConstructor> 190 <!-- In ActionScript 3.0, white space is ignored and '' returns 0. Number() returns --> 191 <!-- NaN in ActionScript 2.0 when the parameter is '' or contains white space. --> 192 <numberFromStringChanges>false</numberFromStringChanges> 193 <!-- Change in scoping for the this keyword. Class methods extracted from an --> 194 <!-- instance of a class will always resolve this back to that instance. In --> 195 <!-- ActionScript 2.0 this is looked up dynamically based on where the method --> 196 <!-- is invoked from. --> 197 <scopingChangeInThis>false</scopingChangeInThis> 198 <!-- Possible usage of the ActionScript 2.0 XML class. --> 199 <xmlClassHasChanged>false</xmlClassHasChanged> 200 </warnings> 201 </configuration> 202 <dependencies> 203 <dependency> 204 <groupId>com.adobe.flex</groupId> 205 <artifactId>compiler</artifactId> 206 <version>${flex.version}</version> 207 <type>pom</type> 208 </dependency> 209 <!-- <dependency> 210 <groupId>com.adobe.flex.compiler</groupId> 211 <artifactId>flex-fontkit</artifactId> 212 <version>${flex.version}</version> 213 </dependency> --> 214 <!--<dependency>--> 215 <!--<groupId>com.adobe.flex.compiler</groupId>--> 216 <!--<artifactId>asdoc</artifactId>--> 217 <!--<version>${flex.version}</version>--> 218 <!--<classifier>template</classifier>--> 219 <!--<type>zip</type>--> 220 <!--</dependency>--> 221 </dependencies> 222 </plugin> 223 </plugins> 224 </pluginManagement> 225 </build> 226 <reporting> 227 <plugins> 228 <plugin> 229 <groupId>org.apache.maven.plugins</groupId> 230 <artifactId>maven-project-info-reports-plugin</artifactId> 231 <version>2.4</version> 232 <reportSets> 233 <reportSet> 234 <reports> 235 <report>index</report> 236 <report>summary</report> 237 <report>dependency-convergence</report> 238 <report>project-team</report> 239 <report>cim</report> 240 <report>scm</report> 241 <report>license</report> 242 </reports> 243 </reportSet> 244 </reportSets> 245 </plugin> 246 <plugin> 247 <artifactId>maven-changes-plugin</artifactId> 248 <version>2.6</version> 249 </plugin> 250 <plugin> 251 <artifactId>maven-checkstyle-plugin</artifactId> 252 <version>2.7</version> 253 </plugin> 254 <plugin> 255 <groupId>org.codehaus.mojo</groupId> 256 <artifactId>cobertura-maven-plugin</artifactId> 257 </plugin> 258 <plugin> 259 <artifactId>maven-javadoc-plugin</artifactId> 260 <version>2.8</version> 261 </plugin> 262 <plugin> 263 <artifactId>maven-jxr-plugin</artifactId> 264 <version>2.2</version> 265 </plugin> 266 <plugin> 267 <artifactId>maven-pmd-plugin</artifactId> 268 <version>2.5</version> 269 </plugin> 270 <plugin> 271 <artifactId>maven-surefire-report-plugin</artifactId> 272 <version>2.9</version> 273 </plugin> 274 </plugins> 275 </reporting> 276 <properties> 277 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 262 278 263 <!-- flex compiler settings --> 264 <flex.mojos.version>2.0.3</flex.mojos.version> 279 <!-- versions of dependencies --> 280 <servlet.version>2.5</servlet.version> 281 <spring.version>2.0.8</spring.version> 282 <spring.security.version>2.0.3</spring.security.version> 283 <slf4j.version>1.5.2</slf4j.version> 284 <easymock.version>2.4</easymock.version> 285 286 <flex.version>3.6.0.16995</flex.version> 287 <flex.player.version>10.0</flex.player.version> 288 <flexunit.version>0.85</flexunit.version> 289 <cairngorm.version>2.2.1</cairngorm.version> 290 291 <!-- flex compiler settings --> 292 <flex.mojos.version>3.8</flex.mojos.version> 265 293 <flex.compiler.accessible>true</flex.compiler.accessible> 266 267 268 <skipTests>${java.awt.headless}</skipTests>294 <flex.compiler.headless-server>true</flex.compiler.headless-server> 295 <flex.compiler.debug>true</flex.compiler.debug> 296 <!--<skipTests>${java.awt.headless}</skipTests>--> 269 297 270 271 272 273 274 275 276 277 278 279 280 281 282 298 <!-- EDIS project settings --> 299 <edis.tracking.trackingContextRoot>/main</edis.tracking.trackingContextRoot> 300 <edis.tracking.boardContextRoot>/bigboard</edis.tracking.boardContextRoot> 301 <edis.tracking.helpContextRoot>/help</edis.tracking.helpContextRoot> 302 </properties> 303 <profiles> 304 <profile> 305 <id>dev</id> 306 <properties> 307 <flex.compiler.debug>true</flex.compiler.debug> 308 </properties> 309 </profile> 310 </profiles> 283 311 </project> -
EDIS/trunk/java/tracking-server-bigboard/pom.xml
r1227 r1235 5 5 <groupId>gov.va.med.edp</groupId> 6 6 <artifactId>edis-tracking-parent</artifactId> 7 <version>1.0 -T29-SNAPSHOT</version>7 <version>1.0.1.WorldVistA-SNAPSHOT</version> 8 8 <relativePath>../tracking-parent</relativePath> 9 9 </parent> … … 12 12 <packaging>war</packaging> 13 13 <name>EDIS Tracking Server Big Board</name> 14 <version>1.0 -T29-SNAPSHOT</version>14 <version>1.0.1.WorldVistA-SNAPSHOT</version> 15 15 <description>Emergency Department Integration Software - Tracking Server Big Board</description> 16 16 <dependencies> … … 125 125 </configuration> 126 126 </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> --> 146 146 </executions> 147 147 </plugin> -
EDIS/trunk/java/tracking-server-core/pom.xml
r1227 r1235 1 1 <?xml version="1.0"?> 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"> 3 <modelVersion>4.0.0</modelVersion> 4 <parent> 5 <groupId>gov.va.med.edp</groupId> 6 <artifactId>edis-tracking-parent</artifactId> 7 <version>1.0-T29-SNAPSHOT</version> 8 <relativePath>../tracking-parent</relativePath> 9 </parent> 10 <groupId>gov.va.med.edp</groupId> 11 <artifactId>edis-tracking-server-core</artifactId> 12 <packaging>jar</packaging> 13 <name>EDIS Tracking Server Core</name> 14 <version>1.0-T29-SNAPSHOT</version> 15 <description>Emergency Department Integration Software - Tracking Application Server Core</description> 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"> 4 <modelVersion>4.0.0</modelVersion> 5 <parent> 6 <groupId>gov.va.med.edp</groupId> 7 <artifactId>edis-tracking-parent</artifactId> 8 <version>1.0.1.WorldVistA-SNAPSHOT</version> 9 <relativePath>../tracking-parent</relativePath> 10 </parent> 11 <groupId>gov.va.med.edp</groupId> 12 <artifactId>edis-tracking-server-core</artifactId> 13 <packaging>jar</packaging> 14 <name>EDIS Tracking Server Core</name> 15 <version>1.0.1.WorldVistA-SNAPSHOT</version> 16 <description>Emergency Department Integration Software - Tracking Application Server Core</description> 16 17 <dependencies> 17 <dependency> 18 <groupId>org.springframework</groupId> 19 <artifactId>spring-jca</artifactId> 20 <version>${spring.version}</version> 21 <exclusions> 22 <exclusion> 23 <groupId>log4j</groupId> 24 <artifactId>log4j</artifactId> 25 </exclusion> 26 <exclusion> 27 <groupId>logkit</groupId> 28 <artifactId>logkit</artifactId> 29 </exclusion> 30 <exclusion> 31 <groupId>avalon-framework</groupId> 32 <artifactId>avalon-framework</artifactId> 33 </exclusion> 34 <exclusion> 35 <groupId>javax.servlet</groupId> 36 <artifactId>servlet-api</artifactId> 37 </exclusion> 38 </exclusions> 39 </dependency> 40 <dependency> 41 <groupId>org.springframework</groupId> 42 <artifactId>spring-webmvc</artifactId> 43 <version>${spring.version}</version> 44 <exclusions> 45 <exclusion> 46 <groupId>log4j</groupId> 47 <artifactId>log4j</artifactId> 48 </exclusion> 49 <exclusion> 50 <groupId>logkit</groupId> 51 <artifactId>logkit</artifactId> 52 </exclusion> 53 <exclusion> 54 <groupId>avalon-framework</groupId> 55 <artifactId>avalon-framework</artifactId> 56 </exclusion> 57 <exclusion> 58 <groupId>javax.servlet</groupId> 59 <artifactId>servlet-api</artifactId> 60 </exclusion> 61 </exclusions> 62 </dependency> 63 <dependency> 64 <groupId>org.springframework</groupId> 65 <artifactId>spring-jdbc</artifactId> 66 <version>${spring.version}</version> 67 <exclusions> 68 <exclusion> 69 <groupId>log4j</groupId> 70 <artifactId>log4j</artifactId> 71 </exclusion> 72 <exclusion> 73 <groupId>logkit</groupId> 74 <artifactId>logkit</artifactId> 75 </exclusion> 76 <exclusion> 77 <groupId>avalon-framework</groupId> 78 <artifactId>avalon-framework</artifactId> 79 </exclusion> 80 <exclusion> 81 <groupId>javax.servlet</groupId> 82 <artifactId>servlet-api</artifactId> 83 </exclusion> 84 </exclusions> 85 </dependency> 86 <dependency> 87 <groupId>gov.va.med.authentication</groupId> 88 <artifactId>kaajee</artifactId> 89 <version>1.0.1.002</version> 90 <scope>provided</scope> 91 </dependency> 92 <dependency> 93 <groupId>log4j</groupId> 94 <artifactId>log4j</artifactId> 95 <version>1.2.8</version> 96 <scope>provided</scope> 97 </dependency> 98 <dependency> 99 <groupId>weblogic</groupId> 100 <artifactId>weblogic</artifactId> 101 <version>8.1</version> 102 <scope>provided</scope> 103 </dependency> 104 <dependency> 105 <groupId>gov.va.med.vistalink</groupId> 106 <artifactId>vljFoundationsLib</artifactId> 107 <version>1.5.0.026</version> 108 <scope>provided</scope> 109 </dependency> 110 <dependency> 111 <groupId>gov.va.med.vistalink</groupId> 112 <artifactId>vljConnector</artifactId> 113 <version>1.5.0.026</version> 114 <scope>provided</scope> 115 </dependency> 116 <dependency> 117 <groupId>junit</groupId> 118 <artifactId>junit</artifactId> 119 <version>3.8.1</version> 120 <scope>test</scope> 121 </dependency> 122 <dependency> 123 <groupId>easymock</groupId> 124 <artifactId>easymock</artifactId> 125 <version>1.2_Java1.3</version> 126 <scope>test</scope> 127 </dependency> 128 <dependency> 129 <groupId>org.springframework</groupId> 130 <artifactId>spring-mock</artifactId> 131 <version>${spring.version}</version> 132 <scope>test</scope> 133 <exclusions> 134 <exclusion> 135 <groupId>log4j</groupId> 136 <artifactId>log4j</artifactId> 137 </exclusion> 138 <exclusion> 139 <groupId>logkit</groupId> 140 <artifactId>logkit</artifactId> 141 </exclusion> 142 <exclusion> 143 <groupId>avalon-framework</groupId> 144 <artifactId>avalon-framework</artifactId> 145 </exclusion> 146 <exclusion> 147 <groupId>javax.servlet</groupId> 148 <artifactId>servlet-api</artifactId> 149 </exclusion> 150 </exclusions> 151 </dependency> 152 </dependencies> 153 <build> 154 <plugins> 155 <plugin> 156 <groupId>org.apache.maven.plugins</groupId> 157 <artifactId>maven-source-plugin</artifactId> 158 <executions> 159 <execution> 160 <goals> 161 <goal>jar</goal> 162 </goals> 163 </execution> 164 </executions> 165 </plugin> 166 </plugins> 167 </build> 18 <dependency> 19 <groupId>${project.groupId}</groupId> 20 <artifactId>edis-tracking-server-vista</artifactId> 21 <version>${project.version}</version> 22 </dependency> 23 <dependency> 24 <groupId>org.springframework</groupId> 25 <artifactId>spring-jca</artifactId> 26 <version>${spring.version}</version> 27 <exclusions> 28 <exclusion> 29 <groupId>log4j</groupId> 30 <artifactId>log4j</artifactId> 31 </exclusion> 32 <exclusion> 33 <groupId>logkit</groupId> 34 <artifactId>logkit</artifactId> 35 </exclusion> 36 <exclusion> 37 <groupId>avalon-framework</groupId> 38 <artifactId>avalon-framework</artifactId> 39 </exclusion> 40 <exclusion> 41 <groupId>javax.servlet</groupId> 42 <artifactId>servlet-api</artifactId> 43 </exclusion> 44 </exclusions> 45 </dependency> 46 <dependency> 47 <groupId>org.springframework</groupId> 48 <artifactId>spring-webmvc</artifactId> 49 <version>${spring.version}</version> 50 <exclusions> 51 <exclusion> 52 <groupId>log4j</groupId> 53 <artifactId>log4j</artifactId> 54 </exclusion> 55 <exclusion> 56 <groupId>logkit</groupId> 57 <artifactId>logkit</artifactId> 58 </exclusion> 59 <exclusion> 60 <groupId>avalon-framework</groupId> 61 <artifactId>avalon-framework</artifactId> 62 </exclusion> 63 <exclusion> 64 <groupId>javax.servlet</groupId> 65 <artifactId>servlet-api</artifactId> 66 </exclusion> 67 </exclusions> 68 </dependency> 69 <dependency> 70 <groupId>org.springframework</groupId> 71 <artifactId>spring-jdbc</artifactId> 72 <version>${spring.version}</version> 73 <exclusions> 74 <exclusion> 75 <groupId>log4j</groupId> 76 <artifactId>log4j</artifactId> 77 </exclusion> 78 <exclusion> 79 <groupId>logkit</groupId> 80 <artifactId>logkit</artifactId> 81 </exclusion> 82 <exclusion> 83 <groupId>avalon-framework</groupId> 84 <artifactId>avalon-framework</artifactId> 85 </exclusion> 86 <exclusion> 87 <groupId>javax.servlet</groupId> 88 <artifactId>servlet-api</artifactId> 89 </exclusion> 90 </exclusions> 91 </dependency> 92 <dependency> 93 <groupId>org.springframework.security</groupId> 94 <artifactId>spring-security-core</artifactId> 95 <version>${spring.security.version}</version> 96 </dependency> 97 <dependency> 98 <groupId>log4j</groupId> 99 <artifactId>log4j</artifactId> 100 <version>1.2.8</version> 101 <scope>provided</scope> 102 </dependency> 103 <dependency> 104 <groupId>javax.servlet</groupId> 105 <artifactId>servlet-api</artifactId> 106 <version>${servlet.version}</version> 107 <scope>provided</scope> 108 </dependency> 109 <dependency> 110 <groupId>javax.resource</groupId> 111 <artifactId>connector</artifactId> 112 <version>1.0</version> 113 <scope>provided</scope> 114 </dependency> 115 <dependency> 116 <groupId>gov.va.med.vistalink</groupId> 117 <artifactId>vljFoundationsLib</artifactId> 118 <version>1.5.0.026</version> 119 </dependency> 120 <dependency> 121 <groupId>gov.va.med.vistalink</groupId> 122 <artifactId>vljConnector</artifactId> 123 <version>1.5.0.026</version> 124 </dependency> 125 <dependency> 126 <groupId>junit</groupId> 127 <artifactId>junit</artifactId> 128 <version>3.8.1</version> 129 <scope>test</scope> 130 </dependency> 131 <dependency> 132 <groupId>easymock</groupId> 133 <artifactId>easymock</artifactId> 134 <version>1.2_Java1.3</version> 135 <scope>test</scope> 136 </dependency> 137 <dependency> 138 <groupId>org.springframework</groupId> 139 <artifactId>spring-mock</artifactId> 140 <version>${spring.version}</version> 141 <scope>test</scope> 142 <exclusions> 143 <exclusion> 144 <groupId>log4j</groupId> 145 <artifactId>log4j</artifactId> 146 </exclusion> 147 <exclusion> 148 <groupId>logkit</groupId> 149 <artifactId>logkit</artifactId> 150 </exclusion> 151 <exclusion> 152 <groupId>avalon-framework</groupId> 153 <artifactId>avalon-framework</artifactId> 154 </exclusion> 155 <exclusion> 156 <groupId>javax.servlet</groupId> 157 <artifactId>servlet-api</artifactId> 158 </exclusion> 159 </exclusions> 160 </dependency> 161 </dependencies> 162 <build> 163 <plugins> 164 <plugin> 165 <groupId>org.apache.maven.plugins</groupId> 166 <artifactId>maven-source-plugin</artifactId> 167 <executions> 168 <execution> 169 <goals> 170 <goal>jar</goal> 171 </goals> 172 </execution> 173 </executions> 174 </plugin> 175 </plugins> 176 </build> 168 177 </project> -
EDIS/trunk/java/tracking-server-main/pom.xml
r1227 r1235 6 6 <groupId>gov.va.med.edp</groupId> 7 7 <artifactId>edis-tracking-parent</artifactId> 8 <version>1.0 -T29-SNAPSHOT</version>8 <version>1.0.1.WorldVistA-SNAPSHOT</version> 9 9 <relativePath>../tracking-parent</relativePath> 10 10 </parent> … … 13 13 <packaging>war</packaging> 14 14 <name>EDIS Tracking Server Application</name> 15 <version>1.0 -T29-SNAPSHOT</version>15 <version>1.0.1.WorldVistA-SNAPSHOT</version> 16 16 <description>Emergency Department Integration Software - Tracking Server Application</description> 17 17 <dependencies> … … 34 34 <artifactId>edis-tracking-server-core</artifactId> 35 35 <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>64 36 </dependency> 65 37 <dependency> … … 162 134 </configuration> 163 135 </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> --> 183 155 </executions> 184 156 </plugin> -
EDIS/trunk/java/tracking-server-vista/pom.xml
r1227 r1235 6 6 <groupId>gov.va.med.edp</groupId> 7 7 <artifactId>edis-tracking-parent</artifactId> 8 <version>1.0 -T29-SNAPSHOT</version>8 <version>1.0.1.WorldVistA-SNAPSHOT</version> 9 9 <relativePath>../tracking-parent</relativePath> 10 10 </parent> … … 13 13 <packaging>jar</packaging> 14 14 <name>EDIS VistA Support Library</name> 15 <version>1.0 -T29-SNAPSHOT</version>15 <version>1.0.1.WorldVistA-SNAPSHOT</version> 16 16 <dependencies> 17 18 19 <artifactId>spring-jca</artifactId>20 <version>2.0.8</version>21 </dependency>22 17 <dependency> 18 <groupId>org.springframework</groupId> 19 <artifactId>spring-jca</artifactId> 20 <version>2.0.8</version> 21 </dependency> 22 23 23 <dependency> 24 24 <groupId>org.springframework</groupId> 25 25 <artifactId>spring-tx</artifactId> 26 <version>2.5.5</version> 26 <version>2.5.5</version> 27 27 <exclusions> 28 29 30 31 32 </exclusions> 33 </dependency> 28 <exclusion> 29 <groupId>org.springframework</groupId> 30 <artifactId>spring-context</artifactId> 31 </exclusion> 32 </exclusions> 33 </dependency> 34 34 <dependency> 35 35 <groupId>gov.va.med.vistalink</groupId> 36 36 <artifactId>vljFoundationsLib</artifactId> 37 37 <version>1.5.0.026</version> 38 <scope>provided</scope>39 <!-- remove provided scope in later versions when vistalink is not on classpath of app server -->40 38 </dependency> 41 39 <dependency> … … 43 41 <artifactId>vljConnector</artifactId> 44 42 <version>1.5.0.026</version> 45 <scope>provided</scope>46 <!-- remove provided scope in later versions when vistalink is not on classpath of app server -->47 43 </dependency> 48 <!-- required by vistalink (update vistalink POMs to list dependencies properly) -->49 44 <dependency> 50 45 <groupId>jaxen</groupId> … … 57 52 <version>${spring.security.version}</version> 58 53 </dependency> 59 <dependency> <!-- replace this with the two below once we upgrade to newer weblogic -->60 <groupId>weblogic</groupId>61 <artifactId>weblogic</artifactId>62 <version>8.1</version>63 54 <dependency> 55 <groupId>javax.servlet</groupId> 56 <artifactId>servlet-api</artifactId> 57 <version>${servlet.version}</version> 58 <scope>provided</scope> 64 59 </dependency> 65 <!--<dependency>--> 66 <!--<groupId>javax.servlet</groupId>--> 67 <!--<artifactId>servlet-api</artifactId>--> 68 <!--<version>${servlet.version}</version>--> 69 <!--<scope>provided</scope>--> 70 <!--</dependency>--> 71 <!--<dependency>--> 72 <!--<groupId>geronimo-spec</groupId>--><!-- this is the JCA API --> 73 <!--<artifactId>geronimo-spec-j2ee-connector</artifactId>--> 74 <!--<version>1.5-rc4</version>--> 75 <!--<scope>provided</scope>--> 76 <!--</dependency>--> 60 <dependency> 61 <groupId>javax.resource</groupId> 62 <artifactId>connector</artifactId> 63 <version>1.0</version> 64 <scope>provided</scope> 65 </dependency> 77 66 <dependency> 78 67 <groupId>org.slf4j</groupId> -
EDIS/trunk/java/tracking-ui-bigboard/pom.xml
r1227 r1235 1 1 <?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"> 4 <modelVersion>4.0.0</modelVersion> 5 <parent> 6 <groupId>gov.va.med.edp</groupId> 7 <artifactId>edis-tracking-parent</artifactId> 8 <version>1.0-T29-SNAPSHOT</version> 9 <relativePath>../tracking-parent</relativePath> 10 </parent> 11 <groupId>gov.va.med.edp</groupId> 12 <artifactId>edis-tracking-ui-bigboard</artifactId> 13 <packaging>swf</packaging> 14 <name>EDIS Tracking UI Big Board</name> 15 <version>1.0-T29-SNAPSHOT</version> 16 <dependencies> 17 <dependency> 18 <groupId>gov.va.med.edp</groupId> 19 <artifactId>edis-tracking-ui-core</artifactId> 20 <version>${project.version}</version> 21 <type>swc</type> 22 </dependency> 23 </dependencies> 24 <build> 25 <sourceDirectory>src/main/flex</sourceDirectory> 26 <resources> 27 <resource> 28 <directory>src/main/resources</directory> 29 <filtering>true</filtering> 30 </resource> 31 </resources> 32 <plugins> 33 <plugin> 34 <groupId>info.flex-mojos</groupId> 35 <artifactId>flex-compiler-mojo</artifactId> 36 </plugin> 37 </plugins> 38 </build> 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"> 3 <modelVersion>4.0.0</modelVersion> 4 <parent> 5 <groupId>gov.va.med.edp</groupId> 6 <artifactId>edis-tracking-parent</artifactId> 7 <version>1.0.1.WorldVistA-SNAPSHOT</version> 8 <relativePath>../tracking-parent</relativePath> 9 </parent> 10 <groupId>gov.va.med.edp</groupId> 11 <artifactId>edis-tracking-ui-bigboard</artifactId> 12 <packaging>swf</packaging> 13 <name>EDIS Tracking UI Big Board</name> 14 <version>1.0.1.WorldVistA-SNAPSHOT</version> 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> 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>bigboard.mxml</sourceFile> 39 </configuration> 40 </plugin> 41 </plugins> 42 </build> 39 43 </project> -
EDIS/trunk/java/tracking-ui-core/pom.xml
r1227 r1235 1 1 <?xml version="1.0"?> 2 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">3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4 4 <modelVersion>4.0.0</modelVersion> 5 5 <parent> 6 6 <groupId>gov.va.med.edp</groupId> 7 7 <artifactId>edis-tracking-parent</artifactId> 8 <version>1.0 -T29-SNAPSHOT</version>8 <version>1.0.1.WorldVistA-SNAPSHOT</version> 9 9 <relativePath>../tracking-parent</relativePath> 10 10 </parent> 11 11 <groupId>gov.va.med.edp</groupId> 12 12 <artifactId>edis-tracking-ui-core</artifactId> 13 <version>1.0.1.WorldVistA-SNAPSHOT</version> 13 14 <packaging>swc</packaging> 14 15 <name>EDIS Tracking UI Core</name> 15 <version>1.0-T29-SNAPSHOT</version>16 <scm>17 <connection>scm:perforce://reeng/main/ed/tracking-ui-core</connection>18 <developerConnection>scm:perforce://reeng/main/ed/tracking-ui-core</developerConnection>19 </scm>20 16 <dependencies> 21 17 <dependency> 22 <groupId>com.adobe </groupId>18 <groupId>com.adobe.cairngorm</groupId> 23 19 <artifactId>cairngorm</artifactId> 24 <version> 2.2.1</version>20 <version>${cairngorm.version}</version> 25 21 <type>swc</type> 26 22 </dependency> … … 32 28 <type>pom</type> 33 29 </dependency> 34 30 <!-- FlexUnit dependencies --> 35 31 <dependency> 36 <groupId> flexunit</groupId>32 <groupId>com.adobe.flexunit</groupId> 37 33 <artifactId>flexunit</artifactId> 38 34 <version>${flexunit.version}</version> … … 40 36 <scope>test</scope> 41 37 </dependency> 42 <dependency>43 <groupId>info.flex-mojos</groupId>44 <artifactId>testing-support</artifactId>45 <version>${flex.mojos.version}</version>46 <type>swc</type>47 <scope>test</scope>48 </dependency>49 38 </dependencies> 50 39 <build> … … 53 42 <plugins> 54 43 <plugin> 55 <groupId>info.flex-mojos</groupId> 56 <artifactId>flex-compiler-mojo</artifactId> 44 <groupId>org.sonatype.flexmojos</groupId> 45 <artifactId>flexmojos-maven-plugin</artifactId> 46 <version>${flex.mojos.version}</version> 47 <extensions>true</extensions> 57 48 </plugin> 58 49 </plugins> -
EDIS/trunk/java/tracking-ui-main/pom.xml
r1227 r1235 1 1 <?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"> 4 3 <modelVersion>4.0.0</modelVersion> 5 4 <parent> 6 5 <groupId>gov.va.med.edp</groupId> 7 6 <artifactId>edis-tracking-parent</artifactId> 8 <version>1.0 -T29-SNAPSHOT</version>7 <version>1.0.1.WorldVistA-SNAPSHOT</version> 9 8 <relativePath>../tracking-parent</relativePath> 10 9 </parent> … … 13 12 <packaging>swf</packaging> 14 13 <name>EDIS Tracking UI Application</name> 15 <version>1.0 -T29-SNAPSHOT</version>14 <version>1.0.1.WorldVistA-SNAPSHOT</version> 16 15 <dependencies> 17 16 <dependency> … … 32 31 <plugins> 33 32 <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> --> 36 47 </plugin> 37 48 </plugins> 38 49 </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>62 50 </project>
Note:
See TracChangeset
for help on using the changeset viewer.