36. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/5/2017 9:14:19 AM 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.

36.1 Files compared

# Location File Last Modified
1 GenISIS_Build_4.zip\Source Code\DataOps pom.xml Tue Aug 29 18:23:26 2017 UTC
2 GenISIS_Build_4.zip\Source Code\DataOps pom.xml Tue Oct 3 14:44:33 2017 UTC

36.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 722
Changed 2 4
Inserted 0 0
Removed 0 0

36.3 Comparison options

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

36.4 Active regular expressions

No regular expressions were active.

36.5 Comparison detail

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