XML and Maven properties [message #903271] |
Wed, 22 August 2012 19:16 |
Rafael W. Messages: 2 Registered: August 2012 |
Junior Member |
|
|
Hey everybody,
I am wondering about a cosmetic thing. I have an XML file - a web.xml - which is edited by maven depending on a build-profile. So far, I have this (shortened) invalid xml file:
<web-app>
${webxml.myconfig}
</web-app>
which will be rendered by maven during the build cycle. How can I tell Eclipse to ignore this one property. Besides I really like getting hints about mistakes in my XMLs, even in the web.xml which is actually significantly longer.
Or even better: how can I wrap such a maven-specific command to be valid XML?
Thank you for help, Rafael
PS: This is a repost. I originally asked this question in the XML forum but was referred to rather ask this question here.
[Updated on: Wed, 22 August 2012 19:17] Report message to a moderator
|
|
|
|
Powered by
FUDForum. Page generated in 0.03302 seconds