Skip to content

Commit

Permalink
Turning off javadocs for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
branflake2267 committed Feb 5, 2013
1 parent 9c673c1 commit 11d3b5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@
</goals>
<phase>site</phase>
</execution>
<execution>
<!-- <execution>
<id>attach-javadocs2</id>
<phase>performRelease</phase>
<goals>
<goal>aggregate</goal>
</goals>
</execution>
</execution> -->
</executions>
</plugin>

Expand All @@ -162,7 +162,7 @@
<artifactId>site-maven-plugin</artifactId>
<version>${github.version}</version>
<configuration>
<!-- <dryRun>true</dryRun> -->
<dryRun>true</dryRun><!-- TODO turn off at some point -->
<outputDirectory>javadoc</outputDirectory>
<path>${project.version}</path>
<message>Creating site for ${project.version}</message>
Expand Down

0 comments on commit 11d3b5a

Please sign in to comment.