Maven version auto-pom.xml

Posted by nkuma001 on Stack Overflow See other posts from Stack Overflow or by nkuma001
Published on 2010-06-03T15:31:40Z Indexed on 2010/06/03 15:34 UTC
Read the original article Hit count: 209

Filed under:

Can anyone explain me if the version is specified as auto as mentioned below for the dependecies

auto

how does it get resolved to the latest from the maven repository?

I see that some file when mvn exectutes an temporary file called auto-pom.xml is generated where all the auto is replaced with proper latest revisions from my repository like

1.0-SNAPSHOT

© Stack Overflow or respective owner

Related posts about maven