sbt / sbt-onejar

Packages your project using One-JAR™
MIT License
268 stars 45 forks source link

Packaging Seems To Ignore Existing Artifact #8

Open btab opened 12 years ago

btab commented 12 years ago

Hiya,

Not sure if this is by design, but I'm assuming that if I'm in SBT and type...

one-jar

one-jar

...the second invocation should do no work. However it always seems to rebuild the artifact.

My SBT foo isn't strong enough to work out whether this is a missing dependency rule or something else.

retronym commented 12 years ago

I would need to add the caching to this plugin. SBT has a facility, but it isn't automatic.