summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2017-02-17 15:06:36 +0200
committerPekka Hyvönen <pekka@vaadin.com>2017-02-17 15:06:36 +0200
commit73a07a285f146e1ee2212009566f023d9af44e14 (patch)
treec5b52bab526922745fbc8049e446c05b7fe422f4
parent1d895aefbf0ed1f918883eb1434b6a33cc809065 (diff)
downloadvaadin-framework-73a07a285f146e1ee2212009566f023d9af44e14.tar.gz
vaadin-framework-73a07a285f146e1ee2212009566f023d9af44e14.zip
Fix creation of vaadin-all javadoc in release builds (#8600)
* 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>