Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Add support for plugin groups

Compare
Choose a tag to compare
@zteater zteater released this 12 Nov 14:04
f2ce02a

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>