Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit bed685e

Browse files
committed
OGM-1594 Rename pdf file
The previous plugin isn't working anymore
1 parent 56b0124 commit bed685e

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

documentation/manual/pom.xml

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -220,31 +220,19 @@
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>

0 commit comments

Comments
 (0)