Deploy elasticsearch to local maven repo

Hi all!
I make some changes to source code. I need to deploy elasticsearch jar to local maven repository, which places at C:\Users\user_name.m2\repository.

I'm using IntelliJ Idea Community edition and there is at maven tab in lifecycle "deploy" action.
Is it? Can I use it? I'm worried that it will remote deploy? No?

Please advice. Thanks.

It’s a maven question not related to elasticsearch.

That said mvn install will do what you want.

--
David Pilato - Developer | Evangelist

@dadoonet https://twitter.com/dadoonet | @elasticsearchfr https://twitter.com/elasticsearchfr | @scrutmydocs https://twitter.com/scrutmydocs

Le 27 avr. 2015 à 12:18, ku3ia demesg@gmail.com a écrit :

Hi all!
I make some changes to source code. I need to deploy elasticsearch jar to
local maven repository, which places at C:\Users\user_name.m2\repository.

I'm using IntelliJ Idea Community edition and there is at maven tab in
lifecycle "deploy" action.
Is it? Can I use it? I'm worried that it will remote deploy? No?

Please advice. Thanks.

--
View this message in context: http://elasticsearch-users.115913.n3.nabble.com/Deploy-elasticsearch-to-local-maven-repo-tp4074149.html
Sent from the Elasticsearch Users mailing list archive at Nabble.com.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/1430129932183-4074149.post%40n3.nabble.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/9A175F6C-EC23-4F18-849F-2DF447FDC72E%40pilato.fr.
For more options, visit https://groups.google.com/d/optout.

Many thanks, it works!