basho-labs / riak-data-migrator

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

Update pom with maven-compiler-plugin #14

Closed broach closed 10 years ago

broach commented 10 years ago

Some maven installations have the default -source set to 1.3 in the super pom. This adds the maven-compiler-plugin to the pom and sets -source and -target to 1.6

Also added UTF-8 encoding specification to eliminate warnings.

Resolves #13

dmitrizagidulin commented 10 years ago

Thanks @broach! +1, merging