RE: Inherit parent version?

2012-08-17 Thread Gandhi, Pawan
If this com.dummy:parent is a separate project and you are inheriting it in more than one project to get help for dependency management, properties and other common feature like distributionManagement...etc. The best solution is Child pom: parent groupIdcom.dummy/groupId

RE: Inherit parent version?

2012-08-17 Thread Gandhi, Pawan
Not bad in all cases. Can be bad in dependency resolution which no longer used in parent pom in my case. In my case, parent-pom is what provides me a centralized maven config helpful for build server to control all plugins, profiles, site related stuff, distributionManagement. Thanks Pawan

RE: How does one mirror a maven repository?

2012-06-06 Thread Gandhi, Pawan
This may be helpful http://www.sonatype.com/books/nexus-book/reference/maven-sect-single-group.html -Original Message- From: Brian Fox [mailto:bri...@infinity.nu] Sent: Wednesday, June 06, 2012 1:02 PM To: Maven Users List Subject: Re: How does one mirror a maven repository? Nexus Pro

RE: Any idea on choosing Repository - Archiva vs Artifactory

2011-12-13 Thread Gandhi, Pawan
software and two of them have a commercial version, meaning that they are pretty focused on making their tool bright and shiny. Cheers, Guillaume Le 13/12/2011 00:17, Daivish Shah a écrit : Thanks Pawan !! this helps a lot !! On Mon, Dec 12, 2011 at 2:31 PM, Gandhi, Pawan gandhi.pa

RE: Any idea on choosing Repository - Archiva vs Artifactory

2011-12-12 Thread Gandhi, Pawan
Below link may help you http://docs.codehaus.org/display/MAVENUSER/Maven+Repository+Manager+Feature+Matrix Thanks Pawan -Original Message- From: Daivish Shah [mailto:daivish.s...@gmail.com] Sent: Monday, December 12, 2011 5:23 PM To: Maven Users List Subject: Any idea on choosing

how to mirror a repo.

2011-12-01 Thread Gandhi, Pawan
Hi All, I am facing an issue while downloading mule artifacts from below repository. I have not declared this repo anywhere but some how it is coming through transitive dependencies POM configs, not sure. http://dev.ee.mulesource.com/repository/content/repositories/ext-release s The