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

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

3325.2 Comparison summary

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

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

3325.4 Active regular expressions

No regular expressions were active.

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