That would be a Maven bug, if anything. -Filip
Marcelo Lotif skrev:
Hi all, I was trying to add some files to META-INF folder putting this code into my pom.xml: <build> <resources> <resource> <targetPath>META-INF</targetPath> <directory>src/main/java/META-INF</directory> </resource> </resources> ... </build> To deploy it to tomcat, I'm generating a .war file using the "mvn package" command. Ok, this will add the files into the META-INF folder, but i also noticed that this way the .tml files are not added to the jar file! This is a bug? Should i fire a JIRA? Regards, Marcelo Lotif
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]