From a441b297af9db153a17ffea561b95611ae4be536 Mon Sep 17 00:00:00 2001 From: Terence Parr Date: Sat, 31 Oct 2015 16:40:42 -0700 Subject: [PATCH] fix javadoc arg in pom, update javadoc instructions --- doc/releasing-antlr.md | 13 +++++++++++-- pom.xml | 3 --- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/doc/releasing-antlr.md b/doc/releasing-antlr.md index 98e7f29e3..8131f8c9b 100644 --- a/doc/releasing-antlr.md +++ b/doc/releasing-antlr.md @@ -234,8 +234,17 @@ Add links to the artifacts from download.html ## Update javadoc for runtime and tool +First gen javadoc: + ```bash -cd ~/antlr/sites/website-antlr4 +$ cd antlr4 +$ mvn -DskipTests javadoc:jar install +``` + +Then copy to website: + +```bash +cd ~/antlr/sites/website-antlr4/api git checkout gh-pages git pull origin gh-pages cd Java @@ -248,4 +257,4 @@ git push origin gh-pages ## Update Intellij plug-in -Rebuild antlr plugin with new antlr jar. \ No newline at end of file +Rebuild antlr plugin with new antlr jar. diff --git a/pom.xml b/pom.xml index 0a28cf026..92ca59769 100644 --- a/pom.xml +++ b/pom.xml @@ -118,9 +118,6 @@ org.apache.maven.plugins maven-javadoc-plugin - - -Xdoclint:none -