1202. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/10/2018 8:40:14 AM Central 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.

1202.1 Files compared

# Location File Last Modified
1 Thu May 10 13:40:14 2018 UTC
2 MHED_APPS_CIF.zip\VAR v4.2.7\var-resources-4.2.7@54bdc2933ef.zip\var-db\liquibase\build-lib\liquibase.jar\META-INF\maven\org.liquibase\liquibase-core pom.xml Wed May 2 11:30:20 2012 UTC

1202.2 Comparison summary

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

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

1202.4 Active regular expressions

No regular expressions were active.

1202.5 Comparison detail

        1   <?xml 
        2     version="1 .0" 
        3     encoding=" UTF-8"
        4   ?>
        5   <project 
        6     xmlns="htt p://maven. apache.org /POM/4.0.0
        7     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce" 
        8     xsi:schema Location=" http://mav en.apache. org/POM/4. 0.0 http:/ /maven.apa che.org/xs d/maven-4. 0.0.xsd"
        9   >
        10    
        11         
        12     <modelVers ion>
        13      4.0.0
        14     </modelVer sion>
        15    
        16         
        17     <artifactI d>
        18      liquibase- core
        19     </artifact Id>
        20         
        21     <name>
        22      Liquibase  Core
        23     </name>
        24         
        25     <packaging >
        26      jar
        27     </packagin g>
        28    
        29         
        30     <parent>
        31            
        32      <groupId>
        33       org.liquib ase
        34      </groupId>
        35            
        36      <artifactI d>
        37       liquibase- parent
        38      </artifact Id>
        39            
        40      <version>
        41       2.0.5
        42      </version>
        43            
        44      <relativeP ath>
        45       ../pom.xml
        46      </relative Path>
        47          
        48     </parent>
        49         
        50         
        51     <propertie s>
        52              
        53      <bundle.na mespace>
        54       liquibase. *
        55      </bundle.n amespace>
        56          
        57     </properti es>
        58    
        59         
        60     <dependenc ies>
        61              
        62      <dependenc y>
        63                 
        64       <groupId>
        65        junit
        66       </groupId>
        67                 
        68       <artifactI d>
        69        junit
        70       </artifact Id>
        71               
        72      </dependen cy>
        73     
        74              
        75      <dependenc y>
        76                 
        77       <groupId>
        78        org.easymo ck
        79       </groupId>
        80                 
        81       <artifactI d>
        82        easymockcl assextensi on
        83       </artifact Id>
        84               
        85      </dependen cy>
        86     
        87              
        88      <dependenc y>
        89                 
        90       <groupId>
        91        ant
        92       </groupId>
        93                 
        94       <artifactI d>
        95        ant
        96       </artifact Id>
        97               
        98      </dependen cy>
        99     
        100              
        101      <dependenc y>
        102                 
        103       <groupId>
        104        javax.serv let
        105       </groupId>
        106                 
        107       <artifactI d>
        108        servlet-ap i
        109       </artifact Id>
        110               
        111      </dependen cy>
        112     
        113              
        114      <dependenc y>
        115                 
        116       <groupId>
        117        org.spring framework
        118       </groupId>
        119                 
        120       <artifactI d>
        121        spring
        122       </artifact Id>
        123               
        124      </dependen cy>
        125          
        126     </dependen cies>
        127    
        128         
        129     <build>
        130              
        131      <finalName >
        132       liquibase- ${project. version}
        133      </finalNam e>
        134     
        135              
        136      <resources >
        137                    
        138       <resource>
        139                         
        140        <directory >
        141         src/main/r esources
        142        </director y>
        143                         
        144        <filtering >
        145         true
        146        </filterin g>
        147                     
        148       </resource >
        149               
        150      </resource s>
        151     
        152              
        153      <plugins>
        154                    
        155       <plugin>
        156                         
        157        <artifactI d>
        158         maven-jar- plugin
        159        </artifact Id>
        160                         
        161        <configura tion>
        162                              
        163         <archive>
        164                                    
        165          <manifestF ile>
        166           src/main/r esources/M ETA-INF/MA NIFEST.MF
        167          </manifest File>
        168                               
        169         </archive>
        170                          
        171        </configur ation>
        172                         
        173        <execution s>
        174                              
        175         <execution >
        176                                    
        177          <goals>
        178                                         
        179           <goal>
        180            test-jar
        181           </goal>
        182                                     
        183          </goals>
        184                               
        185         </executio n>
        186                          
        187        </executio ns>
        188                     
        189       </plugin>
        190      
        191                    
        192       <plugin>
        193                         
        194        <artifactI d>
        195         maven-sure fire-plugi n
        196        </artifact Id>
        197                         
        198        <configura tion>
        199                              
        200         <excludes>
        201                                    
        202          <exclude>
        203           **/TestCon text.java
        204          </exclude>
        205                               
        206         </excludes >
        207                              
        208         <systemPro perties>
        209                                    
        210          <property>
        211                                         
        212           <name>
        213            liquibase. defaultlog ger.level
        214           </name>
        215                                         
        216           <value>
        217            severe
        218           </value>
        219                                     
        220          </property >
        221                               
        222         </systemPr operties>
        223                          
        224        </configur ation>
        225                     
        226       </plugin>
        227      
        228                    
        229       <plugin>
        230                         
        231        <groupId>
        232         org.codeha us.mojo
        233        </groupId>
        234                         
        235        <artifactI d>
        236         build-help er-maven-p lugin
        237        </artifact Id>
        238                         
        239        <execution s>
        240                              
        241         <execution >
        242                                    
        243          <id>
        244           add-source
        245          </id>
        246                                    
        247          <phase>
        248           generate-s ources
        249          </phase>
        250                                    
        251          <goals>
        252                                         
        253           <goal>
        254            add-source
        255           </goal>
        256                                     
        257          </goals>
        258                                    
        259          <configura tion>
        260                                         
        261           <sources>
        262                                               
        263            <source>
        264             ../liquiba se-core/sr c/main/jav a
        265            </source>
        266                                          
        267           </sources>
        268                                     
        269          </configur ation>
        270                               
        271         </executio n>
        272                          
        273        </executio ns>
        274                     
        275       </plugin>
        276      
        277                    
        278       <plugin>
        279                         
        280        <groupId>
        281         org.apache .maven.plu gins
        282        </groupId>
        283                         
        284        <artifactI d>
        285         maven-java doc-plugin
        286        </artifact Id>
        287                         
        288        <execution s>
        289                              
        290         <execution >
        291                                    
        292          <id>
        293           api
        294          </id>
        295                                    
        296          <phase>
        297           prepare-pa ckage
        298          </phase>
        299                                    
        300          <goals>
        301                                         
        302           <goal>
        303            javadoc
        304           </goal>
        305                                     
        306          </goals>
        307                                    
        308          <configura tion>
        309                                         
        310           <sourcepat h>
        311            ../liquiba se-core/sr c/main/jav a
        312           </sourcepa th>
        313                                         
        314           <encoding>
        315            UTF-8
        316           </encoding >
        317                                     
        318          </configur ation>
        319                               
        320         </executio n>
        321                          
        322        </executio ns>
        323                     
        324       </plugin>
        325      
        326              
        327      
        328                    
        329       <!--<plugi n>-->
        330                        
        331       <!--<group Id>org.apa che.felix< /groupId>- ->
        332                        
        333       <!--<artif actId>mave n-bundle-p lugin</art ifactId>-- >
        334                        
        335       <!--<exten sions>true </extensio ns>-->
        336                        
        337       <!--<confi guration>- ->
        338                            
        339       <!--<instr uctions>-- >
        340                                 
        341       <!--<_incl ude>-osgi. bnd</_incl ude>-->
        342                            
        343       <!--</inst ructions>- ->
        344                            
        345       <!--<manif estLocatio n>${projec t.build.di rectory}/j ar-with-de ps/META-IN F</manifes tLocation> -->
        346                        
        347       <!--</conf iguration> -->
        348                        
        349       <!--<execu tions>-->
        350                            
        351       <!--<execu tion>-->
        352                                 
        353       <!--<id>bu ndle-manif est</id>-- >
        354                                 
        355       <!--<phase >process-c lasses</ph ase>-->
        356                                 
        357       <!--<goals >-->
        358                                     
        359       <!--<goal> manifest</ goal>-->
        360                                 
        361       <!--</goal s>-->
        362                            
        363       <!--</exec ution>-->
        364                        
        365       <!--</exec utions>-->
        366                    
        367       <!--</plug in>-->
        368      
        369                    
        370       <plugin>
        371                         
        372        <artifactI d>
        373         maven-asse mbly-plugi n
        374        </artifact Id>
        375                         
        376        <execution s>
        377                              
        378         <execution >
        379                                    
        380          <id>
        381           distro
        382          </id>
        383                                    
        384          <phase>
        385           package
        386          </phase>
        387                                    
        388          <goals>
        389                                         
        390           <goal>
        391            single
        392           </goal>
        393                                     
        394          </goals>
        395                                    
        396          <configura tion>
        397                                         
        398           <descripto rs>
        399                                               
        400            <!-- creat e the dist ribution a rchives -- >
        401                                               
        402            <descripto r>
        403             src/main/r esources/a ssembly/bi n.xml
        404            </descript or>
        405                                          
        406           </descript ors>
        407                                         
        408           <!--<archi ve>
        409                                            <manifestF ile>../liq uibase-cor e/src/main /resources /META-INF/ MANIFEST.M F</manifes tFile>
        410                                         </ archive>-- >
        411                                     
        412          </configur ation>
        413                               
        414         </executio n>
        415                          
        416        </executio ns>
        417                         
        418        <version>
        419         2.3
        420        </version>
        421                     
        422       </plugin>
        423                    
        424       <plugin>
        425                         
        426        <artifactI d>
        427         maven-depl oy-plugin
        428        </artifact Id>
        429                         
        430        <configura tion>
        431                              
        432         <skip>
        433          false
        434         </skip>
        435                          
        436        </configur ation>
        437                     
        438       </plugin>
        439                 
        440       <plugin>
        441                     
        442        <groupId>
        443         org.apache .maven.plu gins
        444        </groupId>
        445                     
        446        <artifactI d>
        447         maven-sour ce-plugin
        448        </artifact Id>
        449                     
        450        <version>
        451         2.1.2
        452        </version>
        453                     
        454        <execution s>
        455                        
        456         <execution >
        457                           
        458          <id>
        459           attach-sou rces
        460          </id>
        461                           
        462          <phase>
        463           verify
        464          </phase>
        465                           
        466          <goals>
        467                              
        468           <goal>
        469            jar-no-for k
        470           </goal>
        471                            
        472          </goals>
        473                         
        474         </executio n>
        475                      
        476        </executio ns>
        477                  
        478       </plugin>
        479               
        480      </plugins>
        481          
        482     </build>
        483    
        484         
        485     <profiles>
        486              
        487      <profile>
        488                    
        489       <id>
        490        release-si gn-artifac ts
        491       </id>
        492                    
        493       <activatio n>
        494                         
        495        <property>
        496                              
        497         <name>
        498          performRel ease
        499         </name>
        500                              
        501         <value>
        502          true
        503         </value>
        504                          
        505        </property >
        506                     
        507       </activati on>
        508                    
        509       <build>
        510                         
        511        <plugins>
        512                              
        513         <plugin>
        514                                    
        515          <groupId>
        516           org.apache .maven.plu gins
        517          </groupId>
        518                                    
        519          <artifactI d>
        520           maven-gpg- plugin
        521          </artifact Id>
        522                                    
        523          <execution s>
        524                                         
        525           <execution >
        526                                               
        527            <id>
        528             sign-artif acts
        529            </id>
        530                                               
        531            <phase>
        532             verify
        533            </phase>
        534                                               
        535            <goals>
        536                                                    
        537             <goal>
        538              sign
        539             </goal>
        540                                                
        541            </goals>
        542                                          
        543           </executio n>
        544                                     
        545          </executio ns>
        546                               
        547         </plugin>
        548                          
        549        </plugins>
        550                     
        551       </build>
        552               
        553      </profile>
        554          
        555     </profiles >
        556    
        557   </project>