389. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/6/2017 8:23:04 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.

389.1 Files compared

# Location File Last Modified
1 OSCIF_CTT_v4_build 1.zip\ISAAC-term-convert-cpt\cpt-mojo pom.xml Wed May 31 03:56:42 2017 UTC
2 OSCIF_CTT_v4_build 1.zip\ISAAC-term-convert-cpt\cpt-mojo pom.xml Mon Jul 3 22:04:57 2017 UTC

389.2 Comparison summary

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

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

389.4 Active regular expressions

No regular expressions were active.

389.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/ma ven-v4_0_0 .xsd"
  9   >
  10             
  11     <modelVers ion>
  12      4.0.0
  13     </modelVer sion>
  14             
  15     <parent>
  16                       
  17      <groupId>
  18       gov.vha.is aac.ochre
  19      </groupId>
  20                       
  21      <artifactI d>
  22       isaac-pare nt
  23      </artifact Id>
  24                       
  25      <version>
  26       4.05-SNAPS HOT
  27      </version>
  28              
  29     </parent>
  30    
  31             
  32     <groupId>
  33      gov.vha.is aac.termin ology.conv erters
  34     </groupId>
  35             
  36     <artifactI d>
  37      cpt-mojo
  38     </artifact Id>
  39             
  40     <version>
  41      1.3-SNAPSH OT
  42     </version>
  43    
  44             
  45     <packaging >
  46      maven-plug in
  47     </packagin g>
  48    
  49             
  50     <name>
  51      CPT Conver ter Mojo
  52     </name>
  53    
  54             
  55     <scm>
  56                       
  57      <url>
  58       https://DN S               :PORT
  59      </url>
  60              
  61     </scm>
  62    
  63             
  64     <dependenc ies>
  65                       
  66      <dependenc y>
  67                                 
  68       <groupId>
  69        org.apache .maven.plu gin-tools
  70       </groupId>
  71                                 
  72       <artifactI d>
  73        maven-plug in-annotat ions
  74       </artifact Id>
  75                        
  76      </dependen cy>
  77                       
  78      <dependenc y>
  79                                 
  80       <groupId>
  81        gov.vha.is aac.ochre. modules
  82       </groupId>
  83                                 
  84       <artifactI d>
  85        import-uti ls
  86       </artifact Id>
  87                                 
  88       <version>
  89        ${project. parent.ver sion}
  90       </version>
  91                        
  92      </dependen cy>
  93                       
  94      <dependenc y>
  95                                 
  96       <groupId>
  97        gov.vha.is aac.ochre. modules
  98       </groupId>
  99                                 
  100       <artifactI d>
  101        ochre-mapp ing-consta nts
  102       </artifact Id>
  103                                 
  104       <version>
  105        ${project. parent.ver sion}
  106       </version>
  107                        
  108      </dependen cy>
  109                       
  110      <dependenc y>
  111                                 
  112       <groupId>
  113        com.opencs v
  114       </groupId>
  115                                 
  116       <artifactI d>
  117        opencsv
  118       </artifact Id>
  119                                 
  120       <version>
  121        3.3
  122       </version>
  123                                 
  124       <scope>
  125        compile
  126       </scope>
  127                        
  128      </dependen cy>
  129                       
  130      <!-- When  mojos exec ute, route  all loggi ng through  log4j2 -- >
  131                       
  132      <dependenc y>
  133                                 
  134       <groupId>
  135        gov.vha.is aac.ochre. modules
  136       </groupId>
  137                                 
  138       <artifactI d>
  139        ochre-mojo -log-confi g
  140       </artifact Id>
  141                                 
  142       <version>
  143        ${project. parent.ver sion}
  144       </version>
  145                                 
  146       <scope>
  147        compile
  148       </scope>
  149                        
  150      </dependen cy>
  151              
  152     </dependen cies>
  153    
  154             
  155     <build>
  156                       
  157      <plugins>
  158                                 
  159       <plugin>
  160                                           
  161        <groupId>
  162         org.apache .maven.plu gins
  163        </groupId>
  164                                           
  165        <artifactI d>
  166         maven-plug in-plugin
  167        </artifact Id>
  168                                           
  169        <execution s>
  170                                                    
  171         <execution >
  172                                                              
  173          <id>
  174           mojo-descr iptor
  175          </id>
  176                                                              
  177          <goals>
  178                                                                        
  179           <goal>
  180            descriptor
  181           </goal>
  182                                                               
  183          </goals>
  184                                                     
  185         </executio n>
  186                                            
  187        </executio ns>
  188                                  
  189       </plugin>
  190                        
  191      </plugins>
  192              
  193     </build>
  194    
  195   </project>