Maven plugin eclipse question

2007-07-22 Thread Dmitry

Maven plugin eclipse question

When we execute mvn eclipse :eclipse , it generate .classpath that contain a 
variable named M2_REPO with all dependecnise declared in th pom file.


So it is possible to deactivate this behaviour ? ie : I don't want the 
plugin eclipse to generate to me the dependencies in .classpath ??


thanks,

Dmitry

www.ejinz.com

Search Find Everything Technology


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven plugin eclipse question

2007-07-22 Thread Dan Tran

no.  And you may as well manually create the project files using eclipse
itself.

Just curious, why dont you want the dependencies?


On 7/22/07, Dmitry [EMAIL PROTECTED] wrote:


Maven plugin eclipse question

When we execute mvn eclipse :eclipse , it generate .classpath that contain
a
variable named M2_REPO with all dependecnise declared in th pom file.

So it is possible to deactivate this behaviour ? ie : I don't want the
plugin eclipse to generate to me the dependencies in .classpath ??

thanks,

Dmitry

www.ejinz.com

Search Find Everything Technology


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Maven plugin eclipse question

2007-07-22 Thread Wayne Fay

As Dan mentioned, this is not currently a supported feature of the
Eclipse plugin.

If you require this functionality, I'd suggest you hack the sources
yourself to add it, as I expect this is not a feature that many people
are interested in. I don't see a lot of value in this feature (not
adding dependencies to the .classpath file when constructing the
Eclipse files) personally, but I could be wrong.

Wayne

On 7/22/07, Dan Tran [EMAIL PROTECTED] wrote:

no.  And you may as well manually create the project files using eclipse
itself.

Just curious, why dont you want the dependencies?


On 7/22/07, Dmitry [EMAIL PROTECTED] wrote:

 Maven plugin eclipse question

 When we execute mvn eclipse :eclipse , it generate .classpath that contain
 a
 variable named M2_REPO with all dependecnise declared in th pom file.

 So it is possible to deactivate this behaviour ? ie : I don't want the
 plugin eclipse to generate to me the dependencies in .classpath ??

 thanks,

 Dmitry

 www.ejinz.com

 Search Find Everything Technology


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven plugin eclipse question

2007-07-22 Thread Dmitry

Dan,
thanks for answer, actually we are not storing all files like.classpath in 
our version control system (using Subversion ), generate again all specific 
to Eclipse files , that's why I don't want to have dependencies(just 
thinking about it, did not decide yet)


Thanks,
www.ejinz.com
Search tool web
- Original Message - 
From: Dan Tran [EMAIL PROTECTED]

To: Maven Users List users@maven.apache.org
Sent: Sunday, July 22, 2007 3:44 PM
Subject: Re: Maven plugin eclipse question



no.  And you may as well manually create the project files using eclipse
itself.

Just curious, why dont you want the dependencies?


On 7/22/07, Dmitry [EMAIL PROTECTED] wrote:


Maven plugin eclipse question

When we execute mvn eclipse :eclipse , it generate .classpath that 
contain

a
variable named M2_REPO with all dependecnise declared in th pom file.

So it is possible to deactivate this behaviour ? ie : I don't want the
plugin eclipse to generate to me the dependencies in .classpath ??

thanks,

Dmitry

www.ejinz.com

Search Find Everything Technology


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven plugin eclipse question

2007-07-22 Thread Dan Tran

Sorry, I still dont get the main reason why you dont want eclipse the
generate
.classpath with al dependencies.

It seems your maven pom files have dependencies in them, and then you DONT
want the same dependency
list show up in you eclipse projects files Kind a odd thou.

-D


On 7/22/07, Dmitry [EMAIL PROTECTED] wrote:


Dan,
thanks for answer, actually we are not storing all files like.classpath in
our version control system (using Subversion ), generate again all
specific
to Eclipse files , that's why I don't want to have dependencies(just
thinking about it, did not decide yet)

Thanks,
www.ejinz.com
Search tool web
- Original Message -
From: Dan Tran [EMAIL PROTECTED]
To: Maven Users List users@maven.apache.org
Sent: Sunday, July 22, 2007 3:44 PM
Subject: Re: Maven plugin eclipse question


 no.  And you may as well manually create the project files using eclipse
 itself.

 Just curious, why dont you want the dependencies?


 On 7/22/07, Dmitry [EMAIL PROTECTED] wrote:

 Maven plugin eclipse question

 When we execute mvn eclipse :eclipse , it generate .classpath that
 contain
 a
 variable named M2_REPO with all dependecnise declared in th pom file.

 So it is possible to deactivate this behaviour ? ie : I don't want the
 plugin eclipse to generate to me the dependencies in .classpath ??

 thanks,

 Dmitry

 www.ejinz.com

 Search Find Everything Technology


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]