It seems that the tag includes in maven-ear-plugin does not support the
comma.
Below is an extract of my pom. Neither the configuration/** files nor the
ehcache.xml file are included in my ear.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ear-plugin</artifactId>
<version>2.1</version>
<configuration>
<resourcesDir>config\server</resourcesDir>
<includes>configuration/**,ehcache.xml</includes>
But, if I use only configuration/** or ehcache.xml then it works.
What is wrong ? Is there a patch or another way to include all my files ?
(I think I have already seen this problem with the war plugin.)
--
View this message in context:
http://www.nabble.com/EAR-plugin---includes-tag-t1316408.html#a3509561
Sent from the Maven - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]