This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
Now supporting pluginGroups
Configuration
- name: maven-settings-xml-action
uses: whelk-io/maven-settings-xml-action@v14
with:
plugin_groups: '[ "some.plugin.group.id", "some.other.plugin.group.id" ]'
Output
<settings>
...
<pluginGroups>
<pluginGroup>org.eclipse.jetty</pluginGroup>
</pluginGroups>
...
</settings>