forcedotcom / phoenix

BSD 3-Clause "New" or "Revised" License
558 stars 227 forks source link

More flexible jar creation #575

Closed jtaylor-sfdc closed 10 years ago

jtaylor-sfdc commented 10 years ago

Enable a minimal jar and a minimal client jar on calls to mvn package. The minimal jar does not include any HBase dependencies, but does include dependent jar outside of HBase (for ANTLR and CSVOutputer).

This also does some cleanup of the build specs to reuse the dependencies in component descriptors. Means less duplication across the different assembly descriptors, and less chance for mistake.

jtaylor-sfdc commented 10 years ago

Fixed by @jyates in master and 2.1.2