diff options
Diffstat (limited to 'docs/pom.xml')
-rw-r--r-- | docs/pom.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/pom.xml b/docs/pom.xml index f2caccaf8..57baa3603 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -14,7 +14,10 @@ <profile> <id>create-docs</id> <activation> - <activeByDefault>true</activeByDefault> + <property> + <name>createDocs</name> + <value>true</value> + </property> </activation> <build> |