diff --git a/makedoc.sh b/makedoc.sh deleted file mode 100755 index fcc78e6..0000000 --- a/makedoc.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -rm -rf doc/html -mkdir -p doc/html -exec javadoc -sourcepath NoiseJava/src \ - -subpackages com.southernstorm.noise.protocol \ - -d doc/html \ - -windowtitle "Noise-Java" \ - com.southernstorm.noise.protocol diff --git a/pom.xml b/pom.xml index 322cce8..5832297 100644 --- a/pom.xml +++ b/pom.xml @@ -28,6 +28,12 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + 3.3.0 + + org.apache.maven.plugins maven-surefire-plugin @@ -35,6 +41,7 @@ + maven-compiler-plugin @@ -44,6 +51,16 @@ 1.8 + + + org.apache.maven.plugins + maven-javadoc-plugin + + 8 + com.southernstorm.noise.crypto + Noise-Java + +