Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions fern/products/sdks/overview/java/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ config:
</ParamField>

<ParamField path="publish-to" type="'central' | 'ossrh'" required={false} toc={true}>
Publish target for Maven packages. Use `central` for Maven Central Portal or `ossrh` for legacy Nexus Repository.
</ParamField>

<ParamField path="wrapped-aliases" type="boolean" default="false" required={false} toc={true}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ groups:
groupId:artifactId` field. This specifies how your Java SDK will be
published and referenced in the Maven Central respository.

```yaml {8}
```yaml {8,11}
groups:
java-sdk:
generators:
Expand All @@ -80,6 +80,8 @@ groups:
output:
location: maven
coordinate: com.company:sdk-name # <company name in reverse domain name format>:<SDK name>
config:
publish-to: central # Use 'central' for new Sonatype Central Portal (most common)
github:
repository: your-org/company-java
```
Expand Down