We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11fdb3 commit 401a551Copy full SHA for 401a551
README.md
@@ -131,3 +131,10 @@ Should be all.
131
- Run `node .\.mvn-exec\GenerateNms.js` (run it each time you edit something in the NMS files)
132
- Run `mvn install` in order to access the plugin as dependency in your projects
133
- 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