uhoefel commented on issue #1069: URL: https://github.com/apache/curator/issues/1069#issuecomment-3254140187
Note that adding an automatic module name can be as easy as adding (on the example of curator-framework) ```xml <build> <plugins> <plugin> <artifactId>maven-jar-plugin</artifactId> <version>3.4.2</version> <configuration> <archive> <manifestEntries> <Automatic-Module-Name>org.apache.curator.framework</Automatic-Module-Name> </manifestEntries> </archive> </configuration> </plugin> </plugins> </build> ``` to `pom.xml`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@curator.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org