Re: maven packaging

2012-02-12 Thread ribal...@gmail.com
sorry for so many questions, but I've found everything I need: DEB_MAVEN_ARGS and maven.properties. Thanks. -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. "ribal...@gmail.com" wrote: Thank you, my bad. One more question: What is the right way of adding jar to maven repo

Re: maven packaging

2012-02-08 Thread Boris Ribalkin
Thanks, that helped. Still have more questions :) Is it possible to override default behavior and run maven with specific profile like mvn -P profile ? On Sun, Jan 29, 2012 at 9:06 AM, Ludovic Claude wrote: > To add jars to maven repo when the build system is not Maven, use the > tools provided

Re: maven packaging

2012-01-29 Thread Ludovic Claude
To add jars to maven repo when the build system is not Maven, use the tools provided by maven-repo-helper. There is a tutorial here: file:///usr/share/doc/maven-repo-helper/tutorial.html Ludovic On 28/01/2012 01:20, ribal...@gmail.com wrote: > Thank you, my bad. > One more question: > What is th

Re: maven packaging

2012-01-27 Thread ribal...@gmail.com
Thank you, my bad. One more question: What is the right way of adding jar to maven repo for existing ant based package? -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Ludovic Claude wrote: Hello Boris, You should not try to package only a module of this project (goog

Re: maven packaging

2012-01-24 Thread Ludovic Claude
Hello Boris, You should not try to package only a module of this project (google-http-client) but the whole project, then select which modules you want to include and maybe split the final binaries into several packages. So in short do the following: hg clone https://code.google.com/p/google-htt

Re: maven packaging

2012-01-20 Thread Boris Ribalkin
Hi, One more question on mh_make. I am trying to package google-http-client ( https://google-http-java-client.googlecode.com/hg/google-http-client/pom.xml) which depends on com.google.code.gson ( http://google-gson.googlecode.com/svn/tags/gson-2.1/). So I packaged gson first and it was fine, but w