Re: [VOTE] Retire Maven Downloader

2019-06-07 Thread gaurav
+1 On Sat 8 Jun, 2019, 8:22 AM Bernd Prager, wrote: > +1 > > On 7/6/62 20:32, Robert Scholte wrote: > > Hi, > > > > The Apache Maven project consist of about 90 (sub)projects. Due to the > small number of volunteers and the huge amount of code to maintain we're > missing enough space to make rea

Re: [VOTE] Retire Maven Ant Plugin

2019-05-29 Thread gaurav
+1 On Wed, May 29, 2019 at 11:20 AM Tushar Kapila wrote: > +1 can be a separate project if anyone wants to pursue it. > > On Wed, 29 May, 2019, 09:38 Bernd Prager, wrote: > > > +1 > > > > On 29/5/62 01:54, Robert Scholte wrote: > > > Hi, > > > > > > The Apache Maven project consist of about 100

Re: [VOTE] Retire Maven Repository Plugin

2019-04-25 Thread gaurav
+1 On Wed 24 Apr, 2019, 2:51 AM Manfred Moser, wrote: > +1 > > Robert Scholte wrote on 2019-04-23 12:43: > > > Hi, > > > > The Apache Maven project consist of about 100 (sub)projects. Due to the > small > > number of volunteers and the huge amount of code to maintain we're > missing > > enough s

Re: Excluding transitive dependencies of plugins

2016-09-23 Thread Gaurav Gupta
Any pointers please? Thanks Gaurav On Mon, Sep 19, 2016 at 5:51 PM, Gaurav Gupta wrote: > Hi, > > I have a use case where I need to exclude transitive dependency of a > plugin. > I am using following plugin > > org.codehaus.mojo > cobertura-maven-plugin > 2.7 > &g

Excluding transitive dependencies of plugins

2016-09-19 Thread Gaurav Gupta
net.sourceforge.cobertura cobertura 2.1.1 ch.qos.logback logback-classic But with both options I see that logback-classic is downloaded. Can someone please point me to correct usage of this? Thanks Gaurav

Maven does not detect local changes

2016-03-07 Thread Gaurav Kanade
these. Is there something I am missing here ? Gaurav

Re: Calling Maven from Java

2012-02-14 Thread Gaurav Arora
We needed to do something similar a while back. The solution we came up was to use groovy and AntBuilder ( http://groovy.codehaus.org/Using+Ant+from+Groovy). Not that you can't do it with java but it'll just be too verbose and hard to maintain. If nothing else invoking "mvn install" from AntBuilde

Make plugin failsafe compatible

2012-02-14 Thread Gaurav Arora
PSHOT integration-test run I can clearly see in the logs that the failsafe plugin is run but for some reason the rf plugin bypasses the failsafe plugin. This makes me think that I need to change the rf plugin to be failsafe compatible. Am I right or completely off the mark? Thanks, Gaurav P.S. T

RE: Parallel download dependencies in same group

2011-08-12 Thread Gaurav Arora
es in parallel? I'm not sure how patch submissions work in the maven ecosystem so any links would be most helpful. Thanks, Gaurav -Original Message- From: Wayne Fay [mailto:wayne...@gmail.com] Sent: Thursday, August 11, 2011 9:08 PM To: Maven Users List Subject: Re: Parallel download depen

Re: Parallel download dependencies in same group

2011-08-11 Thread Gaurav Arora
team where developers are frequently changing code so the version keeps updating. On Aug 11, 2011 8:28 PM, "Ron Wheeler" wrote: > On 11/08/2011 6:36 AM, Gaurav Arora wrote: >> Hi, >> >> I recently posted a question on stackoverflow ( >> http://stackoverflow

Parallel download dependencies in same group

2011-08-11 Thread Gaurav Arora
internet so it’s not ideal that we do it over a single connection. Regards, Gaurav

Re: Multiproject property overriding.

2005-06-28 Thread Gaurav Kushwaha
override the properties mentioned in earlier file. Thanks, Gaurav. On 6/28/05, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: > On Tue, Jun 28, 2005 at 01:19:09PM +0100, Adam Hardy wrote: > > Edwin Punzalan on 28/06/05 10:57, wrote: > > >I will be quoting the maven site: >

Re: Multiproject property overriding.

2005-06-28 Thread Gaurav Kushwaha
Shouldn't build.properties in master project override the properties specified in the individual project's project.properties ? Thanks, Gaurav. On 6/28/05, Edwin Punzalan <[EMAIL PROTECTED]> wrote: > Try using the -D option in the command line... that will override all

Multiproject property overriding.

2005-06-27 Thread Gaurav Kushwaha
ject.properties file. And I want to override that property in all the projects just by making that change in the master project's project.properties file. Is it possible ? I tried doing it. Wasn't able to. Will apprec

cruisecontrol goals generated by maven.

2005-05-25 Thread Gaurav Khushwaha
I have cruisecontrol running on maven generated config file. The default goals it generates is this "scm:update-project|clean test|site:deploy" . My question is what is this pipe doing here ? How is it different from just leaving white spaces between the goals. Regards, Gaurav.

RE: multiproject:site not generating sites for subprojects.

2005-05-21 Thread Gaurav Khushwaha
et to independent a navigation menu is generated with each project's name linking to the project's URL, as specified in that project's descriptor, project.xml. Regards, Gaurav. -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Sat 5/21/2005 5:42 PM

multiproject:site not generating sites for subprojects.

2005-05-21 Thread Gaurav Khushwaha
properties that I have changed from the default multiproject setup. maven.multiproject.includes=**/project.xml maven.multiproject.navigation=independent Any help or pointers will be greatly appreciated. Regards, Gaurav.

CruiseControl build report on maven generated site

2005-05-18 Thread Gaurav Khushwaha
d the site. Any pointers would be helpful. Thanks, Gaurav.

Changelog report not showing the changes.

2005-05-18 Thread Gaurav Khushwaha
rkup is giving me the same result as https://repo/module/file.xyz Am I missing something ? Thanks, Gaurav.