maven parent pom.xml

来源:互联网 发布:淘宝网店货源哪里找 编辑:程序博客网 时间:2024/06/09 14:24

在项目中发现如下dependency

    <dependency>      <groupId>org.springframework</groupId>      <artifactId>spring-context</artifactId>      <version>${spring-context.version}</version>      <scope>provided</scope>    </dependency>

寻找所有的配置文件,没有发现spring-context.version 的版本。。。

最后发现 在parent中配置了统一的版本信息。

 <spring-context.version>4.2.6.RELEASE</spring-context.version>

在maven的本地库 .m2可以查看parent工程的所有配置文件。在此记录下。

0 0
原创粉丝点击