|
|
-
Re: Should version in sub-project pom.xml come from the parent pom?Josh Elser 2013-03-06, 18:10
You mean in the parent element? If so, no, you need to provide the
parent's groupId, artifactId and version. You don't, however, have to specify the version for the submodule as it inherits that from the parent element. On 03/05/2013 11:13 PM, David Medinets wrote: > I thought that the parent pom.xml could supply the version number for > sub-projects? For example, I noticed that server/pom.xml specifies > 1.6.0-SNAPSHOT. |