File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -180,15 +180,17 @@ Here is an overview of all the currently supported files and formats.
180180| package.json | ✓ | | package.json _(JavaScript)_ | ✓(2.) |
181181| Project.toml | ✓ | | Project.toml _(Julia)_ | ✓ |
182182| fpm.toml | ✓ | | fpm.toml _(Fortran)_ | ✓(3.) |
183+ | | ✓ | | pom.toml _(Java)_ | ✓(4.) |
183184| | | | CITATION.cff | ✓ |
184- | | | | codemeta.json | ✓(4 .) |
185+ | | | | codemeta.json | ✓(5 .) |
185186
186187**Notes:**
187188
1881891. note that `somesy` does not support setuptools *dynamic fields*
1891902. `package.json` only supports one author, so `somesy` will pick the *first* listed author
1901913. `fpm.toml` only supports one author and maintainer, so `somesy` will pick the *first* listed author and maintainer
191- 4. unlike other targets, `somesy` will *re-create* the `codemeta.json` (i.e. do not edit it by hand!)
192+ 4. `pom.xml` has no concept of `maintainers`, but it can have multiple licenses (somesy only supports one main project license)
193+ 5. unlike other targets, `somesy` will *re-create* the `codemeta.json` (i.e. do not edit it by hand!)
192194
193195<!-- --8<-- [end:quickstart] -->
194196
You can’t perform that action at this time.
0 commit comments