build apidoc during package, not during install
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
<executions>
|
||||
<execution>
|
||||
<id>apidoc</id>
|
||||
<phase>install</phase>
|
||||
<phase>package</phase>
|
||||
<goals>
|
||||
<goal>apidoc</goal>
|
||||
</goals>
|
||||
|
||||
Reference in New Issue
Block a user