summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 86f7676d9c..e0f62e9fda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,7 @@
<vaadin.sass.version>0.9.13</vaadin.sass.version>
<vaadin.gwt.version>2.7.0.vaadin3</vaadin.gwt.version>
+ <vaadin.plugin.version>7.6.4</vaadin.plugin.version>
<javax.portlet.version>2.0</javax.portlet.version>
<javax.servlet.version>3.0.1</javax.servlet.version>
@@ -59,6 +60,7 @@
<module>client</module>
<module>client-compiler</module>
<module>client-compiled</module>
+ <module>themes</module>
</modules>
<build>
@@ -144,4 +146,16 @@
</pluginManagement>
</build>
+ <profiles>
+ <profile>
+ <id>release</id>
+ <activation>
+ <activeByDefault>false</activeByDefault>
+ </activation>
+ <properties>
+ <vaadin.plugin.version>${project.version}</vaadin.plugin.version>
+ </properties>
+ </profile>
+ </profiles>
+
</project>