added an extra check so that jellydoc can be ran before a compile

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112853 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jstrachan 2003-02-07 12:15:22 +00:00
parent 46d3cf7bfd
commit aab5270e74

View File

@ -63,6 +63,10 @@
<!-- sets the classpath used for doclet invocations -->
<goal name="jellydoc:init">
<!-- just in case this is ran before a compile -->
<mkdir dir="${maven.build.dir}"/>
<path id="doclet.classpath">
<path refid="maven.dependency.classpath"/>
<pathelement path="${plugin.dir}"/>