Skip to content

Commit

Permalink
Disable javadoc generation by default, enable on ci
Browse files Browse the repository at this point in the history
It javadoc:jar is run as part of release by maven-release-plugin, so it must pass ci, but it annoying locally
  • Loading branch information
Adam- committed May 30, 2017
1 parent 9adfb18 commit c7af537
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<maven.javadoc.skip>true</maven.javadoc.skip>

<rs.version>142</rs.version>
</properties>

Expand Down
1 change: 1 addition & 0 deletions travis/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ under the License.

<properties>
<runelite.tomcat.url>http://api.runelite.net/manager/text</runelite.tomcat.url>
<maven.javadoc.skip>false</maven.javadoc.skip>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit c7af537

Please sign in to comment.