Remove unnecessary dependencies for m1.0 compatibility.
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@355168 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
06fe726cf7
commit
491345ccfa
@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
<project
|
<project
|
||||||
xmlns:j="jelly:core"
|
xmlns:j="jelly:core"
|
||||||
xmlns:maven="jelly:maven"
|
|
||||||
xmlns:util="jelly:util"
|
xmlns:util="jelly:util"
|
||||||
xmlns:x="jelly:xml"
|
xmlns:x="jelly:xml"
|
||||||
xmlns:ant="jelly:ant"
|
xmlns:ant="jelly:ant"
|
||||||
@ -30,12 +29,6 @@
|
|||||||
xmlns:assert="assert"
|
xmlns:assert="assert"
|
||||||
xmlns:faq="faq">
|
xmlns:faq="faq">
|
||||||
|
|
||||||
<j:if test="${bootstrapping == null}">
|
|
||||||
<!-- fake test because the assert:assertPluginAvailable tag is avalaible in the maven-plugin-plugin 1.7 and newer. Thus maven will break if it's not present. -->
|
|
||||||
<assert:assertPluginAvailable groupId="maven" artifactId="maven-plugin-plugin" minRelease="1.7" neededBy="${plugin.artifactId}"/>
|
|
||||||
<assert:assertPluginAvailable groupId="maven" artifactId="maven-xdoc-plugin" minRelease="1.9.2" neededBy="${plugin.artifactId}"/>
|
|
||||||
</j:if>
|
|
||||||
|
|
||||||
<define:taglib uri="faq">
|
<define:taglib uri="faq">
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|||||||
@ -67,11 +67,13 @@
|
|||||||
</source>
|
</source>
|
||||||
</section>
|
</section>
|
||||||
<section name="Requirements">
|
<section name="Requirements">
|
||||||
<p>Be careful, the following plugins must be installed to use the FAQ plugin :</p>
|
<p>
|
||||||
<ul>
|
There are no special requirements for using this plugin.
|
||||||
<li>maven-plugin-plugin 1.7 (at least)</li>
|
However, there were some font-size and layout bugs in early versions
|
||||||
<li>maven-xdoc-plugin 1.9.2 (at least)</li>
|
of the maven-xdoc-plugin (versions <= 1.9.1), for best results
|
||||||
</ul>
|
we recommend to use the FAQ plugin together with
|
||||||
|
maven-xdoc-plugin 1.9.2 (at least).
|
||||||
|
</p>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</document>
|
</document>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user