Skip to content

Commit

Permalink
Merge pull request #1 from oracle/disable-docs
Browse files Browse the repository at this point in the history
comment out docs and sitegen plugin for now
  • Loading branch information
barchetta authored Aug 29, 2018
2 parents c17c023 + 1067c4d commit 5304d09
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
<module>security</module>
<module>bom</module>
<module>javadocs</module>
<module>docs</module>
<!--<module>docs</module>-->
<module>microprofile</module>
</modules>

Expand Down Expand Up @@ -370,7 +370,7 @@
<xmlOutput>true</xmlOutput>
</configuration>
</plugin>
<plugin>
<!-- <plugin>
<groupId>io.helidon.sitegen</groupId>
<artifactId>sitegen-maven-plugin</artifactId>
<version>${version.plugin.sitegen}</version>
Expand All @@ -389,7 +389,7 @@
<version>${version.lib.asciidoctor.diagram}</version>
</dependency>
</dependencies>
</plugin>
</plugin>-->
<plugin>
<groupId>org.xolstice.maven.plugins</groupId>
<artifactId>protobuf-maven-plugin</artifactId>
Expand Down Expand Up @@ -469,11 +469,11 @@
<suppressionsLocation>/etc/checkstyle-suppressions.xml</suppressionsLocation>
</configuration>
</plugin>
<plugin>
<!-- <plugin>
<groupId>io.helidon.sitegen</groupId>
<artifactId>sitegen-maven-plugin</artifactId>
<extensions>true</extensions>
</plugin>
</plugin>-->
</plugins>
</build>

Expand Down

0 comments on commit 5304d09

Please sign in to comment.