source: EDIS/trunk/java/tracking-parent/pom.xml@ 1227

Last change on this file since 1227 was 1227, checked in by George Lilly, 13 years ago

initial load of EDIS 1.0

File size: 8.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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>
262
263 <!-- flex compiler settings -->
264 <flex.mojos.version>2.0.3</flex.mojos.version>
265 <flex.compiler.accessible>true</flex.compiler.accessible>
266 <flex.compiler.headless-server>true</flex.compiler.headless-server>
267 <flex.compiler.debug>true</flex.compiler.debug>
268 <skipTests>${java.awt.headless}</skipTests>
269
270 <!-- EDIS project settings -->
271 <edis.tracking.trackingContextRoot>/main</edis.tracking.trackingContextRoot>
272 <edis.tracking.boardContextRoot>/bigboard</edis.tracking.boardContextRoot>
273 <edis.tracking.helpContextRoot>/help</edis.tracking.helpContextRoot>
274 </properties>
275 <profiles>
276 <profile>
277 <id>dev</id>
278 <properties>
279 <flex.compiler.debug>true</flex.compiler.debug>
280 </properties>
281 </profile>
282 </profiles>
283</project>
Note: See TracBrowser for help on using the repository browser.