Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0-beta-1
-
Fix Version/s: 1.0-beta-3
-
Component/s: None
-
Labels:None
Description
I compose pom.version from 4 properties:
–
<version>${prj.ver.maj}.${prj.ver.min}.${prj.ver.inc}${prj.ver.suf}</version>
<properties>
<prj.ver.maj>2</prj.ver.maj>
<prj.ver.min>0</prj.ver.min>
<prj.ver.inc>5</prj.ver.inc>
<prj.ver.suf>-SNAPSHOT</prj.ver.suf>
</properties>
–
But it looks Archiva does not resolve pom.version and it is not possible to browse this artifact (see attached screenshot).
Attached archiva.log, mentioned project's pom.xml and screenshot of browse page.
Issue Links
- relates to
-
MRM-488
properties in pom are not resolved (at least while browsing)
-
Fixed in archiva/trunk revision 580514.