Setting up a Internal Maven Repo

2007-01-15 Thread CHHAJED, Amit, GBM
Hi, I was looking for a links which will help me in setting up a Internal Maven repository and things that I need to take care while setting the same. Any help / links / suggestions would be appreciated. Thanks, Amit Chhajed Senior Developer GBM | Royal Bank Of Scotland Desk: +91-124-4336400

RE: Setting up a Internal Maven Repo

2007-01-15 Thread CHHAJED, Amit, GBM
for this link http://maven.apache.org/maven-1.x/reference/internal-repositories.html it will help you Regards Neeraj On 1/16/07, CHHAJED, Amit, GBM [EMAIL PROTECTED] wrote: Hi, I was looking for a links which will help me in setting up a Internal Maven repository and things that I need

Parameterized versioning

2007-01-12 Thread CHHAJED, Amit, GBM
Hello, Had a query regarding parameterized pom.xml versioning: I would like to keep the version numbers out of the pom.xml file completely, Currently I'm using the following syntax: version${module_version}/version And running Maven with: mvn -Dmodule_version=1.0-beta-3 deploy This is