Hi Karl Heinz

Well, I've located them by specifying something like

      <includes>
        <include>**/*.xsd</include>
        <include>**/*.properties</include>
      </includes>

However, this gets all those files. What I need is *pairs* of files, like 
bla.xsd and bla.properties - or in regex: (.*)\.xsd requires $1\.properties

Best regards
Eric

-----Ursprüngliche Nachricht-----
Von: Karl Heinz Marbaise [mailto:k...@soebes.de] 
Gesendet: Donnerstag, 27. Mai 2010 15:49
An: users@maven.apache.org
Betreff: Re: Assembly plugin: Same file with several file extensions?


Hi Eric,

have you located the files you want to include into the src/main/resources
folder? If yes than they should be included automatically ...May be i didn't
understand what you like to do?

Kind regards
Karl Heinz Marbaise
-- 
View this message in context: 
http://old.nabble.com/Assembly-plugin%3A-Same-file-with-several-file-extensions--tp28692233p28693892.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to