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

Output warnings instead of failing the build #18

Closed
nickstolwijk opened this issue Mar 26, 2021 · 3 comments
Closed

Output warnings instead of failing the build #18

nickstolwijk opened this issue Mar 26, 2021 · 3 comments
Assignees

Comments

@nickstolwijk
Copy link

I would like to add this plugin to our standard build to make developers aware of these relocations. Unfortunately, the plugin only supports the failing of the build instead of just output warnings.

Could it be an option to not fail the build?

@jonathanlermitage
Copy link
Owner

Good idea. Will publish a new release soon (1.3.0).

@jonathanlermitage jonathanlermitage self-assigned this Mar 27, 2021
@jonathanlermitage
Copy link
Owner

1.3.0 released and published to maven central. It should be visible in a few days (you can check https://search.maven.org/artifact/biz.lermitage.oga/oga-maven-plugin).
You can configure the plugin this way:

            <plugin>
                <groupId>biz.lermitage.oga</groupId>
                <artifactId>oga-maven-plugin</artifactId>
                <version>1.3.0</version>
                <configuration>
                    <failOnError>false</failOnError>
                </configuration>
            </plugin>

@jonathanlermitage
Copy link
Owner

Done, you can upgrade to 1.3.0 ;-) @nickstolwijk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants