This commit is contained in:
Dongjoon Hyun 2023-06-10 01:23:40 -07:00
parent c5ef56970b
commit 9f5626bb3e
1 changed files with 2 additions and 2 deletions

View File

@ -248,10 +248,10 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<goal>run</goal>
</goals>
<configuration>
<task>
<target>
<copy file="src/main/resources/hdfs-rbf-default.xml" todir="src/site/resources"/>
<copy file="src/main/xsl/configuration.xsl" todir="src/site/resources"/>
</task>
</target>
</configuration>
</execution>
</executions>