Skip to content

Commit

Permalink
XIVY-15201 craft new site-contents into a single dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed Nov 15, 2024
1 parent b4c88a7 commit fb8140e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
<id>gh-pages.redirect.page</id>
<configuration>
<target>
<copy todir="${project.build.directory}/site-redirect">
<copy todir="${project.build.directory}/site/${site.path}/" >
<fileset dir="src/site/gh/pages/" />
<filterset id="replaceProductAndVersion">
<filter token="version" value="${pluginVersion.majorVersion}.${pluginVersion.minorVersion}" />
Expand Down Expand Up @@ -341,6 +341,9 @@
</configuration>
</execution>
</executions>
<configuration>
<outputDirectory>${project.build.directory}/site/${site.path}/${pluginVersion.majorVersion}.${pluginVersion.minorVersion}</outputDirectory>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit fb8140e

Please sign in to comment.