Skip to content

Commit 9287c29

Browse files
committed
1.4.13
Deploy changes
1 parent 54eebf0 commit 9287c29

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ Should be all.
192192
# LoneDev's Notes
193193

194194
## How to deploy to maven central
195-
`mvn deploy -DskipNexusStaging=true -PpublishToMavenCentral`
195+
Deploy only the `FastNbt-jar` module, as it contains the library and the API.\
196+
`mvn deploy -pl FastNbt-jar -DskipNexusStaging=true -Ppublish-to-maven-central`
196197

197198
## How to install locally
198199
`mvn install`
@@ -228,4 +229,8 @@ In order to update Javadocs you have to build locally, as old NMS jars are not a
228229
## Solving `java.lang.NoClassDefFoundError: ji$a` and similar
229230

230231
This happens when mappings are out of date.\
231-
To fix that delete the `.paper-nms` maps and run `paper-nms:init` for each version you got the issue.
232+
To fix that delete the `.paper-nms` maps and run `paper-nms:init` for each version you got the issue.
233+
234+
---
235+
TODO:
236+
Find a way to fix the fact that javadocs are empty on the `FastNbt-jar` module and the source is empty too.

0 commit comments

Comments
 (0)