Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0.9
-
Fix Version/s: Issues to be reviewed for 3.x
-
Component/s: General
-
Labels:None
-
Environment:Windows XP Professional SP 2
-
Complexity:Intermediate
-
Number of attachments :
Description
The following property is not resolved by Maven:
$
{project.build.resources.resource.directory}It follows the notation described to access any property within the POM, is there an alternative property that can be used to reference the resource directory?
Note the plural form, "resources" is actually a collection (compare the Maven Model). Not sure whether Maven has some indexing syntax for accessing individual collection elements.