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> <executions>
<execution> <execution>
<id>apidoc</id> <id>apidoc</id>
<phase>install</phase> <phase>package</phase>
<goals> <goals>
<goal>apidoc</goal> <goal>apidoc</goal>
</goals> </goals>