3323. EPMO Open Source Coordination Office Redaction File Detail Report

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

3323.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:50:05 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-env\src\main\resources pom.xml Fri Apr 21 20:03:26 2017 UTC

3323.2 Comparison summary

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

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

3323.4 Active regular expressions

No regular expressions were active.

3323.5 Comparison detail

        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           
        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     <artifactI d>
        13      nvap-confi gurator
        14     </artifact Id>
        15             
        16     <groupId>
        17      gov.va.nva p
        18     </groupId>
        19             
        20     <version>
        21      2.1.2.1
        22     </version>
        23             
        24     <descripti on>
        25      Domain Con figuration  Project
        26     </descript ion>
        27             
        28     <profiles>
        29                       
        30      <profile>
        31                                 
        32       <id>
        33        recreate-d omain
        34       </id>
        35                                 
        36       <build>
        37                                           
        38        <plugins>
        39                                                    
        40         <plugin>
        41                                                              
        42          <groupId>
        43           org.codeha us.mojo
        44          </groupId>
        45                                                              
        46          <artifactI d>
        47           exec-maven -plugin
        48          </artifact Id>
        49                                                              
        50          <execution s>
        51                                                                        
        52           <execution >
        53                                                                                  
        54            <id>
        55             Configure  WLS Domain
        56            </id>
        57                                                                                  
        58            <phase>
        59             verify
        60            </phase>
        61                                                                                  
        62            <goals>
        63                                                                                            
        64             <goal>
        65              exec
        66             </goal>
        67                                                                                   
        68            </goals>
        69                                                                                  
        70            <configura tion>
        71                                                                                            
        72             <executabl e>
        73              ${env.MW_H OME}/${wls erver.dir} /common/bi n/${weblog ic.wlst}
        74             </executab le>
        75                                                                                            
        76             <arguments >
        77                                                                                                     
        78              <argument>
        79               configdoma in.py
        80              </argument >
        81                                                                                                     
        82              <argument>
        83               -props.fil e=${projec t.build.di rectory}/p roperties/ ${propFile Name}
        84              </argument >
        85                                                                                                     
        86              <argument>
        87               -overwrite =true
        88              </argument >
        89                                                                                             
        90             </argument s>
        91                                                                                            
        92             <workingDi rectory>
        93              ${project. build.dire ctory}/pyt hon
        94             </workingD irectory>
        95                                                                                   
        96            </configur ation>
        97                                                                         
        98           </executio n>
        99                                                               
        100          </executio ns>
        101                                                     
        102         </plugin>
        103                                            
        104        </plugins>
        105                                  
        106       </build>
        107                        
        108      </profile>
        109                       
        110      <profile>
        111                                 
        112       <id>
        113        start-serv ers
        114       </id>
        115                                 
        116       <build>
        117                                           
        118        <plugins>
        119                                                    
        120         <plugin>
        121                                                              
        122          <groupId>
        123           org.codeha us.mojo
        124          </groupId>
        125                                                              
        126          <artifactI d>
        127           exec-maven -plugin
        128          </artifact Id>
        129                                                              
        130          <execution s>
        131                                                                        
        132           <execution >
        133                                                                                  
        134            <id>
        135             Starting W LS Domain  Servers
        136            </id>
        137                                                                                  
        138            <phase>
        139             verify
        140            </phase>
        141                                                                                  
        142            <goals>
        143                                                                                            
        144             <goal>
        145              exec
        146             </goal>
        147                                                                                   
        148            </goals>
        149                                                                                  
        150            <configura tion>
        151                                                                                            
        152             <executabl e>
        153              ${env.MW_H OME}/${wls erver.dir} /common/bi n/${weblog ic.wlst}
        154             </executab le>
        155                                                                                            
        156             <arguments >
        157                                                                                                     
        158              <argument>
        159               startdomai nservers.p y
        160              </argument >
        161                                                                                                     
        162              <argument>
        163               -props.fil e=${projec t.build.di rectory}/p roperties/ dev.proper ties
        164              </argument >
        165                                                                                             
        166             </argument s>
        167                                                                                            
        168             <workingDi rectory>
        169              ${project. build.dire ctory}/pyt hon
        170             </workingD irectory>
        171                                                                                   
        172            </configur ation>
        173                                                                         
        174           </executio n>
        175                                                               
        176          </executio ns>
        177                                                     
        178         </plugin>
        179                                            
        180        </plugins>
        181                                  
        182       </build>
        183                        
        184      </profile>
        185                       
        186      <profile>
        187                                 
        188       <id>
        189        redeploy-a pplication s
        190       </id>
        191                                 
        192       <build>
        193                                           
        194        <plugins>
        195                                                    
        196         <plugin>
        197                                                              
        198          <groupId>
        199           org.codeha us.mojo
        200          </groupId>
        201                                                              
        202          <artifactI d>
        203           exec-maven -plugin
        204          </artifact Id>
        205                                                              
        206          <execution s>
        207                                                                        
        208           <execution >
        209                                                                                  
        210            <id>
        211             Undeploy N VAP Enterp rise Appli cations
        212            </id>
        213                                                                                  
        214            <phase>
        215             verify
        216            </phase>
        217                                                                                  
        218            <goals>
        219                                                                                            
        220             <goal>
        221              exec
        222             </goal>
        223                                                                                   
        224            </goals>
        225                                                                                  
        226            <configura tion>
        227                                                                                            
        228             <executabl e>
        229              ${env.MW_H OME}/${wls erver.dir} /common/bi n/${weblog ic.wlst}
        230             </executab le>
        231                                                                                            
        232             <arguments >
        233                                                                                                     
        234              <argument>
        235               undeployap p.py
        236              </argument >
        237                                                                                                     
        238              <argument>
        239               -props.fil e=${projec t.build.di rectory}/p roperties/ dev.proper ties
        240              </argument >
        241                                                                                                     
        242              <argument>
        243               -appName=n vap
        244              </argument >
        245                                                                                             
        246             </argument s>
        247                                                                                            
        248             <workingDi rectory>
        249              ${project. build.dire ctory}/pyt hon
        250             </workingD irectory>
        251                                                                                   
        252            </configur ation>
        253                                                                         
        254           </executio n>
        255                                                                        
        256           <execution >
        257                                                                                  
        258            <id>
        259             Undeployin g JSTL Lib rary Modul e
        260            </id>
        261                                                                                  
        262            <phase>
        263             verify
        264            </phase>
        265                                                                                  
        266            <goals>
        267                                                                                            
        268             <goal>
        269              exec
        270             </goal>
        271                                                                                   
        272            </goals>
        273                                                                                  
        274            <configura tion>
        275                                                                                            
        276             <executabl e>
        277              ${env.MW_H OME}/${wls erver.dir} /common/bi n/${weblog ic.wlst}
        278             </executab le>
        279                                                                                            
        280             <arguments >
        281                                                                                                     
        282              <argument>
        283               undeployap p.py
        284              </argument >
        285                                                                                                     
        286              <argument>
        287               -props.fil e=${projec t.build.di rectory}/p roperties/ dev.proper ties
        288              </argument >
        289                                                                                                     
        290              <argument>
        291               -appName=j stl
        292              </argument >
        293                                                                                             
        294             </argument s>
        295                                                                                            
        296             <workingDi rectory>
        297              ${project. build.dire ctory}/pyt hon
        298             </workingD irectory>
        299                                                                                   
        300            </configur ation>
        301                                                                         
        302           </executio n>
        303                                                                        
        304           <execution >
        305                                                                                  
        306            <id>
        307             Deploy JST L Library  Module
        308            </id>
        309                                                                                  
        310            <phase>
        311             verify
        312            </phase>
        313                                                                                  
        314            <goals>
        315                                                                                            
        316             <goal>
        317              exec
        318             </goal>
        319                                                                                   
        320            </goals>
        321                                                                                  
        322            <configura tion>
        323                                                                                            
        324             <executabl e>
        325              ${env.MW_H OME}/${wls erver.dir} /common/bi n/${weblog ic.wlst}
        326             </executab le>
        327                                                                                            
        328             <arguments >
        329                                                                                                     
        330              <argument>
        331               deployapp. py
        332              </argument >
        333                                                                                                     
        334              <argument>
        335               -props.fil e=${projec t.build.di rectory}/p roperties/ dev.proper ties
        336              </argument >
        337                                                                                                     
        338              <argument>
        339               -appName=j stl
        340              </argument >
        341                                                                                             
        342             </argument s>
        343                                                                                            
        344             <workingDi rectory>
        345              ${project. build.dire ctory}/pyt hon
        346             </workingD irectory>
        347                                                                                   
        348            </configur ation>
        349                                                                         
        350           </executio n>
        351                                                                        
        352           <execution >
        353                                                                                  
        354            <id>
        355             Deploy NVA P Enterpri se Applica tions
        356            </id>
        357                                                                                  
        358            <phase>
        359             verify
        360            </phase>
        361                                                                                  
        362            <goals>
        363                                                                                            
        364             <goal>
        365              exec
        366             </goal>
        367                                                                                   
        368            </goals>
        369                                                                                  
        370            <configura tion>
        371                                                                                            
        372             <executabl e>
        373              ${env.MW_H OME}/${wls erver.dir} /common/bi n/${weblog ic.wlst}
        374             </executab le>
        375                                                                                            
        376             <arguments >
        377                                                                                                     
        378              <argument>
        379               deployapp. py
        380              </argument >
        381                                                                                                     
        382              <argument>
        383               -props.fil e=${projec t.build.di rectory}/p roperties/ dev.proper ties
        384              </argument >
        385                                                                                                     
        386              <argument>
        387               -appName=n vap
        388              </argument >
        389                                                                                             
        390             </argument s>
        391                                                                                            
        392             <workingDi rectory>
        393              ${project. build.dire ctory}/pyt hon
        394             </workingD irectory>
        395                                                                                   
        396            </configur ation>
        397                                                                         
        398           </executio n>
        399                                                               
        400          </executio ns>
        401                                                     
        402         </plugin>
        403                                            
        404        </plugins>
        405                                  
        406       </build>
        407                        
        408      </profile>
        409                       
        410      <profile>
        411                                 
        412       <id>
        413        Windows
        414       </id>
        415                                 
        416       <activatio n>
        417                                           
        418        <os>
        419                                                    
        420         <family>
        421          windows
        422         </family>
        423                                            
        424        </os>
        425                                  
        426       </activati on>
        427                                 
        428       <propertie s>
        429                                           
        430        <weblogic. wlst>
        431         wlst.cmd
        432        </weblogic .wlst>
        433                                           
        434        <wlserver. dir>
        435         wlserver_1 0.3
        436        </wlserver .dir>
        437                                  
        438       </properti es>
        439                        
        440      </profile>
        441                       
        442      <profile>
        443                                 
        444       <id>
        445        Linux
        446       </id>
        447                                 
        448       <activatio n>
        449                                           
        450        <os>
        451                                                    
        452         <family>
        453          unix
        454         </family>
        455                                            
        456        </os>
        457                                  
        458       </activati on>
        459                                 
        460       <propertie s>
        461                                           
        462        <weblogic. wlst>
        463         wlst.sh
        464        </weblogic .wlst>
        465                                           
        466        <wlserver. dir>
        467         wlserver
        468        </wlserver .dir>
        469                                  
        470       </properti es>
        471                        
        472      </profile>
        473              
        474     </profiles >
        475             
        476     <build>
        477                       
        478      <resources >
        479                                 
        480       <resource>
        481                                           
        482        <directory >
        483         src/main/r esources
        484        </director y>
        485                                           
        486        <includes>
        487                                                    
        488         <include>
        489          **/*.prope rties
        490         </include>
        491                                            
        492        </includes >
        493                                           
        494        <targetPat h>
        495         ${project. build.dire ctory}
        496        </targetPa th>
        497                                           
        498        <filtering >
        499         true
        500        </filterin g>
        501                                  
        502       </resource >
        503                                 
        504       <resource>
        505                                           
        506        <directory >
        507         src/main/p ython
        508        </director y>
        509                                           
        510        <includes>
        511                                                    
        512         <include>
        513          **/*.py
        514         </include>
        515                                            
        516        </includes >
        517                                           
        518        <targetPat h>
        519         ${project. build.dire ctory}/pyt hon
        520        </targetPa th>
        521                                           
        522        <filtering >
        523         false
        524        </filterin g>
        525                                  
        526       </resource >
        527                        
        528      </resource s>
        529              
        530     </build>
        531   </project>