AW: Assembly plugin: Same file with several file extensions?

2010-05-27 Thread Lewis, Eric
Hi Karl Heinz

Well, I've located them by specifying something like

  
**/*.xsd
**/*.properties
  

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



Re: Assembly plugin: Same file with several file extensions?

2010-05-27 Thread Karl Heinz Marbaise

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



Assembly plugin: Same file with several file extensions?

2010-05-27 Thread Lewis, Eric
Hi

I want to include several files which have the same name, but different file 
extensions into a JAR. Of course, the Assembly plugin comes to mind, but is 
this possible? And if it is, how can I do it?
The idea is that if for instance I find a file "my-file.xsd", I will also look 
for "my-file.properties".

Thanks for any pointers!

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