3184. EPMO Open Source Coordination Office Redaction File Detail Report

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

3184.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:49:56 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-client pom.xml Tue May 2 14:49:40 2017 UTC

3184.2 Comparison summary

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

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

3184.4 Active regular expressions

No regular expressions were active.

3184.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-clien t
        18     </artifact Id>
        19         
        20     <packaging >
        21      jar
        22     </packagin g>
        23         
        24     <name>
        25      nvap-clien t
        26     </name>
        27         
        28     <parent>
        29              
        30      <groupId>
        31       gov.va.nva p
        32      </groupId>
        33              
        34      <artifactI d>
        35       vap
        36      </artifact Id>
        37              
        38      <relativeP ath>
        39       ../
        40      </relative Path>
        41              
        42      <version>
        43       develop-SN APSHOT
        44      </version>
        45          
        46     </parent>
        47         
        48     <propertie s>
        49              
        50      <master.ba sedir>
        51       ${project. basedir}/. .
        52      </master.b asedir>
        53          
        54     </properti es>
        55         
        56     <dependenc ies>
        57              
        58      <dependenc y>
        59                    
        60       <groupId>
        61        weblogic
        62       </groupId>
        63                    
        64       <artifactI d>
        65        wlfullclie nt
        66       </artifact Id>
        67                    
        68       <version>
        69        10.3.4
        70       </version>
        71               
        72      </dependen cy>
        73              
        74      <dependenc y>
        75                    
        76       <groupId>
        77        ${project. groupId}
        78       </groupId>
        79                    
        80       <artifactI d>
        81        nvap-commo n
        82       </artifact Id>
        83                    
        84       <version>
        85        ${project. version}
        86       </version>
        87               
        88      </dependen cy>
        89              
        90      <dependenc y>
        91                    
        92       <groupId>
        93        javaee
        94       </groupId>
        95                    
        96       <artifactI d>
        97        javaee-api
        98       </artifact Id>
        99               
        100      </dependen cy>
        101              
        102      <dependenc y>
        103                    
        104       <groupId>
        105        gov.hhs.he althit.nhi n.connect
        106       </groupId>
        107                    
        108       <artifactI d>
        109        common-typ es
        110       </artifact Id>
        111               
        112      </dependen cy>
        113              
        114      <dependenc y>
        115                    
        116       <groupId>
        117        gov.va.nva p
        118       </groupId>
        119                    
        120       <artifactI d>
        121        nvap-ext-s vc-proxy
        122       </artifact Id>
        123                    
        124       <type>
        125        ejb-client
        126       </type>
        127               
        128      </dependen cy> 
        129              
        130      <dependenc y>
        131                   
        132       <groupId>
        133        commons-io
        134       </groupId>
        135                   
        136       <artifactI d>
        137        commons-io
        138       </artifact Id>
        139                   
        140       <version>
        141        2.4
        142       </version>
        143               
        144      </dependen cy>   
        145          
        146     </dependen cies>
        147         
        148     <build>
        149              
        150      <plugins>
        151                    
        152       <plugin>
        153                         
        154        <groupId>
        155         org.codeha us.mojo
        156        </groupId>
        157                         
        158        <artifactI d>
        159         build-help er-maven-p lugin
        160        </artifact Id>
        161                         
        162        <execution s>
        163                              
        164         <execution >
        165                                    
        166          <id>
        167           add-source
        168          </id>
        169                                    
        170          <phase>
        171           generate-s ources
        172          </phase>
        173                                    
        174          <goals>
        175                                         
        176           <goal>
        177            add-source
        178           </goal>
        179                                     
        180          </goals>
        181                                    
        182          <configura tion>
        183                                         
        184           <sources>
        185                                               
        186            <source>
        187             src/main/r esources
        188            </source>
        189                                          
        190           </sources>
        191                                     
        192          </configur ation>
        193                               
        194         </executio n>
        195                          
        196        </executio ns>
        197                     
        198       </plugin>
        199               
        200      </plugins>
        201          
        202     </build>
        203   </project>