aboutsummaryrefslogtreecommitdiffstats
path: root/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/AbstractGenerateOsgiManifestMojo.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Non-functional: rearrange function parameters.gjoranv2023-10-021-1/+2
|
* Fail if project class files are built for JDK version > 17.gjoranv2023-10-021-1/+1
| | | | | | - Skip checking compile scoped deps, as they must be compatible with the project's target version. The dependencies could also be multi-release jars containing newer class files.
* Unify on Streams.toList()Henning Baldersheim2023-01-171-2/+1
|
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-2/+2
|
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-2/+2
|
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-2/+2
|
* Add 'SPI-Provider'/'SPI-Consumer' to bundle-plugin manifest MOJOsBjørn Christian Seime2022-06-081-1/+8
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Implement goal for generating OSGi manifest for test bundlesBjørn Christian Seime2020-06-241-0/+210
Introduce an abstract class containing behaviour that is shared with existing manifest goal.