Skip to content

Commit

Permalink
Fixed an error with scaladoc generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexandrov committed Aug 11, 2015
1 parent 498cb69 commit 9aafc63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@
<jvmArgs>
<jvmArg>-Xms128m</jvmArg>
<jvmArg>-Xmx512m</jvmArg>
<javacArg>-Xlint:unchecked</javacArg>
<javacArg>-Xlint:deprecation</javacArg>
<!--javacArg>-Xlint:unchecked</javacArg-->
<!--javacArg>-Xlint:deprecation</javacArg-->
</jvmArgs>
<args>
<arg>-deprecation</arg>
Expand Down Expand Up @@ -458,6 +458,7 @@
<version>${scala-maven-plugin.version}</version>
<configuration>
<finalName>${project.build.finalName}-scaladoc</finalName>
<displayCmd>true</displayCmd>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 9aafc63

Please sign in to comment.