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

3.1 Files compared

# Location File Last Modified
1 CTT_Release_8_June_2018.zip\CTT_ISAAC\db-config-builder\src\main\resources\converterProjectTemplate 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\converterProjectTemplate pom.xml Wed Jul 18 14:53:26 2018 UTC

3.2 Comparison summary

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

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

3.4 Active regular expressions

No regular expressions were active.

3.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     <!-- THIS  FILE IS AU TOGENERATE D BY THE d b-config-b uilder mod ule of ISA AC.   -->
  12             
  13     <modelVers ion>
  14      4.0.0
  15     </modelVer sion>
  16    
  17             
  18     <groupId>
  19      gov.vha.is aac.termin ology.conv erted
  20     </groupId>
  21             
  22     <artifactI d>
  23      #ARTIFACTI D#
  24     </artifact Id>
  25             
  26     <version>
  27      #VERSION#
  28     </version>
  29    
  30             
  31     <packaging >
  32      pom
  33     </packagin g>
  34    
  35             
  36     <name>
  37      #NAME#
  38     </name>
  39    
  40             
  41     <propertie s>
  42                       
  43      <sourceDat a.version>
  44       #SOURCE_DA TA_VERSION #
  45      </sourceDa ta.version >
  46                       
  47      <loader.ve rsion>
  48       #LOADER_VE RSION#
  49      </loader.v ersion>
  50                       #EXT RA_PROPERT IES#
  51              
  52     </properti es>
  53    
  54             
  55     <scm>
  56                       
  57      <url>
  58       #SCM_URL#
  59      </url>
  60                       
  61      <tag>
  62       #SCM_TAG#
  63      </tag>
  64              
  65     </scm>
  66    
  67             
  68     <licenses>
  69                       
  70      <license>
  71                                 
  72       <name>
  73        The Apache  Software  License, V ersion 2.0
  74       </name>
  75                                 
  76       <url>
  77        http://www .apache.or g/licenses /LICENSE-2 .0.txt
  78       </url>
  79                                 
  80       <distribut ion>
  81        repo
  82       </distribu tion>
  83                                 
  84       <comments>
  85        Copyright  Notice
  86                                           This is  a work of  the U.S. G overnment  and is not  subject t o copyrigh t
  87                                           protecti on in the  United Sta tes. Forei gn copyrig hts may ap ply.
  88                                  
  89       </comments >
  90                        
  91      </license>
  92      #LICENSE#
  93              
  94     </licenses >
  95    
  96             
  97     <organizat ion>
  98                       
  99      <name>
  100       U.S. Depar tment of V eterans Af fairs
  101      </name>
  102                       
  103      <url>
  104       www.va.gov
  105      </url>
  106              
  107     </organiza tion>
  108             
  109             
  110     <developer s>
  111                       
  112      <developer >
  113                                 
  114       <propertie s>
  115                                           
  116        <info>
  117         For a list ing of dev elopers, c lone the p roject and  execute ' git shortl og -sn'
  118        </info>
  119                                  
  120       </properti es>
  121                        
  122      </develope r>
  123              
  124     </develope rs>
  125             
  126             
  127     <issueMana gement>
  128                       
  129      <system>
  130       Jazz
  131      </system>
  132                       
  133      <url>
  134       https:// URL                       /ccm/web/p rojects/CT T (CM)
  135      </url>
  136              
  137     </issueMan agement>
  138    
  139             
  140     <dependenc ies>
  141                       
  142      <dependenc y>
  143                                 
  144       <groupId>
  145        gov.vha.is aac.termin ology.conv erters
  146       </groupId>
  147                                 
  148       <artifactI d>
  149        #LOADER_AR TIFACT#
  150       </artifact Id>
  151                                 
  152       <version>
  153        ${loader.v ersion}
  154       </version>
  155                                 
  156       <scope>
  157        compile
  158       </scope>
  159                                 
  160       <optional>
  161        true
  162       </optional >
  163         
  164       <!-- Not n eeded at r untime -->
  165                        
  166      </dependen cy>
  167      #IBDF_DEPE NDENCY#
  168              
  169     </dependen cies>
  170    
  171             
  172     <build>
  173                       
  174      <plugins>
  175                                 
  176       <!-- Get s ource file s from arc hiva -->
  177                                 
  178       <plugin>
  179                                           
  180        <groupId>
  181         org.apache .maven.plu gins
  182        </groupId>
  183                                           
  184        <artifactI d>
  185         maven-depe ndency-plu gin
  186        </artifact Id>
  187                                           
  188        <execution s>
  189         #FETCH_EXE CUTION#
  190         #UNPACK_DE PENDENCIES #
  191                                            
  192        </executio ns>
  193                                  
  194       </plugin>
  195                                 
  196       <plugin>
  197                                           
  198        <!-- metad ata we wan t in the o utput pack age -->
  199                                           
  200        <groupId>
  201         org.apache .maven.plu gins
  202        </groupId>
  203                                           
  204        <artifactI d>
  205         maven-antr un-plugin
  206        </artifact Id>
  207                                           
  208        <version>
  209         1.8
  210        </version>
  211                                           
  212        <execution s>
  213                                                    
  214         <execution >
  215                                                              
  216          <id>
  217           write-pom- properties
  218          </id>
  219                                                              
  220          <phase>
  221           validate
  222          </phase>
  223                                                              
  224          <configura tion>
  225                                                                        
  226           <target>
  227                                                                                  
  228            <echoprope rties 
  229             destfile=" ${project. build.dire ctory}/pom .propertie s" 
  230            />
  231                                                                         
  232           </target>
  233                                                               
  234          </configur ation>
  235                                                              
  236          <goals>
  237                                                                        
  238           <goal>
  239            run
  240           </goal>
  241                                                               
  242          </goals>
  243                                                     
  244         </executio n>
  245                                            
  246        </executio ns>
  247                                  
  248       </plugin>
  249                        
  250      </plugins>
  251              
  252     </build>
  253             
  254             
  255     <profiles>
  256      #PROFILE#
  257              
  258     </profiles >
  259   </project>