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

gz or zip file may rename to jar in copy project dependencies #150

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

CholyYang
Copy link

When repository url is "https://repo1.maven.org/maven2/" and get jar "log4j-1.2.17" or "log4j1.2.16", use command 'sbt pack' will rename log4j-1.2.17.tar.gz to log4j-1.2.17.jar.

In sbt-pack copy project dependencies code variable distinctDpJars include three file ("log4j-1.2.17.jar", "log4j-1.2.17.tar.gz", "log4j-1.2.17.zip"),and function "resolveJarName(m, jarNameConvention)" cause jar file be renamed in fact.

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

Successfully merging this pull request may close these issues.

1 participant