147. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/29/2017 4:53:33 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.

147.1 Files compared

# Location File Last Modified
1 CTT-DM CIF Submission.zip\code\ISAAC-term-convert-vhat\vhat-ibdf pom.xml Fri Mar 3 16:20:41 2017 UTC
2 CTT-DM CIF Submission.zip\code\ISAAC-term-convert-vhat\vhat-ibdf pom.xml Wed Mar 29 18:05:58 2017 UTC

147.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 942
Changed 2 4
Inserted 0 0
Removed 0 0

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

147.4 Active regular expressions

No regular expressions were active.

147.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     <modelVers ion>
  12      4.0.0
  13     </modelVer sion>
  14             
  15             
  16     <groupId>
  17      gov.vha.is aac.termin ology.conv erted
  18     </groupId>
  19             
  20     <artifactI d>
  21      vhat-ibdf
  22     </artifact Id>
  23             
  24     <!-- this  should be  set to ${s ourceData. version}-l oader-${lo ader.versi on} but th at doesn't  appease t he maven g ods that k now best.. ..
  25                      will  leave it  as is for  now, and i gnore the  warnings.  -->
  26             
  27     <version>
  28      ${sourceDa ta.version }-loader-$ {loader.ve rsion}
  29     </version>
  30             
  31     <packaging >
  32      pom
  33     </packagin g>
  34             
  35             
  36     <name>
  37      VHAT to ib df Artifac t Converte r
  38     </name>
  39             
  40             
  41     <propertie s>
  42                       
  43      <sourceDat a.version>
  44       2016.08.18
  45      </sourceDa ta.version >
  46                       
  47      <loader.ve rsion>
  48       4.9-SNAPSH OT
  49      </loader.v ersion>
  50                       
  51      <!-- For n o classifi er, leave  this blank -->
  52                       
  53      <resultArt ifactClass ifier>
  54      </resultAr tifactClas sifier>
  55              
  56     </properti es>
  57    
  58             
  59     <scm>
  60                       
  61      <url>
  62       https://gi thub.com/V A-CTT/ISAA C-term-con vert-VHAT. git
  63      </url>
  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              
  93     </licenses >
  94    
  95             
  96     <organizat ion>
  97                       
  98      <name>
  99       U.S. Depar tment of V eterans Af fairs
  100      </name>
  101                       
  102      <url>
  103       www. DNS    
  104      </url>
  105              
  106     </organiza tion>
  107             
  108             
  109     <developer s>
  110                       
  111      <developer >
  112                                 
  113       <propertie s>
  114                                           
  115        <info>
  116         For a list ing of dev elopers, c lone the p roject and  execute ' git shortl og -sn'
  117        </info>
  118                                  
  119       </properti es>
  120                        
  121      </develope r>
  122              
  123     </develope rs>
  124             
  125             
  126     <issueMana gement>
  127                       
  128      <system>
  129       Jazz
  130      </system>
  131                       
  132      <url>
  133       https:// DNS . DNS     /ccm/web/p rojects/CT T (CM)
  134      </url>
  135              
  136     </issueMan agement>
  137    
  138             
  139     <dependenc ies>
  140                       
  141      <dependenc y>
  142                                 
  143       <groupId>
  144        gov.vha.is aac.termin ology.conv erters
  145       </groupId>
  146                                 
  147       <artifactI d>
  148        vhat-mojo
  149       </artifact Id>
  150                                 
  151       <version>
  152        ${loader.v ersion}
  153       </version>
  154                                 
  155       <scope>
  156        compile
  157       </scope>
  158                                 
  159       <optional>
  160        true
  161       </optional >
  162         
  163       <!-- Not n eeded at r untime -->
  164                        
  165      </dependen cy>
  166              
  167     </dependen cies>
  168    
  169             
  170     <build>
  171                       
  172      <plugins>
  173                                 
  174       <!-- Get s ource file s from arc hiva -->
  175                                 
  176       <plugin>
  177                                           
  178        <groupId>
  179         org.apache .maven.plu gins
  180        </groupId>
  181                                           
  182        <artifactI d>
  183         maven-depe ndency-plu gin
  184        </artifact Id>
  185                                           
  186        <execution s>
  187                                                    
  188         <execution >
  189                                                              
  190          <id>
  191           fetch-rf2- src
  192          </id>
  193                                                              
  194          <phase>
  195           generate-s ources
  196          </phase>
  197                                                              
  198          <goals>
  199                                                                        
  200           <goal>
  201            unpack
  202           </goal>
  203                                                               
  204          </goals>
  205                                                              
  206          <configura tion>
  207                                                                        
  208           <artifactI tems>
  209                                                                                  
  210            <artifactI tem>
  211                                                                                            
  212             <groupId>
  213              gov.vha.is aac.termin ology.sour ce.vhat
  214             </groupId>
  215                                                                                            
  216             <artifactI d>
  217              vhat-src-d ata
  218             </artifact Id>
  219                                                                                            
  220             <version>
  221              ${sourceDa ta.version }
  222             </version>
  223                                                                                            
  224             <type>
  225              zip
  226             </type>
  227                                                                                   
  228            </artifact Item>
  229                                                                         
  230           </artifact Items>
  231                                                                        
  232           <outputDir ectory>
  233            ${project. build.dire ctory}/gen erated-res ources/src
  234           </outputDi rectory>
  235                                                               
  236          </configur ation>
  237                                                     
  238         </executio n>
  239                                            
  240        </executio ns>
  241                                  
  242       </plugin>
  243      
  244                                 
  245       <plugin>
  246                                           
  247        <!-- metad ata we wan t in the o utput pack age -->
  248                                           
  249        <groupId>
  250         org.apache .maven.plu gins
  251        </groupId>
  252                                           
  253        <artifactI d>
  254         maven-antr un-plugin
  255        </artifact Id>
  256                                           
  257        <version>
  258         1.8
  259        </version>
  260                                           
  261        <execution s>
  262                                                    
  263         <execution >
  264                                                              
  265          <id>
  266           write-pom- properties
  267          </id>
  268                                                              
  269          <phase>
  270           validate
  271          </phase>
  272                                                              
  273          <configura tion>
  274                                                                        
  275           <target>
  276                                                                                  
  277            <echoprope rties 
  278             destfile=" ${project. build.dire ctory}/pom .propertie s" 
  279            />
  280                                                                         
  281           </target>
  282                                                               
  283          </configur ation>
  284                                                              
  285          <goals>
  286                                                                        
  287           <goal>
  288            run
  289           </goal>
  290                                                               
  291          </goals>
  292                                                     
  293         </executio n>
  294                                            
  295        </executio ns>
  296                                  
  297       </plugin>
  298                                 
  299                                 
  300       <plugin>
  301                                           
  302        <groupId>
  303         gov.vha.is aac.termin ology.conv erters
  304        </groupId>
  305                                           
  306        <artifactI d>
  307         vhat-mojo
  308        </artifact Id>
  309                                           
  310        <version>
  311         ${loader.v ersion}
  312        </version>
  313                                           
  314        <execution s>
  315                                                    
  316         <execution >
  317                                                              
  318          <id>
  319           convert-VH AT-to-ibdf
  320          </id>
  321                                                              
  322          <goals>
  323                                                                        
  324           <goal>
  325            convert-VH AT-to-ibdf
  326           </goal>  
  327                                                               
  328          </goals>
  329                                                              
  330          <configura tion>
  331                                                                        
  332           <inputFile Location>
  333            ${project. build.dire ctory}/gen erated-res ources/src /
  334           </inputFil eLocation>
  335                                                               
  336          </configur ation>
  337                                                     
  338         </executio n>
  339                                            
  340        </executio ns>
  341                                  
  342       </plugin>
  343      
  344                                 
  345       <plugin>
  346                                           
  347        <groupId>
  348         org.apache .maven.plu gins
  349        </groupId>
  350                                           
  351        <artifactI d>
  352         maven-asse mbly-plugi n
  353        </artifact Id>
  354                                           
  355        <version>
  356         2.4
  357        </version>
  358                                           
  359        <execution s>
  360                                                    
  361         <execution >
  362                                                              
  363          <id>
  364           attach-res ult
  365          </id>
  366                                                              
  367          <phase>
  368           package
  369          </phase>
  370                                                              
  371          <goals>
  372                                                                        
  373           <goal>
  374            single
  375           </goal>
  376                                                               
  377          </goals>
  378                                                              
  379          <configura tion>
  380                                                                        
  381           <descripto rs>
  382                                                                                  
  383            <descripto r>
  384             src/assemb ly/assembl y.xml
  385            </descript or>
  386                                                                         
  387           </descript ors>
  388                                                                        
  389           <attach>
  390            false
  391           </attach>
  392                                                                        
  393           <encoding>
  394            UTF-8
  395           </encoding >
  396                                                               
  397          </configur ation>
  398                                                     
  399         </executio n>
  400                                            
  401        </executio ns>
  402                                  
  403       </plugin>
  404      
  405                                 
  406       <plugin>
  407                                           
  408        <groupId>
  409         org.codeha us.mojo
  410        </groupId>
  411                                           
  412        <artifactI d>
  413         build-help er-maven-p lugin
  414        </artifact Id>
  415                                           
  416        <version>
  417         1.9.1
  418        </version>
  419                                           
  420        <execution s>
  421                                                    
  422         <execution >
  423                                                              
  424          <id>
  425           attach-art ifact
  426          </id>
  427                                                              
  428          <goals>
  429                                                                        
  430           <goal>
  431            attach-art ifact
  432           </goal>
  433                                                               
  434          </goals>
  435                                                              
  436          <configura tion>
  437                                                                        
  438           <artifacts >
  439                                                                                  
  440            <artifact>
  441                                                                                            
  442             <type>
  443              ibdf.zip
  444             </type>
  445                                                                                            
  446             <!-- Note  that the a ssembly pl ugin doesn 't use the  same clas sifier - w e hack the  classifie r it retur ns to be a  mis
  447                                                                                                     mash of cl assifier a nd part of  type.  So  there is  always a c lassifier  on the pro duced zip  file, even  if no cla ssifier
  448                                                                                                     was specif ied by the  user.  Du ring artif act attach ment, this  classifie r/type mes s is corre cted. -->
  449                                                                                            
  450             <file>
  451              ${project. build.dire ctory}/${p roject.bui ld.finalNa me}-.ibdf. zip
  452             </file>
  453                                                                                            
  454             <classifie r>
  455              ${resultAr tifactClas sifier}
  456             </classifi er>
  457                                                                                   
  458            </artifact >
  459                                                                         
  460           </artifact s>
  461                                                               
  462          </configur ation>
  463                                                     
  464         </executio n>
  465                                            
  466        </executio ns>
  467                                  
  468       </plugin>
  469                        
  470      </plugins>
  471              
  472     </build>
  473   </project>