This repository was archived by the owner on Jan 14, 2025. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change 220220                        </executions >
221221                    </plugin >
222222                    <plugin >
223-                         <groupId >ch.mfrey.maven.plugin</groupId >
224-                         <artifactId >copy-maven-plugin</artifactId >
223+                         <groupId >com.coderplus.maven.plugins</groupId >
224+                         <artifactId >copy-rename-maven-plugin</artifactId >
225+                         <version >1.0.1</version >
225226                        <executions >
226227                            <execution >
227-                                 <id >copy</id >
228+                                 <id >copy-file </id >
228229                                <phase >install</phase >
229230                                <goals >
230231                                    <goal >copy</goal >
231232                                </goals >
232233                                <configuration >
233-                                     <resources >
234-                                         <resource >
235-                                             <directory >${asciidoctor.base-output-dir} /pdf</directory >
236-                                             <move >true</move >
237-                                             <includes >
238-                                                 <include >index.pdf</include >
239-                                             </includes >
240-                                             <paths >
241-                                                 <path >
242-                                                     <from >index.pdf</from >
243-                                                     <to >hibernate_ogm_reference.pdf</to >
244-                                                 </path >
245-                                             </paths >
246-                                         </resource >
247-                                     </resources >
234+                                     <sourceFile >${asciidoctor.base-output-dir} /pdf/index.pdf</sourceFile >
235+                                     <destinationFile >${asciidoctor.base-output-dir} /pdf/hibernate_ogm_reference.pdf</destinationFile >
248236                                </configuration >
249237                            </execution >
250238                        </executions >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments