mirror of https://github.com/apache/maven.git
updated model version to latest 1.1.0
and xsd link in model documentation is already generated by Modello, no need to duplicate information in handwritten description
This commit is contained in:
parent
0dbdda823f
commit
ef41c0e4f4
|
@ -13,4 +13,3 @@ out/
|
||||||
/bootstrap
|
/bootstrap
|
||||||
/dependencies.xml
|
/dependencies.xml
|
||||||
.java-version
|
.java-version
|
||||||
.factorypath
|
|
|
@ -31,10 +31,6 @@
|
||||||
<p>Includes things that should not be distributed with the pom.xml file, such as developer identity, along with
|
<p>Includes things that should not be distributed with the pom.xml file, such as developer identity, along with
|
||||||
local settings, like proxy information.</p>
|
local settings, like proxy information.</p>
|
||||||
<p>The default location for the settings file is <i>~/.m2/settings.xml</i></p>
|
<p>The default location for the settings file is <i>~/.m2/settings.xml</i></p>
|
||||||
<p>An XSD is available at:</p>
|
|
||||||
<ul>
|
|
||||||
<li><a href="https://maven.apache.org/xsd/settings-1.0.0.xsd">https://maven.apache.org/xsd/settings-1.0.0.xsd</a>.</li>
|
|
||||||
</ul>
|
|
||||||
]]>
|
]]>
|
||||||
</description>
|
</description>
|
||||||
<defaults>
|
<defaults>
|
||||||
|
|
|
@ -33,4 +33,4 @@ Maven Settings Model
|
||||||
|
|
||||||
* A {{{./settings.html}Descriptor Reference}}
|
* A {{{./settings.html}Descriptor Reference}}
|
||||||
|
|
||||||
* An {{{https://maven.apache.org/xsd/settings-1.0.0.xsd}XSD}}
|
* An {{{https://maven.apache.org/xsd/settings-1.1.0.xsd}XSD}}
|
||||||
|
|
1
pom.xml
1
pom.xml
|
@ -505,7 +505,6 @@ under the License.
|
||||||
<exclude>src/test/projects/**</exclude>
|
<exclude>src/test/projects/**</exclude>
|
||||||
<exclude>src/test/remote-repo/**</exclude>
|
<exclude>src/test/remote-repo/**</exclude>
|
||||||
<exclude>**/*.odg</exclude>
|
<exclude>**/*.odg</exclude>
|
||||||
<exclude>**/.factorypath</exclude>
|
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
Loading…
Reference in New Issue