Re: how to configure Default Repository Layout for local repository

2007-07-04 Thread Andrew Williams
and trying to use it but with Maven 2.0 it seems to be not possible. If you have any alternate way then please let me know -- View this message in context: http://www.nabble.com/how-to-configure-Default-Repository-Layout- for-local-repository-tf4018468s177.html#a11417704 Sent from the Maven - Users

how to configure Default Repository Layout for local repository

2007-07-03 Thread Harish Kachoria
not suceed. IT would be very help fule if you can give me pom/setting configuration. -- View this message in context: http://www.nabble.com/how-to-configure-Default-Repository-Layout-for-local-repository-tf4018468s177.html#a11412772 Sent from the Maven - Users mailing list archive at Nabble.com

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Thorsten Heit
Hi, Default layout of maven 2.0 is a burden for me. as I have many jar with same group and if I need to use default layour of Maven 2.0 then I need to create seprate directory for each jar. So please help me to configure legacy layout for local repository. I tried to configure it but

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Harish Kachoria
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/how-to-configure-Default-Repository-Layout-for-local-repository-tf4018468s177.html#a11414400 Sent from

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Thorsten Heit
I can use that command but presently I have almost more then 30 jar files. If you don't want to do this by hand, let a short shell script do this for you, so what? for i in *.jar; do file=`'echo $i | sed -e 's:\.jar::g'` mvn deploy:deploy-file -DgroupId=your group Id -DartifactId=$file

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Wayne Fay
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/how-to-configure-Default-Repository-Layout-for-local-repository-tf4018468s177.html#a11414400 Sent from the Maven - Users mailing

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Harish Kachoria
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/how-to-configure-Default-Repository-Layout-for-local-repository-tf4018468s177.html#a11414810 Sent from the Maven

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Harish Kachoria
: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/how-to-configure-Default-Repository-Layout-for-local-repository-tf4018468s177.html#a11414400 Sent from the Maven - Users mailing list archive at Nabble.com

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Wayne Fay
, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/how-to-configure-Default-Repository-Layout-for-local-repository-tf4018468s177.html#a11414400 Sent from the Maven - Users mailing list archive at Nabble.com

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Thorsten Heit
I don't like directory structure which is just over burden for maintaince. As of now we do not have any problems to maintain version of our jars. But because maven thinks that we have problems in maintaing versions so we should adopt maven directory structure is stupid idea. Sorry, but I

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Wayne Fay
He means the Maven dev group is pushing a particular agenda which my organization disagrees with. Wayne On 7/3/07, Thorsten Heit [EMAIL PROTECTED] wrote: I don't like directory structure which is just over burden for maintaince. As of now we do not have any problems to maintain version of

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Harish Kachoria
://www.nabble.com/how-to-configure-Default-Repository-Layout-for-local-repository-tf4018468s177.html#a11414400 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Wayne Fay
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/how-to-configure-Default-Repository-Layout-for-local-repository-tf4018468s177.html

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Harish Kachoria
, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/how-to-configure-Default-Repository-Layout-for-local-repository-tf4018468s177.html#a11416350 Sent from the Maven - Users mailing list archive at Nabble.com

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Harish Kachoria
] -- View this message in context: http://www.nabble.com/how-to-configure-Default-Repository-Layout-for-local-repository-tf4018468s177.html#a11414400 Sent from the Maven - Users mailing list archive at Nabble.com

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Max Bowsher
Harish Kachoria wrote: I mean to say, If I wants to use maven then I have to use in this way, I have to maintain version, but for my project maintaing of version is not a problem. and Management won't like Idea to have directory for each module. So if Maven is enough flexible then adoptation

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Harish Kachoria
of your requirements. Max. -- View this message in context: http://www.nabble.com/how-to-configure-Default-Repository-Layout-for-local-repository-tf4018468s177.html#a11416853 Sent from the Maven - Users mailing list archive at Nabble.com

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Harish Kachoria
to be not possible. If you have any alternate way then please let me know -- View this message in context: http://www.nabble.com/how-to-configure-Default-Repository-Layout-for-local-repository-tf4018468s177.html#a11417704 Sent from the Maven - Users mailing list archive at Nabble.com

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Carlos Sanchez
it seems to be not possible. If you have any alternate way then please let me know -- View this message in context: http://www.nabble.com/how-to-configure-Default-Repository-Layout-for-local-repository-tf4018468s177.html#a11417704 Sent from the Maven - Users mailing list archive at Nabble.com

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Harish Kachoria
it but with Maven 2.0 it seems to be not possible. If you have any alternate way then please let me know -- View this message in context: http://www.nabble.com/how-to-configure-Default-Repository-Layout-for-local-repository-tf4018468s177.html#a11417704 Sent from the Maven - Users mailing list

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Wayne Fay
it but with Maven 2.0 it seems to be not possible. If you have any alternate way then please let me know -- View this message in context: http://www.nabble.com/how-to-configure-Default-Repository-Layout-for-local-repository-tf4018468s177.html#a11417704 Sent from the Maven - Users mailing list

Re: how to configure Default Repository Layout for local repository

2007-07-03 Thread Harish Kachoria
to be not possible. If you have any alternate way then please let me know -- View this message in context: http://www.nabble.com/how-to-configure-Default-Repository-Layout-for-local-repository-tf4018468s177.html#a11417704 Sent from the Maven - Users mailing list archive at Nabble.com

RE: how to configure Default Repository Layout for local repository

2007-07-03 Thread Timothy Reilly
[Harish wrote:] so can you find any other solution. Here is how we are managing our application server libraries and server shared libraries on my current project. We have internal corporate repositories (several - one per environment. E.g. unit, dev, test, release, etc.) We have an additional

RE: how to configure Default Repository Layout for local repository

2007-07-03 Thread Jeff Jensen
it but with Maven 2.0 it seems to be not possible. If you have any alternate way then please let me know -- View this message in context: http://www.nabble.com/how-to-configure-Default-Repository-Layout-for-local-r epository-tf4018468s177.html#a11417704 Sent from the Maven - Users mailing list

RE: how to configure Default Repository Layout for local repository

2007-07-03 Thread Harish Kachoria
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/how-to-configure-Default-Repository-Layout-for-local-repository