Skip to content

Commit

Permalink
Extended documentation by pointing out the allowed project types
Browse files Browse the repository at this point in the history
Signed-off-by: r4fterman <r4fterman@gmail.com>
  • Loading branch information
r4fterman authored and hboutemy committed Oct 28, 2023
1 parent d809920 commit 52900ba
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,21 @@ Default Values
</plugins>
```

Project Type
------------
In the configuration a `<projectType>` can be set. The default value is `library` but there are more choices:

* application
* container
* device
* file
* firmware
* framework
* library (default)
* operating-system

Using an unsupported project type will result in applying the default value `library`.

Excluding Projects
-------------------
With `makeAggregateBom` goal, it is possible to exclude certain Maven reactor projects (aka modules) from getting included in the aggregate BOM:
Expand Down

0 comments on commit 52900ba

Please sign in to comment.