Produced by Araxis Merge on 7/13/2017 3:41:55 PM Eastern 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 | Genisis_v3.zip\Source Code\DataOps | pom.xml | Wed Jun 28 20:38:32 2017 UTC |
| 2 | Genisis_v3.zip\Source Code\DataOps | pom.xml | Wed Jul 12 16:45:37 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 3 | 720 |
| Changed | 2 | 4 |
| 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 | <project | |
| 2 | xmlns="htt p://maven. apache.org /POM/4.0.0 " | |
| 3 | xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" | |
| 4 | xsi:schema Location=" http://mav en.apache. org/POM/4. 0.0 http:/ /maven.apa che.org/xs d/maven-4. 0.0.xsd" | |
| 5 | > | |
| 6 | ||
| 7 | <modelVers ion> | |
| 8 | 4.0.0 | |
| 9 | </modelVer sion> | |
| 10 | ||
| 11 | <groupId> | |
| 12 | gov.va.gen isis2 | |
| 13 | </groupId> | |
| 14 | ||
| 15 | <artifactI d> | |
| 16 | Genisis2Da taOps | |
| 17 | </artifact Id> | |
| 18 | ||
| 19 | <version> | |
| 20 | 0.0.7-SNAP SHOT | |
| 21 | </version> | |
| 22 | ||
| 23 | <name> | |
| 24 | Genisis2 D ata Operat ions | |
| 25 | </name> | |
| 26 | ||
| 27 | <build> | |
| 28 | ||
| 29 | <sourceDir ectory> | |
| 30 | src/main/j ava | |
| 31 | </sourceDi rectory> | |
| 32 | ||
| 33 | <plugins> | |
| 34 | ||
| 35 | <plugin> | |
| 36 | ||
| 37 | <artifactI d> | |
| 38 | maven-comp iler-plugi n | |
| 39 | </artifact Id> | |
| 40 | ||
| 41 | <version> | |
| 42 | 3.5.1 | |
| 43 | </version> | |
| 44 | ||
| 45 | <configura tion> | |
| 46 | ||
| 47 | <source> | |
| 48 | 1.8 | |
| 49 | </source> | |
| 50 | ||
| 51 | <target> | |
| 52 | 1.8 | |
| 53 | </target> | |
| 54 | ||
| 55 | </configur ation> | |
| 56 | ||
| 57 | </plugin> | |
| 58 | ||
| 59 | <plugin> | |
| 60 | ||
| 61 | <artifactI d> | |
| 62 | maven-asse mbly-plugi n | |
| 63 | </artifact Id> | |
| 64 | ||
| 65 | <configura tion> | |
| 66 | ||
| 67 | <appendAss emblyId> | |
| 68 | false | |
| 69 | </appendAs semblyId> | |
| 70 | ||
| 71 | <finalName > | |
| 72 | ${pom.arti factId}-${ pom.versio n} | |
| 73 | </finalNam e> | |
| 74 | ||
| 75 | <archive> | |
| 76 | ||
| 77 | <manifest> | |
| 78 | ||
| 79 | <mainClass > | |
| 80 | gov.va.gen isis2.Data baseTableC opy.Databa seTableCop y | |
| 81 | </mainClas s> | |
| 82 | ||
| 83 | </manifest > | |
| 84 | ||
| 85 | </archive> | |
| 86 | ||
| 87 | <descripto rRefs> | |
| 88 | ||
| 89 | <descripto rRef> | |
| 90 | jar-with-d ependencie s | |
| 91 | </descript orRef> | |
| 92 | ||
| 93 | </descript orRefs> | |
| 94 | ||
| 95 | </configur ation> | |
| 96 | ||
| 97 | <execution s> | |
| 98 | ||
| 99 | <execution > | |
| 100 | ||
| 101 | <id> | |
| 102 | make-assem bly | |
| 103 | </id> | |
| 104 | ||
| 105 | <phase> | |
| 106 | package | |
| 107 | </phase> | |
| 108 | ||
| 109 | <goals> | |
| 110 | ||
| 111 | <goal> | |
| 112 | single | |
| 113 | </goal> | |
| 114 | ||
| 115 | </goals> | |
| 116 | ||
| 117 | </executio n> | |
| 118 | ||
| 119 | </executio ns> | |
| 120 | ||
| 121 | </plugin> | |
| 122 | ||
| 123 | ||
| 124 | <plugin> | |
| 125 | ||
| 126 | <groupId> | |
| 127 | org.apache .maven.plu gins | |
| 128 | </groupId> | |
| 129 | ||
| 130 | <artifactI d> | |
| 131 | maven-jar- plugin | |
| 132 | </artifact Id> | |
| 133 | ||
| 134 | <configura tion> | |
| 135 | ||
| 136 | <archive> | |
| 137 | ||
| 138 | <manifest> | |
| 139 | ||
| 140 | <mainClass > | |
| 141 | gov.va.gen isis2.Data baseTableC opy.Databa seTableCop y | |
| 142 | </mainClas s> | |
| 143 | ||
| 144 | </manifest > | |
| 145 | ||
| 146 | </archive> | |
| 147 | ||
| 148 | </configur ation> | |
| 149 | ||
| 150 | </plugin> | |
| 151 | ||
| 152 | <!-- Git r epo commit fix start --> | |
| 153 | ||
| 154 | <plugin> | |
| 155 | ||
| 156 | <groupId> | |
| 157 | org.apache .maven.plu gins | |
| 158 | </groupId> | |
| 159 | ||
| 160 | <artifactI d> | |
| 161 | maven-rele ase-plugin | |
| 162 | </artifact Id> | |
| 163 | ||
| 164 | <configura tion> | |
| 165 | ||
| 166 | <checkModi ficationEx cludes> | |
| 167 | ||
| 168 | <checkModi ficationEx clude> | |
| 169 | .gitignore | |
| 170 | </checkMod ificationE xclude> | |
| 171 | ||
| 172 | </checkMod ificationE xcludes> | |
| 173 | ||
| 174 | </configur ation> | |
| 175 | ||
| 176 | <dependenc ies> | |
| 177 | ||
| 178 | <dependenc y> | |
| 179 | ||
| 180 | <groupId> | |
| 181 | org.apache .maven.scm | |
| 182 | </groupId> | |
| 183 | ||
| 184 | <artifactI d> | |
| 185 | maven-scm- provider-g itexe | |
| 186 | </artifact Id> | |
| 187 | ||
| 188 | <version> | |
| 189 | 1.8.1 | |
| 190 | </version> | |
| 191 | ||
| 192 | </dependen cy> | |
| 193 | ||
| 194 | </dependen cies> | |
| 195 | ||
| 196 | </plugin> | |
| 197 | ||
| 198 | <!-- Git r epo commit fix end - -> | |
| 199 | ||
| 200 | </plugins> | |
| 201 | ||
| 202 | </build> | |
| 203 | ||
| 204 | <url> | |
| 205 | http://mav en.apache. org | |
| 206 | </url> | |
| 207 | ||
| 208 | <scm> | |
| 209 | ||
| 210 | <tag> | |
| 211 | dataOps-Re lease3 | |
| 212 | </tag> | |
| 213 | ||
| 214 | <connectio n> | |
| 215 | scm:git:gi t://github .boozallen csn.com/HE ALTH-ACCT- GROUP/Geni sis2DataOp s.git | |
| 216 | </connecti on> | |
| 217 | ||
| 218 | <url> | |
| 219 | https://gi thub.booza llencsn.co m/HEALTH-A CCT-GROUP/ Genisis2Da taOps.git | |
| 220 | </url> | |
| 221 | ||
| 222 | <developer Connection > | |
| 223 | scm:git:gi t@github.b oozallencs n.com:HEAL TH-ACCT-GR OUP/Genisi s2DataOps. git | |
| 224 | </develope rConnectio n> | |
| 225 | ||
| 226 | </scm> | |
| 227 | ||
| 228 | <dependenc ies> | |
| 229 | ||
| 230 | ||
| 231 | <dependenc y> | |
| 232 | ||
| 233 | <groupId> | |
| 234 | ch.qos.log back | |
| 235 | </groupId> | |
| 236 | ||
| 237 | <artifactI d> | |
| 238 | logback-cl assic | |
| 239 | </artifact Id> | |
| 240 | ||
| 241 | <version> | |
| 242 | 1.1.7 | |
| 243 | </version> | |
| 244 | ||
| 245 | </dependen cy> | |
| 246 | ||
| 247 | ||
| 248 | <dependenc y> | |
| 249 | ||
| 250 | <groupId> | |
| 251 | ch.qos.log back | |
| 252 | </groupId> | |
| 253 | ||
| 254 | <artifactI d> | |
| 255 | logback-co re | |
| 256 | </artifact Id> | |
| 257 | ||
| 258 | <version> | |
| 259 | 1.1.7 | |
| 260 | </version> | |
| 261 | ||
| 262 | </dependen cy> | |
| 263 | ||
| 264 | ||
| 265 | <!-- MS SQ L Server J DS Driver --> | |
| 266 | ||
| 267 | <dependenc y> | |
| 268 | ||
| 269 | <groupId> | |
| 270 | net.source forge.jtds | |
| 271 | </groupId> | |
| 272 | ||
| 273 | <artifactI d> | |
| 274 | jtds | |
| 275 | </artifact Id> | |
| 276 | ||
| 277 | <version> | |
| 278 | 1.3.1 | |
| 279 | </version> | |
| 280 | ||
| 281 | </dependen cy> | |
| 282 | ||
| 283 | <dependenc y> | |
| 284 | ||
| 285 | <groupId> | |
| 286 | junit | |
| 287 | </groupId> | |
| 288 | ||
| 289 | <artifactI d> | |
| 290 | junit | |
| 291 | </artifact Id> | |
| 292 | ||
| 293 | <version> | |
| 294 | 4.12 | |
| 295 | </version> | |
| 296 | ||
| 297 | </dependen cy> | |
| 298 | ||
| 299 | <dependenc y> | |
| 300 | ||
| 301 | <groupId> | |
| 302 | commons-db utils | |
| 303 | </groupId> | |
| 304 | ||
| 305 | <artifactI d> | |
| 306 | commons-db utils | |
| 307 | </artifact Id> | |
| 308 | ||
| 309 | <version> | |
| 310 | 1.6 | |
| 311 | </version> | |
| 312 | ||
| 313 | </dependen cy> | |
| 314 | ||
| 315 | </dependen cies> | |
| 316 | ||
| 317 | <distribut ionManagem ent> | |
| 318 | ||
| 319 | ||
| 320 | <!-- Publi sh the ver sioned rel eases here --> | |
| 321 | ||
| 322 | <repositor y> | |
| 323 | ||
| 324 | <id> | |
| 325 | nexus | |
| 326 | </id> | |
| 327 | ||
| 328 | <name> | |
| 329 | nexus | |
| 330 | </name> | |
| 331 | ||
| 332 | <url> | |
| 333 | http:// IP /nexus/con tent/repos itories/re leases | |
| 334 | </url> | |
| 335 | ||
| 336 | </reposito ry> | |
| 337 | ||
| 338 | ||
| 339 | <!-- Publi sh the sna pshot rele ases here --> | |
| 340 | ||
| 341 | <snapshotR epository> | |
| 342 | ||
| 343 | <id> | |
| 344 | nexus | |
| 345 | </id> | |
| 346 | ||
| 347 | <name> | |
| 348 | nexus | |
| 349 | </name> | |
| 350 | ||
| 351 | <url> | |
| 352 | http:// IP /nexus/con tent/repos itories/sn apshots | |
| 353 | </url> | |
| 354 | ||
| 355 | </snapshot Repository > | |
| 356 | ||
| 357 | </distribu tionManage ment> | |
| 358 | ||
| 359 | <descripti on> | |
| 360 | This progr am copies tables fro m a source database to a tempo rary datab ase to hav e the tabl e's detail s logged i nto a mana gement tab le. From t he tempora ry databas e it copie s the tabl es to the destinatio n before v alidating the tables on the de stination side throu gh a check sum and a row-count. | |
| 361 | </descript ion> | |
| 362 | </project> |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.