Browse Source

I really don't have any javadocs in source code. Will add and enable this later.

master
Stanislav Usenkov 9 years ago
parent
commit
36747c6817
  1. 4
      pom.xml

4
pom.xml

@ -199,7 +199,7 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <!--plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version> <version>2.10.4</version>
@ -215,7 +215,7 @@
<show>public</show> <show>public</show>
<nohelp>true</nohelp> <nohelp>true</nohelp>
</configuration> </configuration>
</plugin> </plugin-->
</plugins> </plugins>
<resources> <resources>
<resource> <resource>

Loading…
Cancel
Save