You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Martin Ritchie <ri...@apache.org> on 2006/11/20 13:42:00 UTC

Maven build system

Hi,
I'm just getting my environment working with the new maven system and
just have a few questions.

The pom files list a lot of dependencies many more so than we used to
have. I must be not understanding why they are there because when I
remove the dependency the mvn install task still works correctly.

If these are dependencies are not required then I can commit my
updated mvn files. Please let me know as I have other patches, such as
reducing the output from the tests, that I would like to commit.

Cheers
-- 
Martin Ritchie

Re: Maven build system

Posted by Steve Vinoski <vi...@iona.com>.
Sure, why not?

On Nov 20, 2006, at 8:57 AM, Martin Ritchie wrote:

> Shall I just commit my changes? I've tried to test as best as i can...
> doing 'mvn clean' then 'mvn' and all works. And doing the same thing
> after deleting my repository.
>
> On 20/11/06, Steve Vinoski <vi...@iona.com> wrote:
>> On Nov 20, 2006, at 7:42 AM, Martin Ritchie wrote:
>>
>> > Hi,
>> > I'm just getting my environment working with the new maven  
>> system and
>> > just have a few questions.
>> >
>> > The pom files list a lot of dependencies many more so than we  
>> used to
>> > have. I must be not understanding why they are there because when I
>> > remove the dependency the mvn install task still works correctly.
>> >
>> > If these are dependencies are not required then I can commit my
>> > updated mvn files. Please let me know as I have other patches,  
>> such as
>> > reducing the output from the tests, that I would like to commit.
>>
>> It's possible there are extra dependencies, some that I may have
>> added while experimenting but forgot to remove before committing.
>> Which ones are showing up as unnecessary?
>>
>> One that I know will show up as unneeded will be easymock. I'd prefer
>> to leave that in, as I recommend that we start using it for unit
>> testing. It's a wonderful mock object system; for more details see  
>> [1].
>>
>> --steve
>>
>> [1] <http://www.easymock.org/>
>>
>
>
> -- 
> Martin Ritchie


Re: Maven build system

Posted by Martin Ritchie <ri...@apache.org>.
Shall I just commit my changes? I've tried to test as best as i can...
doing 'mvn clean' then 'mvn' and all works. And doing the same thing
after deleting my repository.

On 20/11/06, Steve Vinoski <vi...@iona.com> wrote:
> On Nov 20, 2006, at 7:42 AM, Martin Ritchie wrote:
>
> > Hi,
> > I'm just getting my environment working with the new maven system and
> > just have a few questions.
> >
> > The pom files list a lot of dependencies many more so than we used to
> > have. I must be not understanding why they are there because when I
> > remove the dependency the mvn install task still works correctly.
> >
> > If these are dependencies are not required then I can commit my
> > updated mvn files. Please let me know as I have other patches, such as
> > reducing the output from the tests, that I would like to commit.
>
> It's possible there are extra dependencies, some that I may have
> added while experimenting but forgot to remove before committing.
> Which ones are showing up as unnecessary?
>
> One that I know will show up as unneeded will be easymock. I'd prefer
> to leave that in, as I recommend that we start using it for unit
> testing. It's a wonderful mock object system; for more details see [1].
>
> --steve
>
> [1] <http://www.easymock.org/>
>


-- 
Martin Ritchie

Re: Maven build system

Posted by Steve Vinoski <vi...@iona.com>.
On Nov 20, 2006, at 7:42 AM, Martin Ritchie wrote:

> Hi,
> I'm just getting my environment working with the new maven system and
> just have a few questions.
>
> The pom files list a lot of dependencies many more so than we used to
> have. I must be not understanding why they are there because when I
> remove the dependency the mvn install task still works correctly.
>
> If these are dependencies are not required then I can commit my
> updated mvn files. Please let me know as I have other patches, such as
> reducing the output from the tests, that I would like to commit.

It's possible there are extra dependencies, some that I may have  
added while experimenting but forgot to remove before committing.  
Which ones are showing up as unnecessary?

One that I know will show up as unneeded will be easymock. I'd prefer  
to leave that in, as I recommend that we start using it for unit  
testing. It's a wonderful mock object system; for more details see [1].

--steve

[1] <http://www.easymock.org/>