you can't change the local repository layout, it's a cache for maven
and it shouldn't matter how it's stored

you can change the remote repositories layout, so just create a remote
repo for your projects in whatever style you want, although not a
great idea

On 7/3/07, Harish Kachoria <[EMAIL PROTECTED]> wrote:

It would be better if I can explain my problem then you can suggest me some
solution

Currently I have one project which has around 30+sub projects (Which I can
say modules)
Each sub project has its own ear which contains 1 war module and 1 ejb
module.

There are some common libraries also which are shared accros the projects.

In development env we copy this library at local location and use them from
JBuilder.

In production env, many ears are deployed (this project as well as other
projects) and all common libraries are in server lib folder.

now I want to build one sub project using maven. and I need to refer all
common libraries just for compilations (as we never include common library
in EAR)

To use maven I need to define dependancy and needs to copy common library in
repo.

I wants to copy all jars in one folder of repo 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 mailing list archive at Nabble.com.


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




--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
                            -- The Princess Bride

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

Reply via email to