Re: Internal (company) repository layout best practices

2007-10-22 Thread aldana
we are not splitting repositories for releases and snapshots. in our case we are modularizing our bigger application to single maven artifacts, so when developing for a new release, changes (fixes, features) are often added often to more than one project. as soon there is a change we switch from

Re: Internal (company) repository layout best practices

2007-10-21 Thread Barrie Treloar
On 10/18/07, Borut Bolčina [EMAIL PROTECTED] wrote: Hello, can you state pros and cons for your company's maven internal repository layout. Why (for example) have internal-snapshots and internal repos. It is best practice to separate releases from snapshots. In general other people are only

Internal (company) repository layout best practices

2007-10-18 Thread Borut Bolčina
Hello, can you state pros and cons for your company's maven internal repository layout. Why (for example) have internal-snapshots and internal repos. Which remote repos besides http://repo1.maven.org/maven2 and http://people.apache.org/repo/m2-snapshot-repository? Any better ones? How to keep