Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Blocker
-
Resolution: Unresolved
-
Affects Version/s: 1.0
-
Fix Version/s: None
-
Labels:None
-
Environment:HideD:\tmp\SCD-1x>mvn -version
Apache Maven 2.2.1 (r801777; 2009-08-07 00:46:01+0530)
Java version: 1.6.0_23
Java home: C:\Program Files\Java\jdk1.6.0_23\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"ShowD:\tmp\SCD-1x>mvn -version Apache Maven 2.2.1 (r801777; 2009-08-07 00:46:01+0530) Java version: 1.6.0_23 Java home: C:\Program Files\Java\jdk1.6.0_23\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
-
Number of attachments :
Description
I wanted to use wildcard with in the file path or as part of the file name, when I refer some of the sub-projects (Multi module project)
For Ex:
<verifications xmlns="http://maven.apache.org/verifications/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/verifications/1.1.0 http://maven.apache.org/xsd/verifications-1.1.0.xsd">
<files>
<file>
<location>../*Library/src/main/resources/SystemConfigurationDataLibrary_config.xml</location>
</file>
</files>
</verifications>
I am sorry, if this is duplicate