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:
parent
46d3cf7bfd
commit
aab5270e74
@ -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}"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user