Sandra Parsick
Sandra Parsick
This checklist will help us to incorporate your contribution quickly and easily: - [x] Make sure you have read the [contributing guide](https://github.com/khmarbaise/maven-it-extension/blob/master/CONTRIBUTION.md). - [x] Make sure there is a [issue](https://github.com/khmarbaise/maven-it-extension/issues)...
As developer, I want to set push option depending on my Git Management System. The configurable push options should be enabled for native Git and JGit. The push option has...
As developer, I want to make the option StrictHostKeyChecking configurable. The default should be true.
Currently, the CI build does not support Docker In Docker for Testcontainers. To solve this issue, there are two options: - fix DIND in drone or - move to Github...
As developer, I want that if a branch already exists for a dependency and a new version of this dependency is found in Maven repository, then the plugin should rename...
##### Description I integrate swagger-codegen-maven-plugin's goal 'generate' into my Maven build and use following configuration: ```xml ${project.basedir}/src/main/resources/swagger.json java false false false resttemplate java8 ``` Calling `mvn clean package` produces a...
In some cases the init branch is master instead of main. Ensure that the init branch is always main
Currently, we have no documentation page for this plugin. Therefore, we could publish a normal Maven Plugin Site as Github Page.
In the last time the CI builds break because of infrastructure issues. Therefore, the CI build should move to drone for better stability.