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

Change Request: Support Automatic-Module-Name in iban4j distribution #148

Open
marcelbaumann opened this issue Aug 27, 2024 · 1 comment
Assignees
Milestone

Comments

@marcelbaumann
Copy link
Contributor

marcelbaumann commented Aug 27, 2024

Dear Maintainer

Could you please add an automatic module name to the distribution to allow use of iban4j in a java module application (supported since Java 9).
The changes would be in the pom file (maven-jar-plugin support it and should be automatically called in your pom file if added).

<plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-jar-plugin</artifactId>
    <configuration>
        <archive>
            <manifestEntries>
                <Automatic-Module-Name>org.iban4j</Automatic-Module-Name>
            </manifestEntries>
        </archive>
    </configuration>
</plugin>

Thanks in advance. See also issue #53

@hajk1 hajk1 self-assigned this Aug 27, 2024
@hajk1 hajk1 added this to the 3.2.10-RELEASE milestone Aug 27, 2024
@hajk1
Copy link
Collaborator

hajk1 commented Aug 27, 2024

It was an old feature request. I plan to include it in the next release. Thanks for your suggestion! @marcelbaumann

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