Skip to content

Commit

Permalink
Try to skip websocket docs deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <[email protected]>
  • Loading branch information
starksm64 committed Feb 11, 2025
1 parent ab44bca commit 88b0999
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tcks/apis/websocket/docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,13 @@
<name>websocket tck</name>
<description>Websocket docs</description>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<modules>
<module>parent</module>
<module>userguide</module>
</modules>

</project>

0 comments on commit 88b0999

Please sign in to comment.