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

Parse plugin configuration tags #3

Closed
lucasoares opened this issue Apr 26, 2022 · 2 comments · Fixed by #7
Closed

Parse plugin configuration tags #3

lucasoares opened this issue Apr 26, 2022 · 2 comments · Fixed by #7
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@lucasoares
Copy link

Currently, the plugin configuration is not parsed.

Example:

      <plugin>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-maven-plugin</artifactId>
        <configuration>
          <skip>true</skip>
        </configuration>
      </plugin>
    </plugins>

The current gopom implementation doesn't let you get configurations for a plugin.

@vifraa vifraa added bug Something isn't working good first issue Good for newcomers labels Oct 15, 2022
@vifraa
Copy link
Owner

vifraa commented Oct 15, 2022

You are correct, we are currently not parsing the configuration even though we should.

Feel free to create a PR with the fix. Unfortunately I will not have time to fix this myself for a couple of weeks.

@vifraa
Copy link
Owner

vifraa commented Jul 26, 2023

The fix for this is now available in version v0.2.2 thanks to @akadir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants