build apidoc during package, not during install

This commit is contained in:
Stepan Koltsov
2012-06-09 20:40:33 +04:00
parent 912ef3f639
commit 9595030b75
+1 -1
View File
@@ -79,7 +79,7 @@
<executions>
<execution>
<id>apidoc</id>
<phase>install</phase>
<phase>package</phase>
<goals>
<goal>apidoc</goal>
</goals>