[
https://jira.codehaus.org/browse/MVERIFIER-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Heinz Marbaise updated MVERIFIER-11:
-----------------------------------------
Priority: Minor (was: Blocker)
> wildcard for maven-verifier-plugin
> ----------------------------------
>
> Key: MVERIFIER-11
> URL: https://jira.codehaus.org/browse/MVERIFIER-11
> Project: Maven Verifier Plugin
> Issue Type: Improvement
> Affects Versions: 1.0
> Environment: D:\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"
> Reporter: Krishna
> Priority: Minor
>
> 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
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)