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

3311.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-ea pom.xml Tue May 2 14:49:40 2017 UTC

3311.2 Comparison summary

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

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

3311.4 Active regular expressions

No regular expressions were active.

3311.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.nva p
        14     </groupId>
        15             
        16     <artifactI d>
        17      nvap-ea
        18     </artifact Id>
        19             
        20     <packaging >
        21      ear
        22     </packagin g>
        23             
        24     <name>
        25      nvap-ea
        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     <build>
        49                       
        50      <resources >
        51                                 
        52       <resource>
        53                                           
        54        <directory >
        55         src/main/r esources
        56        </director y>
        57                                           
        58        <includes>
        59                                                    
        60         <include>
        61          commons-lo gging.prop erties
        62         </include>
        63                                                    
        64         <include>
        65          log4j.dtd
        66         </include>
        67                                                    
        68         <include>
        69          log4j.xml
        70         </include>
        71                                            
        72        </includes >
        73                         
        74        <targetPat h>
        75         ${project. build.dire ctory}/${p roject.nam e}-${proje ct.version }/APP-INF/ classes
        76        </targetPa th>
        77                                  
        78       </resource >
        79                        
        80      </resource s>
        81                       
        82      <plugins>
        83                                 
        84       <plugin>
        85                                           
        86        <groupId>
        87         org.apache .maven.plu gins
        88        </groupId>
        89                                           
        90        <artifactI d>
        91         maven-ear- plugin
        92        </artifact Id>
        93                                           
        94        <configura tion>
        95                                                    
        96         <defaultJa vaBundleDi r>
        97          APP-INF/li b
        98         </defaultJ avaBundleD ir>
        99                              
        100         <finalName >
        101          nvap-${pro ject.versi on}
        102         </finalNam e>
        103                                                    
        104         <version>
        105          5
        106         </version>
        107                                                    
        108         <modules>
        109                                                              
        110          <webModule >
        111                                                                        
        112           <groupId>
        113            gov.va.nva p
        114           </groupId>
        115                                                                        
        116           <artifactI d>
        117            nvap-web
        118           </artifact Id>
        119                                                               
        120          </webModul e>
        121                                                     
        122         </modules>
        123                                            
        124        </configur ation>
        125                                           
        126        <execution s>
        127                                                    
        128         <execution >
        129                                                              
        130          <phase>
        131           package
        132          </phase>
        133                                                     
        134         </executio n>
        135                                            
        136        </executio ns>
        137                                  
        138       </plugin>
        139                        
        140      </plugins>
        141              
        142     </build>
        143             
        144     <profiles>
        145                       
        146      <profile>
        147                                 
        148       <id>
        149        deploy-ear
        150       </id>
        151                                 
        152       <build>
        153                                           
        154        <plugins>
        155                                                    
        156         <plugin>
        157                                                              
        158          <groupId>
        159           org.codeha us.mojo
        160          </groupId>
        161                                                              
        162          <artifactI d>
        163           exec-maven -plugin
        164          </artifact Id>
        165                                                              
        166          <execution s>
        167                                                                        
        168           <execution >
        169                                                                                  
        170            <id>
        171             Test Deplo y EAR
        172            </id>
        173                                                                                  
        174            <phase>
        175             pre-integr ation-test
        176            </phase>
        177                                                                                  
        178            <goals>
        179                                                                                            
        180             <goal>
        181              exec
        182             </goal>
        183                                                                                   
        184            </goals>
        185                                                                                  
        186            <configura tion>
        187                                                                                            
        188             <executabl e>
        189              ${env.MW_H OME}/${wls erver.dir} /common/bi n/${weblog ic.wlst}
        190             </executab le>
        191                                                                                            
        192             <arguments >
        193                                                                                                     
        194              <argument>
        195               ./src/main /resources /wlst/wls- deploy-ear .py
        196              </argument >
        197                                                                                                     
        198              <argument>
        199               ${project. name}
        200              </argument >
        201                                                         
        202              <argument>
        203               ${project. build.dire ctory}/nva p-${projec t.version} .ear
        204              </argument >
        205                                                                                             
        206             </argument s>
        207                                                                                   
        208            </configur ation>
        209                                                                         
        210           </executio n>
        211                                                               
        212          </executio ns>
        213                                                     
        214         </plugin>
        215                                            
        216        </plugins>
        217                                  
        218       </build>
        219                        
        220      </profile>
        221              
        222     </profiles >
        223             
        224     <dependenc ies>
        225                       
        226      <dependenc y>
        227                                 
        228       <groupId>
        229        ${project. groupId}
        230       </groupId>
        231                                 
        232       <artifactI d>
        233        nvap-serve r
        234       </artifact Id>
        235                                 
        236       <version>
        237        ${project. version}
        238       </version>
        239                                 
        240       <type>
        241        ejb
        242       </type>
        243                        
        244      </dependen cy>
        245                       
        246      <dependenc y>
        247                                 
        248       <groupId>
        249        ${project. groupId}
        250       </groupId>
        251                                 
        252       <artifactI d>
        253        nvap-svc-f acility
        254       </artifact Id>
        255                                 
        256       <version>
        257        ${project. version}
        258       </version>
        259                                 
        260       <type>
        261        ejb
        262       </type>
        263                        
        264      </dependen cy>
        265                       
        266      <dependenc y>
        267                                 
        268       <groupId>
        269        ${project. groupId}
        270       </groupId>
        271                                 
        272       <artifactI d>
        273        nvap-svc-c onsent-eva l
        274       </artifact Id>
        275                                 
        276       <version>
        277        ${project. version}
        278       </version>
        279                                 
        280       <type>
        281        ejb
        282       </type>
        283                        
        284      </dependen cy>
        285                       
        286      <dependenc y>
        287                                 
        288       <groupId>
        289        ${project. groupId}
        290       </groupId>
        291                                 
        292       <artifactI d>
        293        nvap-legac y
        294       </artifact Id>
        295                                 
        296       <version>
        297        ${project. version}
        298       </version>
        299                                 
        300       <type>
        301        ejb
        302       </type>
        303                        
        304      </dependen cy>
        305                       
        306      <dependenc y>
        307                                 
        308       <groupId>
        309        ${project. groupId}
        310       </groupId>
        311                                 
        312       <artifactI d>
        313        nvap-web
        314       </artifact Id>
        315                                 
        316       <version>
        317        ${project. version}
        318       </version>
        319                                 
        320       <type>
        321        war
        322       </type>
        323                        
        324      </dependen cy>
        325              
        326     </dependen cies>
        327             
        328     <propertie s>
        329                       
        330      <netbeans. hint.deplo y.server>
        331       WebLogic9
        332      </netbeans .hint.depl oy.server>
        333                       
        334      <weblogic. version>
        335       10.3
        336      </weblogic .version>
        337              
        338      <master.ba sedir>
        339       ${project. basedir}/. .
        340      </master.b asedir>
        341              
        342     </properti es>
        343   </project>