keenlabs / KeenClient-Java

Official Java client for the Keen IO API. Build analytics features directly into your Java apps.
https://keen.io/docs
MIT License
74 stars 43 forks source link

Add maven assembly configuration to create jar-with-dependencies #5

Closed karlvr closed 11 years ago

karlvr commented 11 years ago

Use: mvn assembly:assembly

I'm not sure if you want this, but it was useful for me when doing work on it. The assembly creates the jar with the dependencies included.

dkador commented 11 years ago

Ah, cool! Looks good except for the formatting. Can we get that cleaned up?

karlvr commented 11 years ago

That ought to fix it - I work in tabs rather than spaces usually.

dkador commented 11 years ago

Merged!