[ https://issues.apache.org/jira/browse/MVERIFIER-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov closed MVERIFIER-11. ----------------------------------- Resolution: Auto Closed This issue has been auto closed because it has been inactive for a long period of time. If you think this issue still applies, retest your problem with the most recent version of Maven and the affected component, reopen and post your results. > wildcard for maven-verifier-plugin > ---------------------------------- > > Key: MVERIFIER-11 > URL: https://issues.apache.org/jira/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 (v7.6.3#76005)