Skip to content

Commit

Permalink
HBASE-28286 Remove rename-pdf step in root pom on branch-3 (#5596)
Browse files Browse the repository at this point in the history
Signed-off-by: Nihal Jain <nihaljain@apache.org>
  • Loading branch information
Apache9 committed Dec 26, 2023
1 parent 5ff5b20 commit 3181342
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2722,27 +2722,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>${maven.antrun.version}</version>
<inherited>false</inherited>
<!-- Rename the book.pdf generated by asciidoctor -->
<executions>
<execution>
<id>rename-pdf</id>
<goals>
<goal>run</goal>
</goals>
<phase>site</phase>
<configuration>
<target name="rename file">
<move file="${project.reporting.outputDirectory}/book.pdf" tofile="${project.reporting.outputDirectory}/apache_hbase_reference_guide.pdf"/>
</target>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
Expand Down

0 comments on commit 3181342

Please sign in to comment.