We have a lot of problems with people on the Maven Users list posting XML which appears FINE in Nabble but then is sent to the actual email list without the XML, just the text inside the tags is sent.
Here's a couple links so you can see the content at Nabble:
http://maven.40175.n5.nabble.com/Depenent-Jar-files-not-copied-into-Bundle-s-classpath-tp4272301p4272301.htmlalso
http://maven.40175.n5.nabble.com/how-to-deploy-a-nonbuild-maven-war-in-tomcat-with-maven2-tp4267525p4267525.htmlAnd then here's how the content appeared on the Maven Users list:
http://mail-archives.apache.org/mod_mbox/maven-users/201103.mbox/%3c1301518104203-4272301.post@n5.nabble.com%3eand
http://mail-archives.apache.org/mod_mbox/maven-users/201103.mbox/%3c1301316001204-4267525.post@n5.nabble.com%3eAs you can see, the Nabble.com text shows up properly with the XML tags, but that text is not posted successfully on the real mailing list.
Nabble / original text:
<groupId>deploy_war</groupId>
<artifactId>DeplyWarTomcat</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>war</packaging>
As received by the mail list:
deploy_war
DeplyWarTomcat
1.0-SNAPSHOT
war
Please fix this asap!