Skip to content

Commit

Permalink
just cp instead of redirect it
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Sep 9, 2024
1 parent 833daba commit 3953dee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion make-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ rm -rf docs/
# build
mvn clean javadoc:javadoc -Prelease
# mvn generates the doc in apidocs/ subfolder, move it out
mv docs/apidocs/* docs/
cp -r target/site/apidocs/ docs/

popd >/dev/null
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.0</version>
<configuration>
<reportOutputDirectory>${project.basedir}/docs</reportOutputDirectory>
<windowtitle>AWS Common Runtime for Java/JVM</windowtitle>
<doctitle>AWS Common Runtime for Java/JVM</doctitle>
<header>AWS Common Runtime for Java/JVM</header>
Expand Down

0 comments on commit 3953dee

Please sign in to comment.