Re: Maven 3.2.6

2015-02-25 Thread Anders Hammar
On Thu, Feb 26, 2015 at 8:16 AM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > On Thursday, February 26, 2015, Anders Hammar wrote: > > > > > > > One thing we could do to make stuff easier around these .bat scripts is > > to > > > drop support for this 4NT shell and Windows version

Re: Maven 3.2.6

2015-02-25 Thread Stephen Connolly
On Thursday, February 26, 2015, Anders Hammar wrote: > > > > One thing we could do to make stuff easier around these .bat scripts is > to > > drop support for this 4NT shell and Windows versions that are not based > on > > NT (i.e. Windows 9x / ME). > > > Well, as Maven 3.2+ requires a minimum of

Re: Maven 3.2.6

2015-02-25 Thread Anders Hammar
> > One thing we could do to make stuff easier around these .bat scripts is to > drop support for this 4NT shell and Windows versions that are not based on > NT (i.e. Windows 9x / ME). Well, as Maven 3.2+ requires a minimum of JDK 1.6 there is no reason to support anything that JDK 1.6 doesn't ru

[GitHub] maven pull request: [MNG-5738] Addition of command line flag '--le...

2015-02-25 Thread ChristianSchulte
Github user ChristianSchulte commented on the pull request: https://github.com/apache/maven/pull/32#issuecomment-76122905 ``` parent module1 module2 ``` With Maven 3 I need to ``` cmd>cd parent && mvn site-deploy -N && cd module1 && mvn site-dep

[GitHub] maven pull request: [MNG-5738] Addition of command line flag '--le...

2015-02-25 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/32#issuecomment-76101706 There's nothing wrong with there being a site plugin, configuration for the a site housed within the site plugin and running the site plugin. What is not right is how it wa

Re: SCM Providers

2015-02-25 Thread Chris Graham
Hi Robert. Yes, it's time that I think we should. :) I may have some time shortly to look into fixing the outstanding Jazz issues. Firstly, what do we call the workitemId/ticketNo/whateverelsethingsarecalled ? Where do we put it? I'd be tempted to put it in the same structure as pushChanges, as

[GitHub] maven pull request: [MNG-5738] Addition of command line flag '--le...

2015-02-25 Thread ChristianSchulte
Github user ChristianSchulte commented on the pull request: https://github.com/apache/maven/pull/32#issuecomment-76081933 Could not be more confusing. Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Ma

Re: [VOTE] Release Apache Maven Stage Plugin version 1.0

2015-02-25 Thread Olivier Lamy
+1 On 24 February 2015 at 07:03, Karl Heinz Marbaise wrote: > Hi, > > We solved 6 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa? > projectId=11695&version=14343 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/issues/?jql=project%20%3D% > 20MSTAGE%20AN

Re: Maven 3.2.6

2015-02-25 Thread Andreas Gudian
Well, ok, here it is: https://git-wip-us.apache.org/repos/asf?p=maven.git;a=commit;h=562896a192072b9044a6b2fd37ff31bf638214c8 For Windows 9x/ME, only the first line of jvm.config can be used. I also started checking if I could boil down mvnDebug.bat to pretty much just delegate to mvn.bat, but Wi

Re: [VOTE] Release Apache Maven Stage Plugin version 1.0

2015-02-25 Thread Karl Heinz Marbaise
Hi, here is my +1 ... Kind regards Karl Heinz Marbaise On 2/23/15 9:03 PM, Karl Heinz Marbaise wrote: Hi, We solved 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11695&version=14343 There are still a couple of issues left in JIRA: http://jira.codehaus.org/issues/?jql=p

Re: Maven 3.2.6

2015-02-25 Thread Jason van Zyl
Awesome, thanks! On Feb 25, 2015, at 10:32 AM, Andreas Gudian wrote: > Hi guys, > > I'm stuck with a windows box and I can give it a try... > > .bat-scripting is not really a joy, but what's in the patch should be > translatable. > > Andreas > > 2015-02-25 17:01 GMT+01:00 Igor Fedorenko : >

Re: Maven 3.2.6

2015-02-25 Thread Andreas Gudian
Hi guys, I'm stuck with a windows box and I can give it a try... .bat-scripting is not really a joy, but what's in the patch should be translatable. Andreas 2015-02-25 17:01 GMT+01:00 Igor Fedorenko : > You can see actual diff to mvn shell script in [1], but the changes was > basically two-fo

[GitHub] maven pull request: [MNG-5738] Addition of command line flag '--le...

2015-02-25 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/32#issuecomment-76013680 The crux of my argument is that Maven should not be doing anything other than building, non build lifecycles were a mistake and have done nothing but make the core more com

[GitHub] maven pull request: [MNG-5738] Addition of command line flag '--le...

2015-02-25 Thread ChristianSchulte
Github user ChristianSchulte commented on the pull request: https://github.com/apache/maven/pull/32#issuecomment-75990941 There are situations the behaviour is not wrong, in my opinion. Resolution for non project `` related lifecycles, for example. Maven could detect this automically

Re: Maven 3.2.6

2015-02-25 Thread Igor Fedorenko
You can see actual diff to mvn shell script in [1], but the changes was basically two-fold. First, find nearest parent directory that contains .mvn/ subdirectory. This parent is considered "true" multi-module project root (MNG-1958). Second, if .mvn/java.config file is present immediately under th

RE: Maven 3.2.6

2015-02-25 Thread Robert Patrick
What exactly is the problem that Igor ran into that limits his solution to Unix-only? Knowing this would help people determine what the level of effort needed to solve the problem. -- Robert Patrick VP, Oracle Corporation 7460 Warren Pkwy, Ste. 300 Office: +1.972.963.2872 Frisco, TX 7503

[GitHub] maven pull request: [MNG-5738] Addition of command line flag '--le...

2015-02-25 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/32#issuecomment-75961215 The behaviour you describe you need is wrong and the I'm convinced at this point that the site plugin should just be a stand-alone tool and was implemented incorrectly in M

Re: Maven 3.2.6

2015-02-25 Thread Jason van Zyl
On Feb 24, 2015, at 11:31 PM, Arnaud Héritier wrote: > I had a quick look at the changeling and I'm +1 for a 3.3.0 with > improvements like the toolchain integration and few others > I'm far from the project and won't veto anything as I have no time for it > but I don't understand why http://jir