File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 184184 </configuration >
185185 </plugin >
186186
187- <!-- XML validation against DTD -->
187+ <!-- XML validation against XSD -->
188188 <plugin >
189189 <groupId >org.codehaus.mojo</groupId >
190190 <artifactId >xml-maven-plugin</artifactId >
203203 <include >*.xml</include >
204204 </includes >
205205 <validating >true</validating >
206+ <schemaLanguage >http://www.w3.org/2001/XMLSchema</schemaLanguage >
206207 </validationSet >
207208 </validationSets >
208209 </configuration >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <!DOCTYPE system-prompt SYSTEM "system-prompt.dtd">
3- <system-prompt id =" 112-java-maven-documentation" version =" 1.0" >
2+ <system-prompt xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : noNamespaceSchemaLocation =" system-prompt.xsd"
4+ id =" 112-java-maven-documentation" version =" 1.0" >
45 <metadata >
56 <description >Create README-DEV.md with information about how to use the Maven project</description >
67 <globs >pom.xml</globs >
You can’t perform that action at this time.
0 commit comments