4. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/20/2018 12:56:38 PM 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.

4.1 Files compared

# Location File Last Modified
1 CTT_Release_8_June_2018.zip\CTT_ISAAC\db-config-builder\src\main\resources\srcUploadProjectTemplate pom.xml Tue Jul 17 16:27:35 2018 UTC
2 CTT_Release_8_June_2018.zip\CTT_ISAAC\db-config-builder\src\main\resources\srcUploadProjectTemplate pom.xml Wed Jul 18 14:53:54 2018 UTC

4.2 Comparison summary

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

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

4.4 Active regular expressions

No regular expressions were active.

4.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             
  13     <groupId>
  14      #GROUPID#
  15     </groupId>
  16             
  17     <artifactI d>
  18      #ARTIFACTI D#
  19     </artifact Id>
  20             
  21     <version>
  22      #VERSION#
  23     </version>
  24             
  25             
  26     <packaging >
  27      pom
  28     </packagin g>
  29    
  30             
  31     <name>
  32      #NAME#
  33     </name>
  34             
  35             
  36     <licenses>
  37                       
  38      <license>
  39                                 
  40       <name>
  41        The Apache  Software  License, V ersion 2.0
  42       </name>
  43                                 
  44       <url>
  45        http://www .apache.or g/licenses /LICENSE-2 .0.txt
  46       </url>
  47                                 
  48       <distribut ion>
  49        repo
  50       </distribu tion>
  51                                 
  52       <comments>
  53        Copyright  Notice
  54                                           This is  a work of  the U.S. G overnment  and is not  subject t o copyrigh t
  55                                           protecti on in the  United Sta tes. Forei gn copyrig hts may ap ply.
  56                                  
  57       </comments >
  58                        
  59      </license>
  60      #LICENSE#
  61              
  62     </licenses >
  63             
  64             
  65     <organizat ion>
  66                       
  67      <name>
  68       U.S. Depar tment of V eterans Af fairs
  69      </name>
  70                       
  71      <url>
  72       www.va.gov
  73      </url>
  74              
  75     </organiza tion>
  76             
  77             
  78     <developer s>
  79                       
  80      <developer >
  81                                 
  82       <propertie s>
  83                                           
  84        <info>
  85         For a list ing of dev elopers, c lone the p roject and  execute ' git shortl og -sn'
  86        </info>
  87                                  
  88       </properti es>
  89                        
  90      </develope r>
  91              
  92     </develope rs>
  93             
  94             
  95     <issueMana gement>
  96                       
  97      <system>
  98       Jazz
  99      </system>
  100                       
  101      <url>
  102       https:// URL                       /ccm/web/p rojects/CT T (CM)
  103      </url>
  104              
  105     </issueMan agement>
  106             
  107             
  108     <scm>
  109                       
  110      <url>
  111       #SCM_URL#
  112      </url>
  113                       
  114      <tag>
  115       #SCM_TAG#
  116      </tag>
  117              
  118     </scm>
  119    
  120             
  121     <build>
  122                       
  123      <plugins>
  124                                 
  125       <plugin>
  126                                           
  127        <artifactI d>
  128         maven-asse mbly-plugi n
  129        </artifact Id>
  130                                           
  131        <execution s>
  132                                                    
  133         <execution >
  134                                                              
  135          <id>
  136           zip
  137          </id>
  138                                                              
  139          <goals>
  140                                                                        
  141           <goal>
  142            attached
  143           </goal>
  144                                                               
  145          </goals>
  146                                                              
  147          <phase>
  148           package
  149          </phase>
  150                                                              
  151          <configura tion>
  152                                                                        
  153           <descripto rs>
  154                                                                                  
  155            <descripto r>
  156             ${basedir} /assembly. xml
  157            </descript or>
  158                                                                         
  159           </descript ors>
  160                                                               
  161          </configur ation>
  162                                                     
  163         </executio n>
  164                                            
  165        </executio ns>
  166                                  
  167       </plugin>
  168                        
  169      </plugins>
  170              
  171     </build>
  172   </project>