fix javadoc arg in pom, update javadoc instructions

This commit is contained in:
Terence Parr 2015-10-31 16:40:42 -07:00
parent fcffaca6bf
commit a441b297af
2 changed files with 11 additions and 5 deletions

View File

@ -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

View File

@ -118,9 +118,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
</plugins>
</pluginManagement>