mirror of https://github.com/apache/maven.git
rename dependency mechanism so it doesn't clash with the dependency report
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@226508 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e255dee1c9
commit
3f9d1efdbf
|
@ -33,7 +33,7 @@
|
|||
<item name="Getting Started" href="/getting-started.html"/>
|
||||
<item name="Build Lifecycle" href="/lifecycle.html"/>
|
||||
<item name="Plugin Overview" href="/plugin-overview.html"/>
|
||||
<item name="Dependency Mechanism" href="/dependencies.html"/>
|
||||
<item name="Dependency Mechanism" href="/dependency-mechanism.html"/>
|
||||
<item name="Creating a Site" href="/site.html"/>
|
||||
</menu>
|
||||
<menu name="Plugin Developers">
|
||||
|
|
|
@ -23,7 +23,8 @@
|
|||
project inherits from its parents, or from its dependencies, and so on.
|
||||
</p>
|
||||
<p>
|
||||
There is no limit to the number of levels that dependencies can be gathered from, and will only cause a problem
|
||||
There is no limit to the number of levels that dependencies can be gathered from, and will only cause a
|
||||
problem
|
||||
if a cyclic dependency is discovered.
|
||||
</p>
|
||||
<p>
|
||||
|
@ -42,7 +43,8 @@
|
|||
</li>
|
||||
</ul>
|
||||
<p>
|
||||
More features are planned, such as different mediation techniques and conflict management as well as reporting,
|
||||
More features are planned, such as different mediation techniques and conflict management as well as
|
||||
reporting,
|
||||
in later alpha versions of Maven 2.0.
|
||||
</p>
|
||||
</subsection>
|
||||
|
@ -64,7 +66,8 @@
|
|||
It is only available on the compilation classpath, and is not transitive.
|
||||
</li>
|
||||
<li>
|
||||
<b>runtime</b> - this scope indicates that the dependency is not required for compilation, but is for execution.
|
||||
<b>runtime</b>- this scope indicates that the dependency is not required for compilation, but is for
|
||||
execution.
|
||||
It is in the runtime and test classpaths, but not the compile classpath.
|
||||
</li>
|
||||
<li>
|
Loading…
Reference in New Issue