tacitknowledge / autopatch

An automated database patching framework for Java.
41 stars 19 forks source link

adding in mvn shade to produce shaded jar containing all dependencies #8

Closed apeshimam closed 13 years ago

apeshimam commented 13 years ago

Added in maven-shade-plugin so that there's a build artifact which contains all dependencies. This should be useful for creating a script to invoke autopatch.

scottfromsf commented 13 years ago

Thanks for the patch, Artie. Just curious, what's the use case for this? Is it so folks can use Autopatch as an executable JAR?

apeshimam commented 13 years ago

Yep. that's the general idea. I think the addition of a script based invocation would be useful.

scottfromsf commented 13 years ago

OK. Since this doesn't change the core JAR I'm not going to release 1.2.7 just for this change. It's in 1.2.7-SNAPSHOT though.

Thanks again!