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
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
>
> 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 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 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
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 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
+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
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
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
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 :
>
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 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 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
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
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 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
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
18 matches
Mail list logo