> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 0.8.7

**`(feat):`** 您现在可以指定发布元数据来在发布时填充您的 POM：

```yaml
generators:
  - name: fernapi/fern-java-sdk
    version: 0.X.Y
    output:
      location: maven
      registryUrl: ""
      publish-metadata:
        author: ""
        email: ""
        package-description: ""
        reference-url: ""
```