Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Push Option configurable #69

Open
sparsick opened this issue Dec 19, 2022 · 1 comment
Open

Make Push Option configurable #69

sparsick opened this issue Dec 19, 2022 · 1 comment
Labels
feature New feature or request

Comments

@sparsick
Copy link
Collaborator

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 to be set manually by the developer in the configuration section of the plugin.

@sparsick sparsick added the feature New feature or request label Dec 19, 2022
@georgberky
Copy link
Owner

We have agreed on the following configuration format:

    <build>
        <plugins>
            <plugin>
                <groupId>${project.groupId}</groupId>
                <artifactId>${project.artifactId}</artifactId>
                <version>${project.version}</version>
                <configuration>
                    <gitProvider>JGIT</gitProvider>
                    <gitOptions>
                        <pushOptions>
                            <foo>bar</foo>
                        </pushOptions>
                    </gitOptions>
                </configuration>
            </plugin>
        </plugins>
    </build>

georgberky added a commit that referenced this issue Apr 19, 2023
Co-Authored-By: Sandra Parsick <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants