in either case, once you have jar buiilt, you can use maven command line to
deploy by yourself to maven repo
On Wed, Dec 5, 2012 at 4:48 PM, Viral Bajaria wrote:
> Actually I am using the ant build targets and not maven. I don't think
> hive is fully mavenized as yet (github repo does not have p
Actually I am using the ant build targets and not maven. I don't think hive
is fully mavenized as yet (github repo does not have pom.xml), it has ant
targets which help you do all the maven stuff.
The plugin that you suggest is for maven and not for ant.
On Wed, Dec 5, 2012 at 3:14 AM, Nitin Pawa
you will need to use maven deploy plugin
http://maven.apache.org/plugins/maven-deploy-plugin/usage.html
On Wed, Dec 5, 2012 at 4:10 PM, Viral Bajaria wrote:
> Hi,
>
> I downloaded hive 0.9.0 source and wanted to compile it for hadoop 0.23.4,
> I ended up using the -Dhadoop.version info found at