Skip to content

Commit

Permalink
Merge pull request #3218 from ControlSystemStudio/CSSTUDIO-2487
Browse files Browse the repository at this point in the history
CSSTUDIO-2487 Add documentation when building the Phoebus package in 'phoebus-product' using maven
  • Loading branch information
shroffk authored Dec 26, 2024
2 parents 6a1ea77 + 2325f46 commit b180e11
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions phoebus-product/src/assembly/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@
<include>*.jar</include>
</includes>
</fileSet>
<fileSet>
<directory>${project.parent.basedir}/docs/build/html</directory>
<outputDirectory>/doc</outputDirectory>
<excludes>
<exclude>.doctrees/**</exclude>
<exclude>.buildinfo</exclude>
<exclude>objects.inv</exclude>
</excludes>
</fileSet>
<fileSet>
<directory>${project.build.directory}/lib</directory>
<outputDirectory>/lib</outputDirectory>
Expand Down

0 comments on commit b180e11

Please sign in to comment.