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

Publish 1.3.2 release to maven repository #16

Closed
wandenberg opened this issue Apr 22, 2017 · 4 comments
Closed

Publish 1.3.2 release to maven repository #16

wandenberg opened this issue Apr 22, 2017 · 4 comments

Comments

@wandenberg
Copy link

There are any reason why the version 1.3.2 was not published to maven repository ?
Or is it published in somewhere else?

@sabomichal
Copy link
Owner

Well, as I can see, that version was created by a mistake. There is no change in the code base.

@wandenberg
Copy link
Author

This is weird @sabomichal because I'm using the version 1.3.1 and when I try to use the -imm-builder option I receive this error unrecognized parameter -immutable -imm-builder, despite I can see the option on the code on master.
Can you help me to get it work if the code is really on version 1.3.1?
I'm using jaxb2-maven-plugin version 2.3.1 in case this matter.

@sabomichal
Copy link
Owner

sabomichal commented Apr 23, 2017

I have changed the usage section, it should be configured this way:

<arguments>
    <argument>-immutable</argument>
    <argument>-imm-builder</argument>
</arguments>

@wandenberg
Copy link
Author

Thanks @sabomichal. Now it works ;)

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