Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
OGM-1594 Rename pdf file
Browse files Browse the repository at this point in the history
The previous plugin isn't working anymore
  • Loading branch information
DavideD committed Sep 24, 2024
1 parent 56b0124 commit bed685e
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions documentation/manual/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,31 +220,19 @@
</executions>
</plugin>
<plugin>
<groupId>ch.mfrey.maven.plugin</groupId>
<artifactId>copy-maven-plugin</artifactId>
<groupId>com.coderplus.maven.plugins</groupId>
<artifactId>copy-rename-maven-plugin</artifactId>
<version>1.0.1</version>
<executions>
<execution>
<id>copy</id>
<id>copy-file</id>
<phase>install</phase>
<goals>
<goal>copy</goal>
</goals>
<configuration>
<resources>
<resource>
<directory>${asciidoctor.base-output-dir}/pdf</directory>
<move>true</move>
<includes>
<include>index.pdf</include>
</includes>
<paths>
<path>
<from>index.pdf</from>
<to>hibernate_ogm_reference.pdf</to>
</path>
</paths>
</resource>
</resources>
<sourceFile>${asciidoctor.base-output-dir}/pdf/index.pdf</sourceFile>
<destinationFile>${asciidoctor.base-output-dir}/pdf/hibernate_ogm_reference.pdf</destinationFile>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit bed685e

Please sign in to comment.