Produced by Araxis Merge on 4/5/2017 4:24:28 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | C:\working_scrub\Unredacted\eHX Code Base\eHX_Bld2_Source Code_CIF_2017-02-14\NHIN_adapter | pom.xml | Fri Feb 10 15:41:44 2017 UTC |
| 2 | eHX-CIF.zip\eHX-CIF\eHX Code Base\eHX_Bld2_Source Code_CIF_2017-02-14\NHIN_adapter | pom.xml | Wed Apr 5 12:12:58 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 5 | 644 |
| Changed | 4 | 8 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | <?xml | |
| 2 | version="1 .0" | |
| 3 | encoding=" UTF-8" | |
| 4 | ?> | |
| 5 | <project | |
| 6 | xmlns="htt p://maven. apache.org /POM/4.0.0 " | |
| 7 | xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" | |
| 8 | xsi:schema Location=" http://mav en.apache. org/POM/4. 0.0 http:/ /maven.apa che.org/xs d/maven-4. 0.0.xsd" | |
| 9 | > | |
| 10 | ||
| 11 | <modelVers ion> | |
| 12 | 4.0.0 | |
| 13 | </modelVer sion> | |
| 14 | ||
| 15 | <groupId> | |
| 16 | gov.va.med .nhin.adap ter | |
| 17 | </groupId> | |
| 18 | ||
| 19 | <artifactI d> | |
| 20 | Adapter | |
| 21 | </artifact Id> | |
| 22 | ||
| 23 | <version> | |
| 24 | 7.1.0.0 | |
| 25 | </version> | |
| 26 | ||
| 27 | <packaging > | |
| 28 | pom | |
| 29 | </packagin g> | |
| 30 | ||
| 31 | <name> | |
| 32 | Adapter | |
| 33 | </name> | |
| 34 | ||
| 35 | ||
| 36 | <modules> | |
| 37 | ||
| 38 | <module> | |
| 39 | SpecProces sor | |
| 40 | </module> | |
| 41 | ||
| 42 | <module> | |
| 43 | AdapterInt erfaces | |
| 44 | </module> | |
| 45 | ||
| 46 | <module> | |
| 47 | AdapterLIB | |
| 48 | </module> | |
| 49 | ||
| 50 | <module> | |
| 51 | AdapterWeb logicLIB | |
| 52 | </module> | |
| 53 | ||
| 54 | <module> | |
| 55 | AdapterToo ls | |
| 56 | </module> | |
| 57 | ||
| 58 | <module> | |
| 59 | AdapterCom monEJB | |
| 60 | </module> | |
| 61 | ||
| 62 | <module> | |
| 63 | AdapterEJB | |
| 64 | </module> | |
| 65 | ||
| 66 | <module> | |
| 67 | AdapterWeb | |
| 68 | </module> | |
| 69 | ||
| 70 | <module> | |
| 71 | AdapterEA | |
| 72 | </module> | |
| 73 | ||
| 74 | </modules> | |
| 75 | ||
| 76 | ||
| 77 | <profiles> | |
| 78 | ||
| 79 | <profile> | |
| 80 | ||
| 81 | <id> | |
| 82 | ALL | |
| 83 | </id> | |
| 84 | ||
| 85 | <modules> | |
| 86 | ||
| 87 | <!-- | |
| 88 | keep out o f the defa ult profil e until Fo rtify issu es can | |
| 89 | be fixed a nd there i s a need t o start us ing the | |
| 90 | installer again. Be sure to a ctivate AL L profile when | |
| 91 | bumping th e version number to keep ALL p rojects in sync. | |
| 92 | --> | |
| 93 | ||
| 94 | <module> | |
| 95 | AdapterBun dle | |
| 96 | </module> | |
| 97 | ||
| 98 | </modules> | |
| 99 | ||
| 100 | </profile> | |
| 101 | ||
| 102 | <profile> | |
| 103 | ||
| 104 | <id> | |
| 105 | RUN_TESTS | |
| 106 | </id> | |
| 107 | ||
| 108 | <propertie s> | |
| 109 | ||
| 110 | <skipTests > | |
| 111 | false | |
| 112 | </skipTest s> | |
| 113 | ||
| 114 | <maven.tes t.skip> | |
| 115 | false | |
| 116 | </maven.te st.skip> | |
| 117 | ||
| 118 | </properti es> | |
| 119 | ||
| 120 | </profile> | |
| 121 | ||
| 122 | </profiles > | |
| 123 | ||
| 124 | ||
| 125 | <propertie s> | |
| 126 | ||
| 127 | <project.b uild.sourc eEncoding> | |
| 128 | UTF-8 | |
| 129 | </project. build.sour ceEncoding > | |
| 130 | ||
| 131 | <maven.com piler.sour ce> | |
| 132 | 1.7 | |
| 133 | </maven.co mpiler.sou rce> | |
| 134 | ||
| 135 | <maven.com piler.targ et> | |
| 136 | 1.7 | |
| 137 | </maven.co mpiler.tar get> | |
| 138 | ||
| 139 | <master.ba sedir> | |
| 140 | ${project. basedir} | |
| 141 | </master.b asedir> | |
| 142 | ||
| 143 | <libdir> | |
| 144 | ${master.b asedir}/li b | |
| 145 | </libdir> | |
| 146 | ||
| 147 | <skipTests > | |
| 148 | true | |
| 149 | </skipTest s> | |
| 150 | ||
| 151 | <maven.tes t.skip> | |
| 152 | true | |
| 153 | </maven.te st.skip> | |
| 154 | ||
| 155 | </properti es> | |
| 156 | ||
| 157 | ||
| 158 | <repositor ies> | |
| 159 | ||
| 160 | <repositor y> | |
| 161 | ||
| 162 | <id> | |
| 163 | lib | |
| 164 | </id> | |
| 165 | ||
| 166 | <name> | |
| 167 | Local Mave n Reposito ry | |
| 168 | </name> | |
| 169 | ||
| 170 | <url> | |
| 171 | file://${l ibdir} | |
| 172 | </url> | |
| 173 | ||
| 174 | <!-- <url> http:// s e r v er : port /nexus/con tent/group s/public/< /url> --> | |
| 175 | ||
| 176 | <snapshots > | |
| 177 | ||
| 178 | <enabled> | |
| 179 | true | |
| 180 | </enabled> | |
| 181 | ||
| 182 | </snapshot s> | |
| 183 | ||
| 184 | <releases> | |
| 185 | ||
| 186 | <enabled> | |
| 187 | true | |
| 188 | </enabled> | |
| 189 | ||
| 190 | </releases > | |
| 191 | ||
| 192 | </reposito ry> | |
| 193 | ||
| 194 | <repositor y> | |
| 195 | ||
| 196 | <id> | |
| 197 | maven2-rep ository.de v.java.net | |
| 198 | </id> | |
| 199 | ||
| 200 | <name> | |
| 201 | Java.net R epository for Maven 2 | |
| 202 | </name> | |
| 203 | ||
| 204 | <url> | |
| 205 | http://dow nload.java .net/maven /2/ | |
| 206 | </url> | |
| 207 | ||
| 208 | <layout> | |
| 209 | default | |
| 210 | </layout> | |
| 211 | ||
| 212 | <snapshots > | |
| 213 | ||
| 214 | <enabled> | |
| 215 | false | |
| 216 | </enabled> | |
| 217 | ||
| 218 | </snapshot s> | |
| 219 | ||
| 220 | <releases> | |
| 221 | ||
| 222 | <enabled> | |
| 223 | true | |
| 224 | </enabled> | |
| 225 | ||
| 226 | </releases > | |
| 227 | ||
| 228 | </reposito ry> | |
| 229 | ||
| 230 | </reposito ries> | |
| 231 | ||
| 232 | ||
| 233 | <pluginRep ositories> | |
| 234 | ||
| 235 | <pluginRep ository> | |
| 236 | ||
| 237 | <id> | |
| 238 | lib | |
| 239 | </id> | |
| 240 | ||
| 241 | <name> | |
| 242 | Local Mave n Reposito ry | |
| 243 | </name> | |
| 244 | ||
| 245 | <url> | |
| 246 | file://${l ibdir} | |
| 247 | </url> | |
| 248 | ||
| 249 | <!-- <url> http:// s e r v er : port /nexus/con tent/group s/public/< /url> --> | |
| 250 | ||
| 251 | <snapshots > | |
| 252 | ||
| 253 | <enabled> | |
| 254 | true | |
| 255 | </enabled> | |
| 256 | ||
| 257 | </snapshot s> | |
| 258 | ||
| 259 | <releases> | |
| 260 | ||
| 261 | <enabled> | |
| 262 | true | |
| 263 | </enabled> | |
| 264 | ||
| 265 | </releases > | |
| 266 | ||
| 267 | </pluginRe pository> | |
| 268 | ||
| 269 | <pluginRep ository> | |
| 270 | ||
| 271 | <id> | |
| 272 | maven2-rep ository.de v.java.net | |
| 273 | </id> | |
| 274 | ||
| 275 | <name> | |
| 276 | Java.net R epository for Maven 2 | |
| 277 | </name> | |
| 278 | ||
| 279 | <url> | |
| 280 | http://dow nload.java .net/maven /2/ | |
| 281 | </url> | |
| 282 | ||
| 283 | <layout> | |
| 284 | default | |
| 285 | </layout> | |
| 286 | ||
| 287 | <snapshots > | |
| 288 | ||
| 289 | <enabled> | |
| 290 | false | |
| 291 | </enabled> | |
| 292 | ||
| 293 | </snapshot s> | |
| 294 | ||
| 295 | <releases> | |
| 296 | ||
| 297 | <enabled> | |
| 298 | true | |
| 299 | </enabled> | |
| 300 | ||
| 301 | </releases > | |
| 302 | ||
| 303 | </pluginRe pository> | |
| 304 | ||
| 305 | </pluginRe positories > | |
| 306 | ||
| 307 | ||
| 308 | <!-- Turn ing this o ff for now since nob ody is usi ng it. --> | |
| 309 | ||
| 310 | <!-- | |
| 311 | <distr ibutionMan agement> | |
| 312 | <s napshotRep ository> | |
| 313 | <id>snap shots</id> | |
| 314 | <name>Ad apter Snap shot Repos itory</nam e> | |
| 315 | <url>http: // s e r v er : port /nexus/con tent/repos itories/sn apshots/</ url> | |
| 316 | <uniqueV ersion>tru e</uniqueV ersion> | |
| 317 | </ snapshotRe pository> | |
| 318 | <r epository> | |
| 319 | <id>rele ases</id> | |
| 320 | <name>Ad apter Rele ase Reposi tory</name > | |
| 321 | <url>http: // s e r v er : port /nexus/con tent/repos itories/re leases/</u rl> | |
| 322 | <uniqueV ersion>fal se</unique Version> | |
| 323 | </ repository > | |
| 324 | </dist ributionMa nagement> | |
| 325 | --> | |
| 326 | </project> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.