Skip to content

Commit 401a551

Browse files
authored
Update README.md
1 parent b11fdb3 commit 401a551

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,10 @@ Should be all.
131131
- Run `node .\.mvn-exec\GenerateNms.js` (run it each time you edit something in the NMS files)
132132
- Run `mvn install` in order to access the plugin as dependency in your projects
133133
- Run Maven `clean package` and get the generated jar from `output` folder
134+
135+
## Updating Javadocs
136+
137+
In order to update Javadocs you have to build locally, as old NMS jars are not available and can't be easily included on Github.
138+
- Run the command `mvn clean install javadoc:javadoc -pl FastNbt-core -am`
139+
- Get the generated javadocs from `.cache/targets/FastNbt-core/target/reports/apidocs/`
140+
- Push the contents into the `javadoc` branch

0 commit comments

Comments
 (0)