Skip to content

Commit 5c85f38

Browse files
committed
update REAME
1 parent 8862a10 commit 5c85f38

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

188189
1. note that `somesy` does not support setuptools *dynamic fields*
189190
2. `package.json` only supports one author, so `somesy` will pick the *first* listed author
190191
3. `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

0 commit comments

Comments
 (0)