3304. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:50:03 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.

3304.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:03 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-db pom.xml Tue May 2 14:49:40 2017 UTC

3304.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 0 0
Changed 0 0
Inserted 1 612
Removed 0 0

3304.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

3304.4 Active regular expressions

No regular expressions were active.

3304.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/ma ven-v4_0_0 .xsd"
        6   >
        7             
        8     <modelVers ion>
        9      4.0.0
        10     </modelVer sion>
        11             
        12     <groupId>
        13      gov.va.nva p
        14     </groupId>
        15             
        16     <artifactI d>
        17      nvap-db
        18     </artifact Id>
        19             
        20     <packaging >
        21      jar
        22     </packagin g>
        23             
        24     <name>
        25      nvap-db
        26     </name>
        27             
        28     <url>
        29      http://mav en.apache. org
        30     </url>
        31             
        32     <parent>
        33                       
        34      <groupId>
        35       gov.va.nva p
        36      </groupId>
        37                       
        38      <artifactI d>
        39       vap
        40      </artifact Id>
        41                       
        42      <relativeP ath>
        43       ../
        44      </relative Path>
        45                       
        46      <version>
        47       develop-SN APSHOT
        48      </version>
        49              
        50     </parent>
        51         
        52     <propertie s>
        53              
        54      <master.ba sedir>
        55       ${project. basedir}/. .
        56      </master.b asedir>
        57          
        58     </properti es>
        59             
        60     <profiles>
        61                       
        62      <profile>
        63                                 
        64       <id>
        65        recreate-d b
        66       </id>
        67                                 
        68       <build>
        69                                           
        70        <plugins>
        71                                                    
        72         <plugin>
        73                                                              
        74          <!-- HIBER NATE 3 PLU GIN - this  can outpu t the DDL  to a file  -->
        75                                                              
        76          <groupId>
        77           org.codeha us.mojo
        78          </groupId>
        79                                                              
        80          <artifactI d>
        81           hibernate3 -maven-plu gin
        82          </artifact Id>
        83                                                              
        84          <execution s>
        85                                                                        
        86           <execution >
        87                                                                                  
        88            <phase>
        89             compile
        90            </phase>
        91                                                                                  
        92            <goals>
        93                                                                                            
        94             <goal>
        95              hbm2ddl
        96             </goal>
        97                                                                                   
        98            </goals>
        99                                                                         
        100           </executio n>
        101                                                               
        102          </executio ns>
        103                                                              
        104          <configura tion>
        105                                                                        
        106           <component s>
        107                                                                                  
        108            <component >
        109                                                                                            
        110             <name>
        111              hbm2ddl
        112             </name>
        113                                                                                            
        114             <implement ation>
        115              annotation configurat ion
        116             </implemen tation>
        117                                                                                   
        118            </componen t>
        119                                                                         
        120           </componen ts>
        121                                                                        
        122           <component Properties >
        123                                                                                  
        124            <implement ation>
        125             jpaconfigu ration
        126            </implemen tation>
        127                                                                                  
        128            <persisten ceunit>
        129             vap_master
        130            </persiste nceunit>
        131                                                                                  
        132            <outputfil ename>
        133             ${db.vendo r}_nhin_va p.ddl
        134            </outputfi lename>
        135                                                                                  
        136            <drop>
        137             true
        138            </drop>
        139                                                                                  
        140            <create>
        141             true
        142            </create>
        143                                                                                  
        144            <export>
        145             false
        146            </export>
        147                                                                                  
        148            <format>
        149             true
        150            </format>
        151                                                                         
        152           </componen tPropertie s>
        153                                                               
        154          </configur ation>
        155                                                     
        156         </plugin>
        157                                                    
        158         <plugin>
        159                                    
        160          <groupId>
        161           org.codeha us.mojo
        162          </groupId>
        163                                    
        164          <artifactI d>
        165           sql-maven- plugin
        166          </artifact Id>
        167         
        168                                    
        169          <dependenc ies>
        170                                         
        171           <dependenc y>
        172                                               
        173            <groupId>
        174             ${jdbc.gro up.id}
        175            </groupId>
        176                                               
        177            <artifactI d>
        178             ${jdbc.art ifact.id}
        179            </artifact Id>
        180                                               
        181            <version>
        182             ${jdbc.ver sion}
        183            </version>
        184                                          
        185           </dependen cy>
        186                                     
        187          </dependen cies>
        188         
        189                                    
        190          <configura tion>
        191                                         
        192           <driver>
        193            ${hibernat e.connecti on.driver_ class}
        194           </driver>
        195                                         
        196           <url>
        197            ${hibernat e.connecti on.url}
        198           </url>
        199                                         
        200           <username>
        201            ${hibernat e.connecti on.usernam e}
        202           </username >
        203                                         
        204           <password>
        205            ${hibernat e.connecti on.passwor d}
        206           </password >
        207                                     
        208          </configur ation>
        209         
        210                                    
        211          <execution s>
        212                                         
        213           <execution >
        214                                               
        215            <phase>
        216             compile
        217            </phase>
        218                                               
        219            <goals>
        220                                                    
        221             <goal>
        222              execute
        223             </goal>
        224                                                
        225            </goals>
        226                                               
        227            <configura tion>
        228                                                    
        229             <onError>
        230              continue
        231             </onError>
        232                                                    
        233             <srcFiles>
        234                                                         
        235              <srcFile>
        236               ${basedir} /target/hi bernate3/s ql/${db.ve ndor}_nhin _vap.ddl
        237              </srcFile>
        238                                                     
        239             </srcFiles >
        240                                                
        241            </configur ation>
        242                                          
        243           </executio n>
        244                                     
        245          </executio ns>
        246                               
        247         </plugin>
        248                                            
        249        </plugins>
        250                                  
        251       </build>
        252                        
        253      </profile>
        254                       
        255      <profile>
        256                                 
        257       <id>
        258        liquibase- update-db
        259       </id>
        260                                 
        261       <build>
        262                                           
        263        <plugins>
        264                                                    
        265         <plugin>
        266                                                              
        267          <groupId>
        268           org.liquib ase
        269          </groupId>
        270                                                              
        271          <artifactI d>
        272           liquibase- maven-plug in
        273          </artifact Id>
        274                                                              
        275          <execution s>
        276                                                                        
        277           <execution >
        278                                                                                  
        279            <phase>
        280             process-re sources
        281            </phase>
        282                                                                                  
        283            <configura tion>
        284                                                                                            
        285             <driver>
        286              ${hibernat e.connecti on.driver_ class}
        287             </driver>
        288                                                                                            
        289             <url>
        290              ${hibernat e.connecti on.url}
        291             </url>
        292                                                                                            
        293             <username>
        294              ${hibernat e.connecti on.usernam e}
        295             </username >
        296                                                                                            
        297             <password>
        298              ${hibernat e.connecti on.passwor d}
        299             </password >
        300                                                                                            
        301             <changeLog File>
        302              gov/va/nva p/db/nvap- changelog. xml
        303             </changeLo gFile>
        304                                                                                            
        305             <promptOnN onLocalDat abase>
        306              false
        307             </promptOn NonLocalDa tabase>
        308                                                                                            
        309             <logging>
        310              warning
        311             </logging>
        312                                                                                   
        313            </configur ation>
        314                                                                                  
        315            <goals>
        316                                                                                            
        317             <goal>
        318              update
        319             </goal>
        320                                                                                   
        321            </goals>
        322                                                                         
        323           </executio n>
        324                                                               
        325          </executio ns>
        326                                                     
        327         </plugin>
        328                                            
        329        </plugins>
        330                                  
        331       </build>
        332                        
        333      </profile>
        334                       
        335      <profile>
        336                                 
        337       <id>
        338        liquibase- tag-db
        339       </id>
        340                                 
        341       <build>
        342                                           
        343        <plugins>
        344                                                    
        345         <plugin>
        346                                                              
        347          <groupId>
        348           org.liquib ase
        349          </groupId>
        350                                                              
        351          <artifactI d>
        352           liquibase- maven-plug in
        353          </artifact Id>
        354                                                              
        355          <execution s>
        356                                                                        
        357           <execution >
        358                                                                                  
        359            <phase>
        360             process-re sources
        361            </phase>
        362                                                                                  
        363            <configura tion>
        364                                                                                            
        365             <driver>
        366              ${hibernat e.connecti on.driver_ class}
        367             </driver>
        368                                                                                            
        369             <url>
        370              ${hibernat e.connecti on.url}
        371             </url>
        372                                                                                            
        373             <username>
        374              ${hibernat e.connecti on.usernam e}
        375             </username >
        376                                                                                            
        377             <password>
        378              ${hibernat e.connecti on.passwor d}
        379             </password >
        380                                                                                            
        381             <changeLog File>
        382              gov/va/nva p/db/nvap- changelog. xml
        383             </changeLo gFile>
        384                                                                                            
        385             <promptOnN onLocalDat abase>
        386              false
        387             </promptOn NonLocalDa tabase>
        388                                                                                            
        389             <logging>
        390              warning
        391             </logging>
        392                                                                                   
        393            </configur ation>
        394                                                                                  
        395            <goals>
        396                                                                                            
        397             <goal>
        398              tag
        399             </goal>
        400                                                                                   
        401            </goals>
        402                                                                         
        403           </executio n>
        404                                                               
        405          </executio ns>
        406                                                     
        407         </plugin>
        408                                            
        409        </plugins>
        410                                  
        411       </build>
        412                        
        413      </profile>
        414                       
        415      <profile>
        416                                 
        417       <id>
        418        liquibase- rollback-d b
        419       </id>
        420                                 
        421       <build>
        422                                           
        423        <plugins>
        424                                                    
        425         <plugin>
        426                                                              
        427          <groupId>
        428           org.liquib ase
        429          </groupId>
        430                                                              
        431          <artifactI d>
        432           liquibase- maven-plug in
        433          </artifact Id>
        434                                                              
        435          <execution s>
        436                                                                        
        437           <execution >
        438                                                                                  
        439            <phase>
        440             process-re sources
        441            </phase>
        442                                                                                  
        443            <configura tion>
        444                                                                                            
        445             <driver>
        446              ${hibernat e.connecti on.driver_ class}
        447             </driver>
        448                                                                                            
        449             <url>
        450              ${hibernat e.connecti on.url}
        451             </url>
        452                                                                                            
        453             <username>
        454              ${hibernat e.connecti on.usernam e}
        455             </username >
        456                                                                                            
        457             <password>
        458              ${hibernat e.connecti on.passwor d}
        459             </password >
        460                                                                                            
        461             <changeLog File>
        462              gov/va/nva p/db/nvap- changelog. xml
        463             </changeLo gFile>
        464                                                                                            
        465             <promptOnN onLocalDat abase>
        466              false
        467             </promptOn NonLocalDa tabase>
        468                                                                                            
        469             <logging>
        470              warning
        471             </logging>
        472                                                                                   
        473            </configur ation>
        474                                                                                  
        475            <goals>
        476                                                                                            
        477             <goal>
        478              rollback
        479             </goal>
        480                                                                                   
        481            </goals>
        482                                                                         
        483           </executio n>
        484                                                               
        485          </executio ns>
        486                                                     
        487         </plugin>
        488                                            
        489        </plugins>
        490                                  
        491       </build>
        492                        
        493      </profile>
        494              
        495     </profiles >
        496             
        497     <build>
        498                       
        499      <plugins>
        500                                 
        501       <plugin>
        502                                           
        503        <groupId>
        504         org.apache .maven.plu gins
        505        </groupId>
        506                                           
        507        <artifactI d>
        508         maven-comp iler-plugi n
        509        </artifact Id>
        510                                           
        511        <configura tion>
        512                                                    
        513         <source>
        514          1.6
        515         </source>
        516                                                    
        517         <target>
        518          1.6
        519         </target>
        520                                            
        521        </configur ation>
        522                                  
        523       </plugin>
        524                        
        525      </plugins>
        526                       
        527      <resources >
        528                                 
        529       <resource>
        530                                           
        531        <directory >
        532         src/main/r esources
        533        </director y>
        534                                           
        535        <includes>
        536                                                    
        537         <include>
        538          **/persist ence.xml
        539         </include>
        540                                                    
        541         <include>
        542          **/nvap-ch angelog*.x ml
        543         </include>
        544                                            
        545        </includes >
        546                                           
        547        <filtering >
        548         true
        549        </filterin g>
        550                                  
        551       </resource >
        552                        
        553      </resource s>
        554              
        555     </build>
        556             
        557     <dependenc ies>
        558                       
        559      <dependenc y>
        560                                 
        561       <groupId>
        562        ${project. groupId}
        563       </groupId>
        564                                 
        565       <artifactI d>
        566        nvap-commo n
        567       </artifact Id>
        568                        
        569      </dependen cy>
        570                       
        571      <dependenc y>
        572                                 
        573       <groupId>
        574        ${project. groupId}
        575       </groupId>
        576                                 
        577       <artifactI d>
        578        nvap-svc-c onsent-mgm t
        579       </artifact Id>
        580                                 
        581       <type>
        582        ejb-client
        583       </type>
        584                                 
        585       <scope>
        586        compile
        587       </scope>
        588                        
        589      </dependen cy>
        590                   
        591      <dependenc y>
        592                                 
        593       <groupId>
        594        ${project. groupId}
        595       </groupId>
        596                                 
        597       <artifactI d>
        598        nvap-svc-f acility
        599       </artifact Id>
        600                                 
        601       <type>
        602        ejb-client
        603       </type>
        604                                 
        605       <scope>
        606        compile
        607       </scope>
        608                        
        609      </dependen cy>
        610          
        611     </dependen cies>
        612   </project>