my question is if i compile my project with spring 2.0.8 for exemple and i tape mvn dependency:reslove the CLI will show that the project was compiled using it?
i asked this question because my project was initially compiled with spring 2.5.6 and after that i compiled it with spring 2.0.8 so when i tape mvn dependency:resolve i see spring 2.5.6 so i was wondering if it was really compiled with version2.0.8? or is there another CLI that can be more specific? thanks Brett Randall-2 wrote: > > According to > http://maven.apache.org/plugins/maven-dependency-plugin/index.html , > > dependency:resolve<http://maven.apache.org/plugins/maven-dependency-plugin/resolve-mojo.html>tells > Maven to resolve all dependencies and displays the version. > > This is what it does for my projects. Do you have a specific question > about > its operation? > > On Mon, Dec 22, 2008 at 9:52 PM, aymen83 <[email protected]> wrote: > >> >> >> -- >> View this message in context: >> http://www.nabble.com/mvn-dependency%3Aresolve-what%27s-it-for--tp21125880p21125880.html >> Sent from the Maven - Users mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > -- View this message in context: http://www.nabble.com/mvn-dependency%3Aresolve-what%27s-it-for--tp21125880p21126140.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
