Added and fixed existing Javadoc, configured Javadoc validation

This commit is contained in:
2019-12-20 20:25:54 +01:00
parent eaa384d018
commit ccff438c7f
13 changed files with 167 additions and 65 deletions

View File

@ -28,5 +28,11 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
</classpath>