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

jarname in assembly should be jarname in Assembly? #17

Closed
bartschuller opened this issue Oct 4, 2011 · 2 comments
Closed

jarname in assembly should be jarname in Assembly? #17

bartschuller opened this issue Oct 4, 2011 · 2 comments

Comments

@bartschuller
Copy link

I'm using sbt-assembly 0.6 with sbt 0.11.0 and to my surprise putting

jarName in assembly := "foo.jar"

in build.sbt did not work: the jar produced was called foo-assembly-1.0.0.jar.

Now I'm still in the cargo-cult stage of sbt programming, but with trial and error I found that this works:

jarName in Assembly := "foo.jar"
@eed3si9n
Copy link
Member

eed3si9n commented Oct 4, 2011

0.6 is the cross-published old version. the readme refers to 0.7.0 style.

@eed3si9n eed3si9n closed this as completed Oct 4, 2011
@bartschuller
Copy link
Author

Thanks, it's working now with 0.7.0

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