Maven 1.x DocBook Plugin

Plugin should check for availability of source folder before attempting to run

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: default
  • Labels:
    None
  • Number of attachments :
    0

Description

The plugin should check for the existance of the maven.docbook.src directory before attempting the transformation. This will allow the property to be specified at a high level and the plugin will only execute if the lower level projects have the directory present. Here is a quick hack, perhaps there is a better way:

<ant:available file="${maven.docbook.src}" type="dir" property="maven.docbook.src.available"/>
<j:if test="${maven.docbook.src.available}">

....the rest of the script....

</j:if>

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated: