Maven uses xsd (Schema Infoset Model)
Lets add this following line in your project.xml
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:noNamespaceSchemaLocation="http://maven.apache.org/xsd/maven-project-3.0
.0.xsd">
 
Vincent

-----Message d'origine-----
De : Filip Polsakiewicz [mailto:[EMAIL PROTECTED] 
Envoyé : 25 février 2005 06:26
À : Maven Userslist
Objet : DTDs for project.xml and other maven xmls? maven with IDEA?

Hi all,
I am using IntelliJ Idea to create my source code. The IDE provides the
option for code completion if a dtd is provided. Is there any place to get
the dtds for maven related xmls from? Regrettably I haven't been able to
find a plugin for Idea which makes working with maven easier like the
MevenIDE for Eclipse does (front-end for project-descriptor and so on). If
anybody knows about a plugin like this please let me know.

Thanks, Filip


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to