Skip to content

Commit fbc9781

Browse files
committed
point to CycloneDX specification for project types
1 parent 52900ba commit fbc9781

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ local.properties
1515
.settings/
1616
.loadpath
1717
.recommenders
18+
.idea/
1819

1920
# External tool builders
2021
.externalToolBuilders/

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,7 @@ Default Values
6363
</plugins>
6464
```
6565

66-
Project Type
67-
------------
68-
In the configuration a `<projectType>` can be set. The default value is `library` but there are more choices:
69-
70-
* application
71-
* container
72-
* device
73-
* file
74-
* firmware
75-
* framework
76-
* library (default)
77-
* operating-system
78-
79-
Using an unsupported project type will result in applying the default value `library`.
66+
`<projectType>` default value is `library` but there are [more choices defined in the CycloneDX specification](https://cyclonedx.org/docs/1.5/json/#metadata_component_type).
8067

8168
Excluding Projects
8269
-------------------

0 commit comments

Comments
 (0)