mojohaus / jaxb2-maven-plugin

JAXB2 Maven Plugin
https://www.mojohaus.org/jaxb2-maven-plugin/
Apache License 2.0
103 stars 76 forks source link

Add missing @Parameter annotation for xjc plugins #327

Closed ajkerr closed 2 weeks ago

ajkerr commented 3 weeks ago

The new <plugins> config for xjc that was introduced in https://github.com/mojohaus/jaxb2-maven-plugin/pull/286 seems to be missing a @Parameter annotation.

I believe that this is why IntelliJ is showing validation errors in the pom.xml, and why the new configuration doesn't seem to work.

Screenshot 2024-06-11 at 1 06 34 PM
MCMicS commented 3 weeks ago

yes also saw this the days and want create the PR for it. Thanks for doing it 👍🏻 I currently add a test to it and would at this to this PR is possible

MCMicS commented 3 weeks ago

@ajkerr Can you please merge the test into this PR please: https://github.com/ajkerr/jaxb2-maven-plugin/pull/1

ajkerr commented 1 week ago

@slachiewicz Any chance we could get a new release containing this fix?