1.6-SNAPSHOT : compatible with maven 1.1 only because of maven-plugin-plugin-1.7 :-(
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@280869 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8e23322376
commit
c4ecefa42e
@ -22,7 +22,7 @@
|
|||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>maven-faq-plugin</id>
|
<id>maven-faq-plugin</id>
|
||||||
<name>Maven FAQ Plug-in</name>
|
<name>Maven FAQ Plug-in</name>
|
||||||
<currentVersion>1.5</currentVersion>
|
<currentVersion>1.6-SNAPSHOT</currentVersion>
|
||||||
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
||||||
<description>Creates XDoc documentation from an FAQ XML document.</description>
|
<description>Creates XDoc documentation from an FAQ XML document.</description>
|
||||||
<shortDescription>FAQ Plugin</shortDescription>
|
<shortDescription>FAQ Plugin</shortDescription>
|
||||||
|
|||||||
@ -1,5 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
/*
|
/*
|
||||||
* Copyright 2001-2005 The Apache Software Foundation.
|
* Copyright 2001-2005 The Apache Software Foundation.
|
||||||
@ -23,6 +22,8 @@
|
|||||||
<author email="dion@apache.org">dIon Gillard</author>
|
<author email="dion@apache.org">dIon Gillard</author>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
|
<release version="1.6-SNAPSHOT" date="In SVN" description="FAQ plugin compatible with maven 1.1 only">
|
||||||
|
</release>
|
||||||
<release version="1.5" date="2005-09-05">
|
<release version="1.5" date="2005-09-05">
|
||||||
<action dev="aheritier" type="add" issue="MPFAQ-19" due-to="Lukas Theussl">Optional toplinks and layout fix.</action>
|
<action dev="aheritier" type="add" issue="MPFAQ-19" due-to="Lukas Theussl">Optional toplinks and layout fix.</action>
|
||||||
<action dev="aheritier" type="fix" issue="MPFAQ-16" due-to="Lukas Theussl">FAQ plugin does not produce valid XHTML 1.0 Transitional.</action>
|
<action dev="aheritier" type="fix" issue="MPFAQ-16" due-to="Lukas Theussl">FAQ plugin does not produce valid XHTML 1.0 Transitional.</action>
|
||||||
|
|||||||
@ -67,7 +67,8 @@
|
|||||||
</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>Maven 1.1 is required.</p>
|
||||||
|
<p>Also be careful, the following plugins must be installed to use the FAQ plugin :</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>maven-plugin-plugin 1.7 (at least)</li>
|
<li>maven-plugin-plugin 1.7 (at least)</li>
|
||||||
<li>maven-xdoc-plugin 1.9.2 (at least)</li>
|
<li>maven-xdoc-plugin 1.9.2 (at least)</li>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user