you may refer to Brett Porter blog explaning this url is http://blogs.codehaus.org/people/brett/archives/maven.html#001045_improved_snapshots_in_maven2
Sanjay On 1/26/06, Fredy <[EMAIL PROTECTED]> wrote: > > Hi all, > if I install a x.x-SNAPSHOT Version in the local repository, so i can > depend on via x.x-SNAPSHOT. > But if I deploy it to the internal company repository, the Version is > something like x.x-20060126.131555-3. > > Is there a posibillity to depend on a snapshot an mvn will take the jar > with the newest timestamp? > > Or must each mvn modul have an release Version before deploying and then > all references have to be updated? > This will be a problem, if many people work togehter in a company, > everybody have to update the denpendencies, with each little fix. > Ok, that is the right way, but not every project works like that ;-( And > the dependency updates will take much time. > > Fredy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
