basho-labs / riak-data-migrator

Riak logical export and data migration tool (using Java client)
15 stars 6 forks source link

make maven build a zip file with migrator ready to run #5

Closed randysecrist closed 10 years ago

randysecrist commented 10 years ago

adds some maven sprinkles to facilitate this:

Steps to run migrator:

randysecrist commented 10 years ago

branch isn't ready yet; not right on a clean machine

randysecrist commented 10 years ago

cc: @dankerrigan

dankerrigan commented 10 years ago

The maven-assembly-plugin can create a zip file - what's the difference between that and what you've done?

randysecrist commented 10 years ago

thinking more clearly; you are right - not needed.

broach commented 10 years ago

+1 to Dan's comment. I have a profile to do this in the .pom for the RJC using the assembly plugin -> https://github.com/basho/riak-java-client/blob/1.4.3/pom.xml#L310 With the xml file it pulls in here: https://github.com/basho/riak-java-client/blob/1.4.3/src/main/assembly/rjc-deps.xml

Feel free to steal :)