AW: Building Apache Maven

2016-08-05 Thread Christofer Dutz
wrong (cause you're on the some other branch, not on head)? Chris Von: Rajiv Jain Gesendet: Donnerstag, 4. August 2016 22:42:08 An: Maven Developers List Betreff: Re: Building Apache Maven Hi I wanted to chase up whether anybody can reply to the be

Re: Building Apache Maven

2016-08-04 Thread Rajiv Jain
Hi I wanted to chase up whether anybody can reply to the below e-mail? Basically, I would like to produce a fresh build and test my changes on my fresh build. I am using mvn - DdistributionTargetFolder=/Users/rajivpjs/tools/maven-test/apache-maven-3.4.0-SNAPSHOT clean package From this I use

Re: Building Apache Maven

2016-07-31 Thread Rajiv Jain
I forgot to mention pull request is 88. Sent from my iPhone > On 31 Jul 2016, at 07:37, Rajiv Jain wrote: > > Hi > > Based on a couple of previous e-mails and me doing one of the tasks, I > identified that once I append -V during my fresh build I reliased I was still > using the installed Ma

Re: Building Apache Maven

2016-07-30 Thread Rajiv Jain
Hi Based on a couple of previous e-mails and me doing one of the tasks, I identified that once I append -V during my fresh build I reliased I was still using the installed Maven. >>> mvn - >>> DdistributionTargetFolder=/Users/rajivpjs/tools/maven-test/apache-maven-3.4.0-SNAPSHOT >>> clean pack

Re: Building Apache Maven

2016-07-25 Thread Rajiv Jain
Hi Karl Thanks for taking another look. I have made the relevant changes. Please review. Hopefully, it should be fine and can now be merged in. Just out of question for next time, how is the checkstyle run? I am aware on the checkstyle plugin for maven, but not sure how the Eclipse one works th

Re: Building Apache Maven

2016-07-23 Thread Karl Heinz Marbaise
Hi Rajiv, I have taken another look into your updated pull request... We usually don't use asterik imports...and furthermore you don't follow the code style guide we have: http://maven.apache.org/developers/conventions/code.html If you runn a full build of what you have changed checkstyle sh

Re: Building Apache Maven

2016-07-22 Thread Rajiv Jain
Hi Thanks for the quick reply. I will give that ago. Ignore me for the jre. My details are: mvn --version Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T16:41:47+00:00) Maven home: /Users/rajivpjs/Desktop/apache-maven-3.3.9/apache-maven-3.3.9 For some reason I thought

Re: Building Apache Maven

2016-07-22 Thread Karl Heinz Marbaise
Hi, On 7/22/16 7:17 PM, Rajiv Jain wrote: Hi I have recently started to make contributions to the Apache Maven source code. I would like to know that if I wish to build a maven project using my changes how would I do this? You can build Maven Core by using the following and let also the

Building Apache Maven

2016-07-22 Thread Rajiv Jain
Hi I have recently started to make contributions to the Apache Maven source code. I would like to know that if I wish to build a maven project using my changes how would I do this? I am using a mac, and my current unmodified maven is pointing to the jre folder to maven home. How can I point my