Skip to content

Commit

Permalink
site generation is broken for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Aug 16, 2022
1 parent bd6f314 commit 999dcdc
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
6 changes: 6 additions & 0 deletions annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@
<artifactId>jellydoc-annotations</artifactId>
<name>Jellydoc annotations</name>

<properties>
<!-- TODO site generation broken for submodules -->
<maven.site.skip>true</maven.site.skip>
<maven.site.deploy.skip>true</maven.site.deploy.skip>
</properties>

<distributionManagement>
<site>
<id>github.com</id>
Expand Down
3 changes: 3 additions & 0 deletions maven-jellydoc-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
<maven-plugin-tools.version>3.6.4</maven-plugin-tools.version>
<!-- TODO fix violations -->
<spotbugs.threshold>High</spotbugs.threshold>
<!-- TODO site generation broken for submodules -->
<maven.site.skip>true</maven.site.skip>
<maven.site.deploy.skip>true</maven.site.deploy.skip>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</skin>

<body>
<menu ref="modules" inherit="bottom"/>
<!-- TODO site generation broken for submodules <menu ref="modules" inherit="bottom"/> -->
<menu ref="reports" inherit="bottom"/>
</body>

Expand Down
6 changes: 6 additions & 0 deletions taglib-xml-writer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
<artifactId>taglib-xml-writer</artifactId>
<name>taglib-xml-writer</name>

<properties>
<!-- TODO site generation broken for submodules -->
<maven.site.skip>true</maven.site.skip>
<maven.site.deploy.skip>true</maven.site.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>com.sun.xml.txw2</groupId>
Expand Down

0 comments on commit 999dcdc

Please sign in to comment.