Re: Query related to Maven

2008-08-25 Thread Samuel Le Berrigaud
It is. I suggest you have a look at the POM descriptor http://maven.apache.org/ref/current/maven-model/maven.html#class_build You'll find some information here about configuring source directories, etc. I also strongly suggest you follow the maven conventions if you can. SaM On Tue, Aug 26, 2008

Query related to Maven

2008-08-25 Thread SanthoshKumar N
Is it possible to create my own directory structure? insted of src/main/java If Yes, please provide the steps (commands ) for this, Thanks, In Advance Santhosh Kumar N

Re: [PROPOSAL] Going forward with Maven 2.x releases

2008-08-25 Thread Brett Porter
+1 :) On 26/08/2008, at 1:57 PM, John Casey wrote: I'm okay with making the current RC a first milestone toward 2.1.0, if we know what the endgame for 2.1.0 is. How do we know when we're done? Also, can we focus on having a 2.1.0 GA out in the next two or so months? It's been since April t

Re: [PROPOSAL] Going forward with Maven 2.x releases

2008-08-25 Thread John Casey
I'm okay with making the current RC a first milestone toward 2.1.0, if we know what the endgame for 2.1.0 is. How do we know when we're done? Also, can we focus on having a 2.1.0 GA out in the next two or so months? It's been since April that we had a release, and that one had some pretty big p

Re: [PROPOSAL] Going forward with Maven 2.x releases

2008-08-25 Thread Ralph Goers
I should have read your email before I replied. I pretty much agree with all of what you are proposing. FWIW, the bug I am working on is MNG-624 and yes, it has a ton of votes. It also addresses MNG-3057, MNG-2446, MNG-2412 and probably several others that are related. My change is pretty much

Re: [PROPOSAL] Going forward with Maven 2.x releases

2008-08-25 Thread Ralph Goers
I'm good with making 2.0.10-RC the head of 2.1.x. I guess I'd like to see some sort of process on 2.1 where enhancements that aren't necessarily 100% compatible can be added so some things can be changed before the branch is considered completely stable. By releasing 2.1.0 I think we'd be giv

Re: Importing of DependencyManagement Info

2008-08-25 Thread Shane Isbell
On 8/25/08, Ralph Goers <[EMAIL PROTECTED]> wrote: > > I'm still confused. If I had thought that it could be done that way I would > have done it in the first place. How does that get past schema checking? Or > are you adding it to the xsd somewhere? The mavenImport tag is processed in the projec

Re: [PROPOSAL] Going forward with Maven 2.x releases

2008-08-25 Thread Paul Benedict
I am okay with making 2.0.10 -> 2.1.0 too, but I do have to ask is everyone up to maintaining 3 code streams (3.0, 2.0, 2.1)? In terms of software design, the branching makes alot of sense, but due to the amount of Critical and Blocker bugs that go into each 2.0.x release, I don't know if that's th

Re: Importing of DependencyManagement Info

2008-08-25 Thread Brian Fox
Shane has reworked maven project with an eye towards these use cases. This stuff is in maven 3.0 Sent from my iPhone On Aug 25, 2008, at 8:26 PM, Ralph Goers <[EMAIL PROTECTED]> wrote: I'm still confused. If I had thought that it could be done that way I would have done it in the first p

Re: Importing of DependencyManagement Info

2008-08-25 Thread Ralph Goers
I'm still confused. If I had thought that it could be done that way I would have done it in the first place. How does that get past schema checking? Or are you adding it to the xsd somewhere? Shane Isbell wrote: Basically, you just put in into the pom. The id references an external pom snippe

Re: [PROPOSAL] Going forward with Maven 2.x releases

2008-08-25 Thread Brett Porter
On 26/08/2008, at 6:44 AM, John Casey wrote: To start, I'd personally prefer to see the code we current have in the release process designated as 2.1.0. It's seen a lot of change to the internal implementations, and while we've gone to great lengths to ensure it's functionally compatible w

Re: [PROPOSAL] Going forward with Maven 2.x releases

2008-08-25 Thread Christian Edward Gruber
Why not use JIRA voting as a mechanism, officially. Or at least as a weighting factor. Christian. On 25-Aug-08, at 16:44 , John Casey wrote: Hi, I'd like to propose that we put together a plan for the next few releases of Maven, and also a plan for what we're going to call them. There

Re: [PLEASE TEST] Maven 2.0.10-RC11

2008-08-25 Thread Brett Porter
Looking good in my standard environment so far. - Brett On 26/08/2008, at 6:15 AM, John Casey wrote: Hi again, One bug was identified in 2.0.10-RC10 last Friday night. This release candidate addresses that issue. You can find it here: http://people.apache.org/~jdcasey/stage/apache-maven/2

Re: Wagon

2008-08-25 Thread jvanzyl
John, You're doing the work for the release, so I see it as your call. I've voiced my concern, the release is your baby. > I've been thinking about this one all morning. When we moved the 2.0.x > stuff in the RC branch up to beta-4, I had some serious reservations > about moving forward with this

Re: Wagon

2008-08-25 Thread jvanzyl
John, You're doing the work for the release, so I see it as your call. I've voiced my concern, the release is your baby. > I've been thinking about this one all morning. When we moved the 2.0.x > stuff in the RC branch up to beta-4, I had some serious reservations > about moving forward with this

[PROPOSAL] Going forward with Maven 2.x releases

2008-08-25 Thread John Casey
Hi, I'd like to propose that we put together a plan for the next few releases of Maven, and also a plan for what we're going to call them. There has been quite a bit of discussion here, on IRC, and in the back channels about how to structure this, so let's see if we can reach a consensus. T

[PLEASE TEST] Maven 2.0.10-RC11

2008-08-25 Thread John Casey
Hi again, One bug was identified in 2.0.10-RC10 last Friday night. This release candidate addresses that issue. You can find it here: http://people.apache.org/~jdcasey/stage/apache-maven/2.0.10-RC11/org/apache/maven/apache-maven/2.0.10-RC11/ Please give this a spin when you get a chance, and

Re: Wagon

2008-08-25 Thread John Casey
I've been thinking about this one all morning. When we moved the 2.0.x stuff in the RC branch up to beta-4, I had some serious reservations about moving forward with this code. Brett and I (among others, I'm sure, just don't have the thread at hand ATM) had some heated discussion about it, and

Re: MASSEMBLY-345

2008-08-25 Thread John Casey
I went through a bunch of the outstanding issues thursday (I think?) to try to trim things down to a manageable issue-set for the next release. I can add this one to that set, but I haven't gotten into fixing issues yet. Right now, I'm primarily focused on releasing maven, but as soon as that's

Re: Project Builder Overview

2008-08-25 Thread Brett Porter
Hi Shane - got any answers for these? On 09/08/2008, at 1:16 AM, Brett Porter wrote: Thanks Shane. I've looked over the doc and it seems to make sense. Here are some questions (some were from earlier that I still don't quite grok). * How is versioning handled? * Would it be good to keep th

Re: Importing of DependencyManagement Info

2008-08-25 Thread Brett Porter
Hi Shane, A few questions on this: On 26/08/2008, at 12:26 AM, Shane Isbell wrote: Basically, you just put in into the pom. The id references an external pom snippet and injects it. What does the id look like? Is the snippet a standalone file, or is it referenced from an existing POM? And

Re: Importing of DependencyManagement Info

2008-08-25 Thread Shane Isbell
Basically, you just put in into the pom. The id references an external pom snippet and injects it. Right now, there is nothing that can resolve these snippets so that's one thing that needs to be added (I'm thinking Mercury here). Shane On 8/25/08, Ralph Goers <[EMAIL PROTECTED]> wrote: > > > >

Re: [VOTE] Release Maven Dependency Tree version 1.2

2008-08-25 Thread Mark Hobson
2008/8/22 Mark Hobson <[EMAIL PROTECTED]>: > Hi, > > I'd like to release the maven-dependency-tree shared component version > 1.2. This release is required by m2eclipse and fixes a number of > bugs. > > Staging repo: > http://people.apache.org/~markh/staging-repo/ > > Staging site (wait for the sy

Re: 2.0.10 performance.....

2008-08-25 Thread Brett Porter
Hi John, On 22/08/2008, at 10:35 AM, John Casey wrote: As far as selective merging to 2.1.x, of course we'll keep things like Dan's change, but where does that leave all of the stabilizing work on the RC branch? Most of the substantive changes in the RC branch is also in the 2.1.x branch,

Re: [VOTE] Release Maven Javadoc plugin version 2.5 (take 2)

2008-08-25 Thread nicolas de loof
+1 2008/8/25 Arnaud HERITIER <[EMAIL PROTECTED]> > +1 > > Arnaud > > On Mon, Aug 25, 2008 at 10:41 AM, Lukas Theussl <[EMAIL PROTECTED]> > wrote: > > > +1 > > > > -Lukas > > > > > > > > Vincent Siveton wrote: > > > >> Hi, > >> > >> We solved more than 30 issues: > >> > >> > http://jira.codehaus.o

Re: [VOTE] Release Maven Javadoc plugin version 2.5 (take 2)

2008-08-25 Thread Arnaud HERITIER
+1 Arnaud On Mon, Aug 25, 2008 at 10:41 AM, Lukas Theussl <[EMAIL PROTECTED]> wrote: > +1 > > -Lukas > > > > Vincent Siveton wrote: > >> Hi, >> >> We solved more than 30 issues: >> >> http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14120&styleName=Html&projectId=11138 >> >> There are st

Re: [VOTE] Release Maven Javadoc plugin version 2.5 (take 2)

2008-08-25 Thread Lukas Theussl
+1 -Lukas Vincent Siveton wrote: Hi, We solved more than 30 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14120&styleName=Html&projectId=11138 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11138&status=1

Re: Importing of DependencyManagement Info

2008-08-25 Thread Ralph Goers
Ralph Goers wrote: Ralph Goers wrote: Ralph Goers wrote: Shane Isbell wrote: I've been refactoring more of the project builder code and encountered a rule that if a dependencyManagement/dependencies/dependency element has type=pom and scope=import, the dependency management section o

RE: Custom plugin goalprefix not correct in generated site

2008-08-25 Thread Benjamin Bentmann
De Smet Ringo wrote: > I figured it out! I have the maven-plugin-plugin both as a build plugin > and a reporting plugin and it seems I have to configure the goal prefix > in both sections of my plugin POM. You shouldn't need to configure the goal prefix twice. Just as my example shows, it should