aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2017-02-16 17:20:10 +0200
committerPekka Hyvönen <pekka@vaadin.com>2017-02-16 17:20:10 +0200
commit75ac9c9e4b48852954819793023bcdbcc02d7a62 (patch)
tree1aa6703076d535e54f1c8fd38094d6f9e5b83dbc
parent674063b3004f82610aec7c81faed0e16a746d9aa (diff)
downloadvaadin-framework-75ac9c9e4b48852954819793023bcdbcc02d7a62.tar.gz
vaadin-framework-75ac9c9e4b48852954819793023bcdbcc02d7a62.zip
Fix creation of vaadin-all javadoc in release builds (#8588)
* Fix creation of vaadin-all javadoc in release builds
-rw-r--r--all/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/all/pom.xml b/all/pom.xml
index 66b548bdb6..101ff84cde 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -255,7 +255,7 @@
<profiles>
<profile>
- <id>release</id>
+ <id>release-assemblies</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>