PR: MPFAQ-12
make sure maven.faq.src exists git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115458 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7937fe5657
commit
d16ac60251
@ -146,6 +146,7 @@
|
||||
|
||||
<goal name="faq:init">
|
||||
|
||||
<mkdir dir="${maven.faq.src}" />
|
||||
<fileScanner var="fmlFiles">
|
||||
<fileset dir="${maven.faq.src}" includes="**/*.fml"/>
|
||||
</fileScanner>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-faq-plugin</id>
|
||||
<name>Maven FAQ Plug-in</name>
|
||||
<currentVersion>1.3</currentVersion>
|
||||
<currentVersion>1.4-SNAPSHOT</currentVersion>
|
||||
<gumpRepositoryId>jakarta</gumpRepositoryId>
|
||||
<description>Creates XDoc documentation from an FAQ XML document.</description>
|
||||
<shortDescription>FAQ Plugin</shortDescription>
|
||||
|
||||
@ -24,6 +24,9 @@
|
||||
<author email="dion@apache.org">dIon Gillard</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.4-SNAPSHOT" date="in CVS">
|
||||
<action dev="brett" type="fix" issue="MPFAQ-12">Make sure maven.faq.src exists to avoid exceptions</action>
|
||||
</release>
|
||||
<release version="1.3" date="2004-05-15">
|
||||
<action dev="vmassol" type="update" issue="MPFAQ-9">Only register/deregister the FAQ reports if there are
|
||||
<code>.fml</code>files present in the project.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user