mirror of https://github.com/apache/maven.git
fixed typo
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1402898 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
127884c456
commit
374c34250e
|
@ -1331,7 +1331,7 @@
|
|||
The classifier of the dependency. It is appended to
|
||||
the filename after the version. This allows:
|
||||
<ul>
|
||||
<li>refering to attached artifact, for example <code>sources</code> and <javadoc>:
|
||||
<li>refering to attached artifact, for example <code>sources</code> and <code>javadoc</code>:
|
||||
see <a href="../maven-core/artifact-handlers.html">default artifact handlers</a> for a list,</li>
|
||||
<li>distinguishing two artifacts
|
||||
that belong to the same POM but were built differently.
|
||||
|
|
Loading…
Reference in New Issue