georgberky / dependency-update-maven-plugin

A Maven plugin that creates merge requests for dependency updates.
Apache License 2.0
26 stars 9 forks source link

Set SCM Connection properties as Optional When Native Provider is chose #28

Closed sparsick closed 1 year ago

sparsick commented 3 years ago

The native Git provider doesn't need the SCM connection information in the POM. But currently, this information is required by our plugin. Therefore, as developer I don't want to set up the SCM information when I choose native git as provider.

On the otherside, when I choose the JGit Provider the plugin should fail if the SCM connection information are missed