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

Some JDK 11 folder paths are truncated #2

Open
Mike4Online opened this issue Jun 16, 2021 · 0 comments
Open

Some JDK 11 folder paths are truncated #2

Mike4Online opened this issue Jun 16, 2021 · 0 comments

Comments

@Mike4Online
Copy link

In the pom.xml for the JarPack project, the checksum-maven-plugin is configured to point to the directory data. The fileSet will interpret this as a relative path, and will truncate any Java JRE sub-folders that happen to end with data. For example, when processing Java 11 folder data/legal/jdk.localedata/, the path data/legal/jdk.locale/ will be written to the file-list.xml file within the new JarPack JAR.

To correct this, edit the pom file and change configuration of the checksum-maven-plugin so the directory is the absolute path ${project.basedir}/data rather than the relative path data.

@Mike4Online Mike4Online changed the title Some JDK 11 folde rpaths are truncated Some JDK 11 folder paths are truncated Jun 16, 2021
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

1 participant