Re: Deploy large files

2011-07-22 Thread Hervé BOUTEMY
yes, we'll release m-site-p 3.0 shortly, with a hard work to fill the gap We're pretty confident about features and doc, which should be quite exaustive about the few little changes that could not be avoided please help us testing it in the final step and these difficulties should belong to th

Inconsistent handling of timestamped snapshots in maven3

2011-07-22 Thread Bogdan Calmac
maven3 enforces the good practice of using timestamped snapshots (by dropping support for uniqueVersion=false) so I had no choice but to try and get it to work, even though I was just fine with non-unique snapshots. My project setup is pretty typical: projectA depends on projectB which depends on

Existing Network Location Access for JAR files

2011-07-22 Thread Daivish Shah
Hi, I have one quick Question for you guys. I am having one issue to adopt Maven. My company needs following features available with Maven. I am trying to force my company to choose Maven as build TOOL. but they have one critical question for you guys. My company is looking to write something l

Re: Deploy large files

2011-07-22 Thread Benson Margulies
Hopefully site 3.0 will pull this together. On Fri, Jul 22, 2011 at 2:50 PM, Maven User wrote: > Sorry Benson - it's been pretty frustrating in general working with maven 3 > (I wasn't the adopter here, just the maintainer). > > Didn't mean to take it out on the list like that - my apologies. > >

Re: Rebuilding directory structure from an existing pom.xml

2011-07-22 Thread Wayne Fay
> Is there a way to rebuild the default directory structure from an existing > pom.xml > > Say someone sends you just the pom.xml  and you want to recreate the default > folder structure. If none of the directory paths have been modified from the "default" (convention), then you could just use a

Re: Deploy large files

2011-07-22 Thread Maven User
Sorry Benson - it's been pretty frustrating in general working with maven 3 (I wasn't the adopter here, just the maintainer). Didn't mean to take it out on the list like that - my apologies. I love the speed of maven 3 but liked the "just works" nature of maven 2(.2.1). Thanks again all for the

Re: Deploy large files

2011-07-22 Thread Benson Margulies
As a heavy user of site, your view that maven '3' isn't real yet is entirely understandable. On Fri, Jul 22, 2011 at 11:43 AM, Maven User wrote: > Ok, maybe I'm misunderstanding - but initially, I thought the goal of maven3 > was that it should have been a direct replacement with backward > compa

Re: Deploy large files

2011-07-22 Thread Maven User
Ok, maybe I'm misunderstanding - but initially, I thought the goal of maven3 was that it should have been a direct replacement with backward compatibility. For companies who rely heavily on site generation/deployment, this truly isn't the case. There are a lot of flaming hoops to jump through for

Re: Deploy large files

2011-07-22 Thread Benson Margulies
I don't think that you're being quite fair here. When 3.0-beta-3 was released, the default assumption was that the next release would be beta-4. So any bugs fixed got marked 'fixed in beta 4'. Typically, a JIRA spends at least some weeks, if not months, marked 'fixed' in a release that isn't relea

Re: Maven API: how to get "reactor" order

2011-07-22 Thread Ron Wheeler
On 22/07/2011 10:33 AM, Julien HENRY wrote: So you must have version 5.1 of project 1-1 depending on version 5.0 of project 2-1 and version 5.1 of 2-1 depending on 5.0 of project 1-2? No, Maven is able to build even when all have the same version. See attached test project. But I would like to

Re: Maven API: how to get "reactor" order

2011-07-22 Thread Julien HENRY
>So you must have version 5.1 of project 1-1 depending on version 5.0 of >project 2-1 >and version 5.1 of 2-1 depending on 5.0 of project 1-2? No, Maven is able to build even when all have the same version. See attached test project. But I would like to prevent users of doing so. >Is that what

Re: Deploy large files

2011-07-22 Thread Maven User
Impressive. Maven 3 should still be labeled a beta release... Thanks Benson for the heads up, I appreciate it.

Re: Deploy large files

2011-07-22 Thread Benson Margulies
There isn't one. In fact, the current plan is to make the next release be called '3.0' and release it quite soon. You could build and run a snapshot from source. On Fri, Jul 22, 2011 at 10:15 AM, Maven User wrote: > Where can I get 3.0-beta-4? > > Looks like you can't adjust the timeout using t

Re: Deploy large files

2011-07-22 Thread Maven User
Where can I get 3.0-beta-4? Looks like you can't adjust the timeout using the option with 3.0-beta-3 (see: http://jira.codehaus.org/browse/MSITE-581).

Re: Maven API: how to get "reactor" order

2011-07-22 Thread Ron Wheeler
So you must have version 5.1 of project 1-1 depending on version 5.0 of project 2-1 and version 5.1 of 2-1 depending on 5.0 of project 1-2? Is that what you are trying to detect? A better way to fix the problem is to use Maven properties to specify the versions of the project Then project 2-1

Re: Maven API: how to get "reactor" order

2011-07-22 Thread Julien HENRY
I have just tested to be sure and it works (Maven 3.0.3): [INFO] Reactor Summary: [INFO] [INFO] module-1 .. SUCCESS [0.471s] [INFO] module-1-2 SUCCESS [2.141s] [INFO] module-2

Re: Maven API: how to get "reactor" order

2011-07-22 Thread Ron Wheeler
On 22/07/2011 4:08 AM, Julien HENRY wrote: Hi, Background: I'm trying to develop a release helper tool for my company. We can't use the maven-release-plugin for several reasons. We have a notion that is like a "release train" were several projects must be released at the same time. These proje

Re: Synchro issue between codehaus and central?

2011-07-22 Thread Juven Xu
fyi, since sonar is migrated from the old codehaus repository to https://nexus.codehaus.org/, we now can guarantee that there won't be any broken checksum of sonar artifacts deployed to central. Nexus Pro has staging rules checking this, and it's very handy to fix existing broken checksum, just ru

Maven API: how to get "reactor" order

2011-07-22 Thread Julien HENRY
Hi, Background: I'm trying to develop a release helper tool for my company. We can't use the maven-release-plugin for several reasons. We have a notion that is like a "release train" were several projects must be released at the same time. These projects can be Maven multi-module projects. Thes